summaryrefslogtreecommitdiffstats
path: root/root/templates/edit.tt
blob: c0c115cad7594393bdf4cec4178c5fe56030d4f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<body>
<h1>[% page %]</h1>
<p><a href="[% uri_for('action', 'page', 'page_name', page) %]">View</a></p>
<p>
<form method="POST" action="[% uri_for('action', 'edit', 'page_name', page) %]">
<textarea name="text" rows="10" cols="30">[% text %]</textarea>
<input type="submit" value="Submit" />
</form>
</p>
<p style="text-size: small">
Last modified by [% author.id %] on [% modified %]
</p>
</body>
</html>