1 <?xml version=
"1.0" encoding=
"utf-8"?>
3 PUBLIC
"-//W3C//DTD XHTML 1.1//EN"
4 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:
lang=
"en">
8 <meta http-equiv=
"content-type" content=
"text/html; charset=utf-8" />
9 <title>Template: Generate config form
</title>
12 <!-- ###TEMPLATE### begin -->
18 <!-- ###TEXTAREA### begin -->
19 <li class=
"t3-install-form-label-above">
20 <label for=
"###ID###" class=
"t3-install-strong" title=
"###VALUE###">###KEY### = ###LABEL###
</label>
21 <textarea id=
"###ID###" rows=
"5" cols=
"60" name=
"###NAME###">###VALUE###
</textarea>
23 <!-- ###TEXTAREA### end -->
24 <!-- ###BOOLEAN### begin -->
25 <li class=
"t3-install-form-label-after">
26 <input type=
"hidden" value=
"0" name=
"###NAME###" />
27 <input id=
"###ID###" type=
"checkbox" value=
"###VALUE###" ###CHECKED###
name=
"###NAME###" />
28 <label for=
"###ID###" class=
"t3-install-strong">###KEY### = ###LABEL###
</label>
30 <!-- ###BOOLEAN### end -->
31 <!-- ###TEXTLINE### begin -->
32 <li class=
"t3-install-form-label-above">
33 <label for=
"###ID###" class=
"t3-install-strong">###KEY### = ###LABEL###
</label>
34 <input id=
"###ID###" type=
"text" value=
"###VALUE###" name=
"###NAME###" class=
"t3-install-form-input-text" />
36 <!-- ###TEXTLINE### end -->
39 <!-- ###TEMPLATE### end -->