]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/pastebin/new-paste.xml
Merge branch 'master' of git://factorcode.org/git/jamesnvc
[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><th class="field-label">Captcha: </th><td><t:field t:name="captcha" /></td></tr>
15                         <tr>
16                         <td></td>
17                         <td>Leave the captcha blank. Spam-bots will fill it indiscriminantly, so their attempts to register will be blocked.</td>
18                         </tr>
19                 </table>
20
21                 <input type="SUBMIT" value="Submit" />
22         </t:form>
23 </t:chloe>