Rev 5875 |
Rev 6248 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!readproc jobs/supervisors.proc
!if $cnt1>0
$table_header
<caption wrap="off">$name_othergestion</caption>
$table_hdtr
<th>$wims_name_Login</th><th>$wims_name_firstname</th><th>$wims_name_lastname</th><th>$wims_name_action</th>
</tr>
!for i=1 to $cnt1
!set l=!line $(list1[$i]) of $teacherlist
!distribute items
$l into last
,first
,log
$table_tr
<td><tt>$log</tt></td>
<td>$first</td><td>$last</td>
<td>
!set wims_ref_class=wims_button
!href cmd=reply&actype=del&more=$log $wims_name_erase
</td></tr>
$table_end
!endif
!if $cnt2>0
<div class="wimscenter">
!form reply
<input type="hidden" name="actype" value="add"/>
<input type="submit" value="$name_addgestion"/>:
!formselect more
list $list2 prompt
$prompt
!formend
</div>
!endif