Rev 10464 | Rev 10983 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10464 | Rev 10899 | ||
---|---|---|---|
Line 39... | Line 39... | ||
39 | $table_header |
39 | $table_header |
40 | $table_hdtr |
40 | $table_hdtr |
41 | <th><input type="checkbox" name="listuser" id="listuser_all" value="__ALL__"/><label for="listuser_all">$name_all</label></th> |
41 | <th><input type="checkbox" name="listuser" id="listuser_all" value="__ALL__"/><label for="listuser_all">$name_all</label></th> |
42 | <th>$name_studentglo</th> |
42 | <th>$name_studentglo</th> |
43 | !for l=1 to $nbsubclasses |
43 | !for l=1 to $nbsubclasses |
44 | <th> |
44 | <th> |
45 | <input type="checkbox" name="listsclassch" id="listsclassch$l_" value="$(ltsubclasses[$l])"/ |
45 | <input type="checkbox" name="listsclassch" id="listsclassch$l_" value="$(ltsubclasses[$l])"/> |
- | 46 | <label for="listsclassch$l_">$(ltnamesubclasses[$l])</label> |
|
46 |
|
47 | <br/> ($(ltsupsubclasses[$l])) |
47 | </th> |
48 | </th> |
48 | !next l |
49 | !next l |
49 | </tr> |
50 | </tr> |
50 | !readproc adm/class/mkcomment name |
51 | !readproc adm/class/mkcomment name |
51 | !let namecomment=$scriptout |
52 | !let namecomment=$scriptout |