3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
5 <t:title>New Paste</t:title>
7 <t:form t:action="$pastebin/new-paste">
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>
17 <td>Leave the captcha blank. Spam-bots will fill it indiscriminantly, so their attempts to register will be blocked.</td>
21 <p> <button type="submit">Submit</button> </p>