Subversion Repositories wimsdev

Rev

Rev 10624 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
10632 bpr 1
<!-- _widgets/$theme/supervisorssheet.phtml -->
5989 bpr 2
!for i=1 to $sheetcnt
6042 obado 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>
5989 bpr 7
  <td>
10624 bpr 8
   !href module=adm/class/sheet&sheet=$i $ti
5989 bpr 9
  </td>
9970 bpr 10
  !if $seq_open=yes
11
    !read themes/_procs/supervisorseq.proc sheet,$ac
12
  !endif
10484 bpr 13
  <td>$(wims_name_shstatus[$[$ac+1]])</td>
5989 bpr 14
  <td>
15
   !read adm/sheet/sheetaction.phtml sheet,$i,$ac,1
16
  </td>
6042 obado 17
 </tr>
9970 bpr 18
!next i
6042 obado 19
<!-- end _widgets/supervisorssheet.phtml -->