blob: e280f30468a834ef9dd066661d8bd75f8e4fb9eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
---
layout: tyrian
nav2-display: true
---
<h1 class="first-header">GLEP {{ page.number }}: {{ page.title }}</h1>
<table class="table-bordered table-condensed table-striped pull-right">
<tr>
<th>Type</th>
<td>{{ page.type }}</td>
</tr>
<tr>
<th>Status</th>
<td>{{ page.status }}</td>
</tr>
<tr>
<th>Author</th>
<td>{{ page.author }}</td>
</tr>
<tr>
<th>Replaces</th>
<td>{{ page.replaces }}</td>
</tr>
<tr>
<th>Replaced by</th>
<td>{{ page.replacedby }}</td>
</tr>
<tr>
<th>Requires</th>
<td>{{ page.requires }}</td>
</tr>
<tr>
<th>Post history</th>
<td>{{ page.posthistory }}</td>
</tr>
</table>
{{ content }}
|