source: trunk/templates/grptree.tmpl@ 99

Last change on this file since 99 was 99, checked in by Kris Deugau, 13 years ago

/trunk/templates

XHTML validation tweaks
menu.tmpl

checked="checked"

grptree.tmpl

checked="checked"
make sure label names don't begin with number (O_o)

header.tmpl

close singleton tags with ' />'
add comment about validation of IE [if] constructs
remove extra title tags in IE [if] constructs

File size: 555 bytes
Line 
1<TMPL_VAR NAME=indent><ul class="grptree">
2<TMPL_LOOP NAME=treelvl><TMPL_VAR NAME=indent> <li class="<TMPL_IF NAME=subs>hassub<TMPL_ELSE>leaf</TMPL_IF>">
3<TMPL_IF name=subs><TMPL_VAR NAME=indent> <label for="grp_<TMPL_VAR NAME=grpname>"><TMPL_VAR NAME=grpdisp></label>
4<TMPL_VAR NAME=indent> <input type="checkbox" class="grptreebox" checked="checked" id="grp_<TMPL_VAR NAME=grpname>" /><TMPL_ELSE><TMPL_VAR NAME=indent> <TMPL_VAR NAME=grpdisp></TMPL_IF>
5<TMPL_VAR NAME=subs><TMPL_VAR NAME=indent> </li>
6</TMPL_LOOP><TMPL_VAR NAME=indent></ul>
Note: See TracBrowser for help on using the repository browser.