Rev 14335 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14335 | Rev 16250 | ||
---|---|---|---|
Line 20... | Line 20... | ||
20 | <thead> |
20 | <thead> |
21 | $table_hdtr |
21 | $table_hdtr |
22 | <th scope="col">$wims_name_account</th> |
22 | <th scope="col">$wims_name_account</th> |
23 | <th scope="col">$wims_name_lastname</th> |
23 | <th scope="col">$wims_name_lastname</th> |
24 | <th scope="col">$wims_name_firstname</th> |
24 | <th scope="col">$wims_name_firstname</th> |
- | 25 | <th scope="col">$name_mkclass</th> |
|
25 | <th scope="col">$name_gestion</th> |
26 | <th scope="col">$name_gestion</th> |
26 | <th scope="col">$name_inscript</th> |
27 | <th scope="col">$name_inscript</th> |
27 | !if $wims_realuser=supervisor or $wims_realuser=$class_Supervisor |
28 | !if $wims_realuser=supervisor or $wims_realuser=$class_Supervisor |
28 | <th data-sort-method='none'>$wims_name_action</th></tr> |
29 | <th data-sort-method='none'>$wims_name_action</th></tr> |
29 | !endif |
30 | !endif |
Line 36... | Line 37... | ||
36 | <td><span class="tt wims_login">$tc_</span></td> |
37 | <td><span class="tt wims_login">$tc_</span></td> |
37 | <td>$tl_ </td> |
38 | <td>$tl_ </td> |
38 | <td>$tf_ </td> |
39 | <td>$tf_ </td> |
39 | !readproc adm/class/userdef classes,$wims_superclass,$tc_ |
40 | !readproc adm/class/userdef classes,$wims_superclass,$tc_ |
40 | !set sup=!defof user_supervise\ |
41 | !set sup=!defof user_supervise\ |
- | 42 | user_participate\ |
|
41 |
|
43 | user_mkclass in $userdef |
42 | !reset userdef |
44 | !reset userdef |
43 | !distribute line $sup into |
45 | !distribute line $sup into sup,part,mk |
- | 46 | <td> |
|
- | 47 | !if $mk!=no |
|
- | 48 | ✅ |
|
- | 49 | !endif |
|
- | 50 | </td> |
|
44 | !if $type_class=2 |
51 | !if $type_class=2 |
45 | !for l in sup,part |
52 | !for l in sup,part |
46 | <td> |
53 | <td> |
47 | !if $($l)!=$empty |
54 | !if $($l)!=$empty |
48 | !set nb=!itemcnt $($l) |
55 | !set nb=!itemcnt $($l) |