!! -------------------- affiche le contenu de la feuille $sheet de la classe $wims_class
!! ce fichier ne contient pas de langue (les mots utilisés sont dans names.phtml du module adm/class/sheet.$lang)
$table_header
$table_hdtr
!for k=1 to 7
<th>$(name_shtab[$k])</th>
!if $activetest=0
<th>$(name_shtab[8])</th>
!endif
</tr>
!for i=1 to $exocnt
!set ex
=!record
$i of wimshome
/log/classes
/$wims_class/sheets
/.sheet
$sheet
!distribute lines $ex into di,pa,re,we,ti,de,dep,com
$table_tr
<td>$i</td>
<td>
!href cmd=new&module=$di&worksheet=$sheet&$pa $ti
</td>
<td>$de</td>
<td align="center">$re</td>
<td align="center">$we</td>
<td>
!if $dep!=$empty
$dep
!else
!endif
</td>
<td>$com</td>
!if $activetest=0
<td>
!set wims_ref_class=wims_button
!href cmd=reply&job=prep_modify&modif=$i $(seriesaction[1])
!set wims_ref_class=wims_button
!href cmd=reply&job=delete&delete=$i#list $(seriesaction[2])
!if $i>1
!set wims_ref_class=wims_button
!href cmd=reply&job=moveup&moveup=$i#list $(seriesaction[3])
!endif
</td>
!endif
</tr>
$table_end