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
Merge branch 'master' of git://factorcode.org/git/factor
[factor/jcg.git]
/
extra
/
webapps
/
counter
/
counter.xml
blob
88154438f12718da3d3ec0194282e02886d428f3
1
<?xml version='1.0' ?>
2
3
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5
<html>
6
<body>
7
<h1><t:label t:name="counter" /></h1>
8
9
<t:button t:action="$counter-app/inc">++</t:button>
10
<t:button t:action="$counter-app/dec">--</t:button>
11
</body>
12
</html>
13
14
</t:chloe>