]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/wiki/edit.xml
Fix load errors
[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 </t:chloe>