remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / extra / webapps / user-admin / user-list.xml
blob83b3f97cf9958281ead989686a8785d920769d62
1 <?xml version='1.0' ?>
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
5         <t:title>Users</t:title>
7         <ul>
9                 <t:bind-each t:name="users">
10                         <li>
11                                 <t:a t:href="$user-admin/edit" t:query="username">
12                                         <t:label t:name="username" />
13                                 </t:a>
14                         </li>
15                 </t:bind-each>
17         </ul>
19 </t:chloe>