summaryrefslogtreecommitdiffstats
path: root/root/templates/page.tt
blob: 69d5213954ba4cb414b10e2628774986e699b96d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[% WRAPPER 'wrappers/root.tt' %]
[% IF historical %]
<p>This is a historical view of this page</p>
<p><a href="[% uri_for('action', 'page', 'page_name', page) %]">View Current</a></p>
[% ELSE %]
<p><a href="[% uri_for('action', 'edit', 'page_name', page) %]">Edit</a></p>
[% END %]
<p><a href="[% uri_for('action', 'history', 'page_name', page) %]">Page History</a></p>
<p>
[% text %]
</p>
<p style="font-size: small">
Last modified by [% author.id %] on [% modified %]
</p>
[% END %]