24 lines
		
	
	
		
			540 B
		
	
	
	
		
			XML
		
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			540 B
		
	
	
	
		
			XML
		
	
	
<?xml version='1.0' ?>
 | 
						|
 | 
						|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
 | 
						|
 | 
						|
	<t:title>Pastebin</t:title>
 | 
						|
 | 
						|
	<table width="100%">
 | 
						|
		<tr>
 | 
						|
			<th align="left" width="50%">Summary:</th>
 | 
						|
			<th align="left" width="100">Paste by:</th>
 | 
						|
			<th align="left" width="200">Date:</th>
 | 
						|
		</tr>
 | 
						|
 | 
						|
		<t:bind-each t:name="pastes">
 | 
						|
			<tr>
 | 
						|
				<td><t:a t:href="$pastebin/paste" t:query="id"><t:label t:name="summary" /></t:a></td>
 | 
						|
				<td><t:label t:name="author" /></td>
 | 
						|
				<td><t:label t:name="date" /></td>
 | 
						|
			</tr>
 | 
						|
		</t:bind-each>
 | 
						|
	</table>
 | 
						|
 | 
						|
</t:chloe>
 |