aboutsummaryrefslogtreecommitdiff
blob: 488af4030cab4e8092b51ae677cf9d2d8ed930c7 (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
39
40
41
42
43
44
45
46
47
48
49
50
---
layout: tyrian
nav2-display: true
---
<h1 class="first-header">{{ page.title | xml_escape }}</h1>

<table class="table-bordered table-condensed table-striped pull-right">
  <tr>
    <th>Author</th>
    <td>{{ page.Author | xml_escape }}</td>
  </tr>
  <tr>
    <th>Type</th>
    <td>{{ page.Type | xml_escape }}</td>
  </tr>
  <tr>
    <th>Status</th>
    <td>{{ page.Status | xml_escape }}</td>
  </tr>
  <tr>
    <th>Version</th>
    <td>{{ page.Version | xml_escape }}</td>
  </tr>
  <tr>
    <th>Created</th>
    <td>{{ page.Created | xml_escape }}</td>
  </tr>
  <tr>
    <th>Last modified</th>
    <td>{{ page.Last-Modified | xml_escape }}</td>
  </tr>
  <tr>
    <th>Posting history</th>
    <td>{{ page.Post-History | xml_escape }}</td>
  </tr>
  <tr>
    <th>Requires</th>
    <td>{{ page.Requires | xml_escape }}</td>
  </tr>
  <tr>
    <th>Replaces</th>
    <td>{{ page.Replaces | xml_escape }}</td>
  </tr>
  <tr>
    <th>Replaced by</th>
    <td>{{ page.Replaced-By | xml_escape }}</td>
  </tr>
</table>

{{ content }}