Rev 10632 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10632 | Rev 12004 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <!-- _widgets/supervisorssheet.phtml --> |
1 | <!-- Nikaia/_widgets/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 |
5 | !let exocnt_=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheet$i |
6 | $table_tr |
6 | $table_tr |
Line 9... | Line 9... | ||
9 | <div class="sheet_link"> |
9 | <div class="sheet_link"> |
10 | !href module=adm/class/sheet&sheet=$i $ti |
10 | !href module=adm/class/sheet&sheet=$i $ti |
11 | </div> |
11 | </div> |
12 | <div class="exocnt smaller">$exocnt_ $wims_name_Exercise(s)</div> |
12 | <div class="exocnt smaller">$exocnt_ $wims_name_Exercise(s)</div> |
13 | </td> |
13 | </td> |
14 | <td>$exocnt_</td> |
- | |
15 | !if $seq_open=yes |
14 | !if $seq_open=yes |
16 | !read themes/_procs/supervisorseq.proc sheet,$ac |
15 | !read themes/_procs/supervisorseq.proc sheet,$ac |
17 | !endif |
16 | !endif |
18 | <td>$(wims_name_shstatus[$[$ac+1]])</td> |
17 | <td>$(wims_name_shstatus[$[$ac+1]])</td> |
19 | <td> |
18 | <td> |
20 | !read adm/sheet/sheetaction.phtml sheet,$i,$ac,1 |
19 | !read adm/sheet/sheetaction.phtml sheet,$i,$ac,1 |
21 | </td> |
20 | </td> |
22 | </tr> |
21 | </tr> |
23 | !next i |
22 | !next i |
24 | !reset exocnt_ |
23 | !reset exocnt_ |
25 | <!-- end _widgets/supervisorssheet.phtml --> |
24 | <!-- end Nikaia/_widgets/supervisorssheet.phtml --> |