]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/wiki/edit.xml
Clean up wiki a bit
[factor.git] / extra / webapps / wiki / edit.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5         <t:title>Edit: <t:label t:name="title" /></t:title>
6
7         <t:form t:action="$wiki/edit" t:for="title">
8
9                 <p>
10                         <t:textarea t:name="content" t:rows="30" t:cols="80" />
11                 </p>
12
13                 <p>
14                         <input type="submit" value="Save" />
15                 </p>
16
17         </t:form>
18
19         <div class="navbar">
20                 <t:a t:href="$wiki/view" t:query="title">Latest</t:a>
21                 | <t:a t:href="$wiki/revisions" t:query="title">Revisions</t:a>
22                 | <t:a t:href="$wiki/edit" t:query="title">Edit</t:a>
23                 | <t:button t:action="$wiki/delete" t:for="title" class="link-button link">Delete</t:button>
24         </div>
25 </t:chloe>