Subversion Repositories wimsdev

Rev

Rev 9970 | Rev 10489 | 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.   !if $seq_open=yes
  11.     !read themes/_procs/supervisorseq.proc sheet,$ac
  12.   !endif
  13.   <td>$(wims_name_shstatus[$[$ac+1]])
  14.   <td>
  15.    !read adm/sheet/sheetaction.phtml sheet,$i,$ac,1
  16.   </td>
  17.  </tr>
  18. !next i
  19. <!-- end _widgets/supervisorssheet.phtml -->
  20.