summaryrefslogtreecommitdiffstats
path: root/root/templates/page.tt
diff options
context:
space:
mode:
Diffstat (limited to 'root/templates/page.tt')
-rw-r--r--root/templates/page.tt10
1 files changed, 4 insertions, 6 deletions
diff --git a/root/templates/page.tt b/root/templates/page.tt
index 754d4b7..69d5213 100644
--- a/root/templates/page.tt
+++ b/root/templates/page.tt
@@ -1,17 +1,15 @@
-<html>
-<body>
-<h1>[% page %]</h1>
+[% 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) %]">History</a></p>
+<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>
-</body>
-</html>
+[% END %]