Rev 12638 | Rev 14335 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12638 | Rev 12716 | ||
---|---|---|---|
Line 20... | Line 20... | ||
20 | $table_hdtr |
20 | $table_hdtr |
21 | <th scope="col">$name_studentglo</th> |
21 | <th scope="col">$name_studentglo</th> |
22 | !for k in $tv_listname |
22 | !for k in $tv_listname |
23 | <th scope="col">$k</th> |
23 | <th scope="col">$k</th> |
24 | !next k |
24 | !next k |
25 |
|
25 | </tr> |
26 |
|
26 | </thead> |
27 | <tbody> |
27 | <tbody> |
28 | !for i=1 to $usercnt |
28 | !for i=1 to $usercnt |
29 | !set uu=!record $i of wimshome/log/classes/$wims_class/.userlist |
29 | !set uu=!record $i of wimshome/log/classes/$wims_class/.userlist |
30 | !distribute items $uu into bl,bl,uu |
30 | !distribute items $uu into bl,bl,uu |
31 | !if $varfilter_!=$empty |
31 | !if $varfilter_!=$empty |