factor/extra/webapps/pastebin/new-paste.xml

24 lines
863 B
XML
Raw Normal View History

2008-04-25 04:23:47 -04:00
<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<t:title>New Paste</t:title>
<t:form t:action="$pastebin/new-paste">
2008-04-25 04:23:47 -04:00
<table>
<tr><th class="field-label">Summary: </th><td><t:edit t:component="summary" /></td></tr>
<tr><th class="field-label">Author: </th><td><t:edit t:component="author" /></td></tr>
<tr><th class="field-label">Mode: </th><td><t:edit t:component="mode" /></td></tr>
<tr><th class="field-label big-field-label">Description: </th><td><t:edit t:component="contents" /></td></tr>
<tr><th class="field-label">Captcha: </th><td><t:edit t:component="captcha" /></td></tr>
2008-04-25 04:23:47 -04:00
<tr>
<td></td>
<td>Leave the captcha blank. Spam-bots will fill it indiscriminantly, so their attempts to register will be blocked.</td>
</tr>
</table>
<input type="SUBMIT" value="Submit" />
</t:form>
</t:chloe>