Ignore:
Timestamp:
07/06/11 16:03:47 (13 years ago)
Author:
Kris Deugau
Message:

/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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/menu.tmpl

    r69 r99  
    2727  <li class="<TMPL_IF NAME=subs>hassub<TMPL_ELSE>leaf</TMPL_IF>">
    2828<TMPL_IF name=subs>    <label for="<TMPL_VAR NAME=logingrp>"><TMPL_IF inlogingrp><b><TMPL_VAR NAME=logingrp></b><TMPL_ELSE><TMPL_VAR NAME=logingrp></TMPL_IF></label>
    29     <input type="checkbox" checked id="<TMPL_VAR NAME=logingrp>" /><TMPL_ELSE>
     29    <input type="checkbox" checked="checked" id="<TMPL_VAR NAME=logingrp>" /><TMPL_ELSE>
    3030    <TMPL_IF inlogingrp><b><TMPL_VAR NAME=logingrp></b><TMPL_ELSE><TMPL_VAR NAME=logingrp></TMPL_IF></TMPL_IF>
    3131<TMPL_VAR NAME=grptree>
Note: See TracChangeset for help on using the changeset viewer.