Subversion Repositories wimsdev

Rev

Rev 10624 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10624 Rev 10632
Line 1... Line 1...
1
<!-- _widgets/supervisorssheet.phtml -->
1
<!-- _widgets/$theme/supervisorssheet.phtml -->
2
!for i=1 to $sheetcnt
2
!for i=1 to $sheetcnt
3
 !set sh=!record $i of wimshome/log/classes/$wims_class/sheets/.sheets
3
 !set sh=!record $i of wimshome/log/classes/$wims_class/sheets/.sheets
4
 !distribute lines $sh into ac,t_,ti
4
 !distribute lines $sh into ac,t_,ti
5
 !let exocnt_=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheet$i
-
 
6
 $table_tr
5
 $table_tr
7
  <td>$wims_name_Sheet $i</td>
6
  <td>$wims_name_Sheet $i</td>
8
  <td>
7
  <td>
9
   !href module=adm/class/sheet&sheet=$i $ti
8
   !href module=adm/class/sheet&sheet=$i $ti
10
  </td>
9
  </td>
11
  <td>$exocnt_</td>
-
 
12
  !if $seq_open=yes
10
  !if $seq_open=yes
13
    !read themes/_procs/supervisorseq.proc sheet,$ac
11
    !read themes/_procs/supervisorseq.proc sheet,$ac
14
  !endif
12
  !endif
15
  <td>$(wims_name_shstatus[$[$ac+1]])</td>
13
  <td>$(wims_name_shstatus[$[$ac+1]])</td>
16
  <td>
14
  <td>
17
   !read adm/sheet/sheetaction.phtml sheet,$i,$ac,1
15
   !read adm/sheet/sheetaction.phtml sheet,$i,$ac,1
18
  </td>
16
  </td>
19
 </tr>
17
 </tr>
20
!next i
18
!next i
21
!reset exocnt_
-
 
22
<!-- end _widgets/supervisorssheet.phtml -->
19
<!-- end _widgets/supervisorssheet.phtml -->