Rev 15719 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15719 | Rev 17180 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | <li> |
6 | <li> |
7 | !reset checked |
7 | !reset checked |
8 | !if $i iswordof $(parm$parmcnt) |
8 | !if $i iswordof $(parm$parmcnt) |
9 | !set checked=checked="checked" |
9 | !set checked=checked="checked" |
10 | !endif |
10 | !endif |
11 | <input type="checkbox" name="parm$parmcnt" id="parm$(parmcnt)_$i" value="$i" $checked |
11 | <input type="checkbox" name="parm$parmcnt" id="parm$(parmcnt)_$i" value="$i" $checked> |
12 | <label for="parm$(parmcnt)_$i"> |
12 | <label for="parm$(parmcnt)_$i"> |
13 | !item $i of $parms |
13 | !item $i of $parms |
14 | </label> |
14 | </label> |
15 | !set ll=!item $i of $limits |
15 | !set ll=!item $i of $limits |
16 | !if $ll>0 |
16 | !if $ll>0 |