Rev 12638 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!read scripts/userform.phtml teacher
!set supervise
=!defof user_supervise in wimshome
/log/classes
/$wims_superclass/.users
/$login
!if $supervise!=$empty
!set table_id=TABLE_teacherlist
!set table_class=sortable
$table_header
<caption>$name_gestion</caption>
<thead>
$table_hdtr
<th scope="col">$wims_name_name</th><th scope="col">$wims_name_Type</th>
<th scope="col" data-sort-method="none">$wims_name_action</th>
</tr>
</thead>
<tbody>
!for z in $supervise
!set name
=!defof class_description in wimshome
/log/classes
/$z/.def
!set type
=!defof class_typename in wimshome
/log/classes
/$z/.def
!set
default=!defof class_Supervisor in wimshome
/log/classes
/$z/.def
$table_tr
<td>$name</td>
<td>$(name_$type)</td>
<td>
!if $default=$login
--
!else
!set wims_ref_class=wims_button wims_warning
!href cmd=reply&del=$z $wims_name_erase
!endif
</td>
</tr>
</tbody>
$table_end
!read tablesort.phtml
!endif