Rev 10632 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
12004 | obado | 1 | <!-- Nikaia/_widgets/supervisorsexam.phtml --> |
5989 | bpr | 2 | !for i=1 to $examcnt |
6042 | obado | 3 | !set sh=!record $i of wimshome/log/classes/$wims_class/exams/.exams |
4 | !distribute lines $sh into ac,t_,d_,ti |
||
10614 | obado | 5 | !let exocnt_=!recordcnt wimshome/log/classes/$wims_class/exams/.exam$i |
6042 | obado | 6 | $table_tr |
7 | <td>$wims_name_Examen $i</td> |
||
5989 | bpr | 8 | <td> |
10614 | obado | 9 | <div class="exam_link"> |
10 | !href module=adm/class/exam&exam=$i $ti |
||
11 | </div> |
||
12 | <div class="exocnt smaller">$exocnt_ $wims_name_Exercise(s)</div> |
||
5989 | bpr | 13 | </td> |
9970 | bpr | 14 | !if $seq_open=yes |
15 | !read themes/_procs/supervisorseq.proc exam,$ac |
||
16 | !endif |
||
9975 | bpr | 17 | <td>$(wims_name_shstatus[$[$ac+1]])</td> |
5989 | bpr | 18 | <td> |
19 | !read adm/sheet/sheetaction.phtml exam,$i,$ac,1 |
||
20 | </td> |
||
6042 | obado | 21 | </tr> |
22 | !next i |
||
10614 | obado | 23 | !reset exocnt_ |
12004 | obado | 24 | <!-- end Nikaia/_widgets/supervisorsexam.phtml --> |