Subversion Repositories wimsdev

Rev

Rev 5989 | Rev 9975 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <!-- _widgets/supervisorssheet.phtml -->
  2. !for i=1 to $sheetcnt
  3.  !set sh=!record $i of wimshome/log/classes/$wims_class/sheets/.sheets
  4.  !distribute lines $sh into ac,t_,ti
  5.  $table_tr
  6.   <td>$wims_name_Sheet $i</td>
  7.   <td>
  8.    !href module=adm/class/sheet&sheet=$i $ti
  9.   </td>
  10.   <td>$(wims_name_shstatus[$[$ac+1]])</td>
  11.   <td>
  12.    !read adm/sheet/sheetaction.phtml sheet,$i,$ac,1
  13.   </td>
  14.  </tr>
  15. !next i
  16. <!-- end _widgets/supervisorssheet.phtml -->
  17.