Rev 12004 |
    Blame |
    Compare with Previous |
    Last modification |
    View Log
    | RSS feed
  
  
<!-- _widgets/supervisorsexam.phtml -->
 
!for i=1 to $examcnt
 
  !set sh
=!record 
$i of wimshome
/log/classes
/$wims_class/exams
/.exams
  
  !distribute lines $sh into ac,t_,d_,ti
 
  !let exocnt_
=!recordcnt wimshome
/log/classes
/$wims_class/exams
/.exam
$i  
  $table_tr
 
   <td class="wims_exam_item">$wims_name_Examen $i</td>
 
   <td>
 
     !href module=adm/class/exam&exam=$i $ti
 
   </td>
 
   <td>$exocnt_</td>
 
   !if $seq_open=yes
 
     !read themes/_procs/supervisorseq.proc exam,$ac
 
   !endif
 
   <td class="wims_status_$ac">$(wims_name_shstatus[$[$ac+1]])</td>
 
   <td>
 
    !read adm/sheet/sheetaction.phtml exam,$i,$ac,1
 
   </td>
 
  </tr>
 
<!-- end _widgets
/supervisorsexam
.phtml 
-->