Rev 12716 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12716 | Rev 14335 | ||
---|---|---|---|
Line 17... | Line 17... | ||
17 | !set table_class=sortable |
17 | !set table_class=sortable |
18 | $table_header |
18 | $table_header |
19 | <thead> |
19 | <thead> |
20 | $table_hdtr |
20 | $table_hdtr |
21 | <th scope="col">$name_studentglo</th> |
21 | <th scope="col">$name_studentglo</th> |
22 |
|
22 | !for k in $tv_listname |
23 |
|
23 | <th scope="col">$k</th> |
24 |
|
24 | !next k |
25 | </tr> |
25 | </tr> |
26 | </thead> |
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 |
Line 44... | Line 44... | ||
44 | !endif |
44 | !endif |
45 | <td $css_connected> |
45 | <td $css_connected> |
46 | !if $tv_listlocal!=$empty |
46 | !if $tv_listlocal!=$empty |
47 | !href cmd=reply&job=userprop&user=$uu $name_studentloc |
47 | !href cmd=reply&job=userprop&user=$uu $name_studentloc |
48 | !else |
48 | !else |
49 | $name_studentloc |
49 | $name_studentloc |
50 | !endif |
50 | !endif |
51 | </td> |
51 | </td> |
52 | !for k in $lttechvarid |
52 | !for k in $lttechvarid |
53 |
|
53 | <td>$($k)</td> |
54 | !next k |
54 | !next k |
55 | </tr> |
55 | </tr> |
56 | !endif |
56 | !endif |
57 | !next i |
57 | !next i |
58 | </tbody> |
58 | </tbody> |