]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/wiki/edit.xml
scryfall: parse mtga deck format
[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/submit" t:for="title">
8
9                 <p>
10                         <t:textarea t:name="content" t:rows="30" />
11                 </p>
12
13                 <p>
14                         Describe this revision:
15                         <t:field t:name="description" t:size="60" />
16                 </p>
17
18                 <p>
19                         <t:recaptcha />
20                 </p>
21
22                 <p>
23                         <button type="submit">Save</button>
24                 </p>
25
26         </t:form>
27
28 </t:chloe>