Subversion Repositories wimsdev

Rev

Rev 12004 | 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.   !let exocnt_=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheet$i
  6.   $table_tr
  7.    <td><span class="wims_sheet_item">$wims_name_Sheet $i</span></td>
  8.    <td>
  9.   !href module=adm/class/sheet&sheet=$i $ti
  10.    </td>
  11.    <td>$exocnt_</td>
  12.   !if $seq_open=yes
  13.     !read themes/_procs/supervisorseq.proc sheet,$ac
  14.   !endif
  15.    <td><span class="wims_status_$ac">$(wims_name_shstatus[$[$ac+1]])</span></td>
  16.    <td>
  17.   !read adm/sheet/sheetaction.phtml sheet,$i,$ac,1
  18.    </td>
  19.   </tr>
  20. !next i
  21. !reset exocnt_
  22. <!-- end _widgets/supervisorssheet.phtml -->
  23.