Subversion Repositories wimsdev

Rev

Rev 10624 | 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.  $table_tr
  6.   <td>$wims_name_Examen $i</td>
  7.   <td>
  8.     !href module=adm/class/exam&exam=$i $ti
  9.   </td>
  10.   !if $seq_open=yes
  11.     !read themes/_procs/supervisorseq.proc exam,$ac
  12.   !endif
  13.   <td>$(wims_name_shstatus[$[$ac+1]])</td>
  14.   <td>
  15.    !read adm/sheet/sheetaction.phtml exam,$i,$ac,1
  16.   </td>
  17.  </tr>
  18. !next i
  19. !reset exocnt_
  20. <!-- end _widgets/supervisorsexam.phtml -->
  21.