26 lines
881 B
XML
26 lines
881 B
XML
<?xml version='1.0' ?>
|
|
|
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
|
|
|
<t:title>New Annotation</t:title>
|
|
|
|
<t:form action="$pastebin/annotate">
|
|
<t:edit component="id" />
|
|
|
|
<table>
|
|
<tr><th class="field-label">Summary: </th><td><t:edit component="summary" /></td></tr>
|
|
<tr><th class="field-label">Author: </th><td><t:edit component="author" /></td></tr>
|
|
<tr><th class="field-label">Mode: </th><td><t:edit component="mode" /></td></tr>
|
|
<tr><th class="field-label big-field-label">Description:</th><td><t:edit component="contents" /></td></tr>
|
|
<tr><th class="field-label">Captcha: </th><td><t:edit component="captcha" /></td></tr>
|
|
<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="Done" />
|
|
</t:form>
|
|
|
|
</t:chloe>
|