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%">
|
2008-09-23 17:52:50 -04:00
|
|
|
<tr>
|
|
|
|
<th align="left" width="50%">Summary:</th>
|
|
|
|
<th align="left" width="100">Paste by:</th>
|
|
|
|
<th align="left" width="200">Date:</th>
|
|
|
|
</tr>
|
2008-05-24 22:49:48 -04:00
|
|
|
|
2008-06-01 18:22:39 -04:00
|
|
|
<t:bind-each t:name="pastes">
|
2008-05-24 22:49:48 -04:00
|
|
|
<tr>
|
2008-05-26 03:54:53 -04:00
|
|
|
<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>
|
2008-05-24 22:49:48 -04:00
|
|
|
</tr>
|
2008-06-01 18:22:39 -04:00
|
|
|
</t:bind-each>
|
2008-05-24 22:49:48 -04:00
|
|
|
</table>
|
2008-04-25 04:23:47 -04:00
|
|
|
|
|
|
|
</t:chloe>
|