factor/extra/webapps/pastebin/pastebin.xml

22 lines
531 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">
2008-05-24 22:49:48 -04:00
<t:title>Pastebin</t:title>
<table width="100%">
<th align="left" width="50%">Summary:</th>
<th align="left" width="100">Paste by:</th>
<th align="left" width="200">Date:</th>
<t:each-tuple t:values="pastes">
<tr>
<td><t:a t:href="$pastebin/view-paste" t:query="id"><t:field t:name="summary" /></t:a></td>
<td><t:field t:name="author" /></td>
<td><t:field t:name="date" /></td>
</tr>
</t:each-tuple>
</table>
2008-04-25 04:23:47 -04:00
</t:chloe>