]> gitweb.factorcode.org Git - factor.git/blob - extra/html/templates/chloe/test/test6.xml
8e2ff2e8ad5d9932b089bd5c26449bf2d7dfdb1c
[factor.git] / extra / html / templates / chloe / test / test6.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5         <t:label t:name="label" />
6
7         <t:link t:name="link" />
8
9         <t:code t:name="code" mode="mode" />
10
11         <t:farkup t:name="farkup" />
12
13         <t:inspector t:name="inspector" />
14
15         <t:html t:name="html" />
16
17         <t:field t:name="field" t:size="13" />
18
19         <t:password t:name="password" t:size="10" />
20
21         <t:textarea t:name="textarea" t:rows="5" t:cols="10" />
22
23         <t:choice t:name="choice" t:choices="choices" />
24
25         <t:checkbox t:name="checkbox">Checkbox</t:checkbox>
26
27 </t:chloe>