]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/pastebin/pastebin.xml
0dcebe825136e51c89598e9352aeab3a77ca7527
[factor.git] / extra / webapps / pastebin / pastebin.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5         <t:title>Pastebin</t:title>
6
7         <table width="100%">
8                 <tr>
9                         <th align="left" width="60%">Summary</th>
10                         <th align="left" width="150">Username</th>
11                         <th align="left" width="200">Date</th>
12                 </tr>
13
14                 <t:bind-each t:name="pastes">
15                         <tr>
16                                 <td><t:a t:href="$pastebin/paste" t:query="id"><t:label t:name="summary" /></t:a></td>
17                                 <td><t:label t:name="author" /></td>
18                                 <td style="white-space: nowrap"><t:label t:name="date" /></td>
19                         </tr>
20                 </t:bind-each>
21         </table>
22
23 </t:chloe>