]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/pastebin/new-paste.xml
inverse: Fix docs
[factor.git] / extra / webapps / pastebin / new-paste.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5         <t:title>New Paste</t:title>
6
7         <t:form t:action="$pastebin/new-paste">
8
9                 <table>
10                         <tr><th class="field-label">Summary: </th><td><t:field t:name="summary" /></td></tr>
11                         <tr><th class="field-label">Author: </th><td><t:field t:name="author" /></td></tr>
12                         <tr><th class="field-label">Mode: </th><td><t:choice t:name="mode" t:choices="modes" /></td></tr>
13                         <tr><th class="field-label big-field-label">Body: </th><td><t:textarea t:name="contents" t:rows="20" t:cols="60" /></td></tr>
14                         <tr><td colspan="2"><t:recaptcha /></td></tr>
15                 </table>
16
17                 <p> <button type="submit">Submit</button> </p>
18         </t:form>
19 </t:chloe>