repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git]
/
extra
/
webapps
/
user-admin
/
user-list.xml
blob
83b3f97cf9958281ead989686a8785d920769d62
1
<?xml version='1.0' ?>
2
3
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5
<t:title>Users</t:title>
6
7
<ul>
8
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>
16
17
</ul>
18
19
</t:chloe>