Subversion Repositories wimsdev

Rev

Rev 12004 | Blame | Compare with Previous | Last modification | View Log | RSS feed

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