remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / extra / webapps / pastebin / pastebin.xml
blob3c9cb7ce9676ac18bdb69985dcc97efdb55ecbdc
1 <?xml version='1.0' ?>
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
5         <t:title>Pastebin</t:title>
7         <table width="100%">
8                 <tr>
9                         <th align="left" width="50%">Summary:</th>
10                         <th align="left" width="100">Paste by:</th>
11                         <th align="left" width="200">Date:</th>
12                 </tr>
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><t:label t:name="date" /></td>
19                         </tr>
20                 </t:bind-each>
21         </table>
23 </t:chloe>