24 lines
		
	
	
		
			890 B
		
	
	
	
		
			XML
		
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			890 B
		
	
	
	
		
			XML
		
	
	
<?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">
 | 
						|
 | 
						|
		<table>
 | 
						|
			<tr><th class="field-label">Summary: </th><td><t:field t:name="summary" /></td></tr>
 | 
						|
			<tr><th class="field-label">Author: </th><td><t:field t:name="author" /></td></tr>
 | 
						|
			<tr><th class="field-label">Mode: </th><td><t:choice t:name="mode" t:choices="modes" /></td></tr>
 | 
						|
			<tr><th class="field-label big-field-label">Body: </th><td><t:textarea t:name="contents" t:rows="20" t:cols="60" /></td></tr>
 | 
						|
			<tr><th class="field-label">Captcha: </th><td><t:field t:name="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>
 | 
						|
 | 
						|
		<p> <button type="submit">Submit</button> </p>
 | 
						|
	</t:form>
 | 
						|
</t:chloe>
 |