Subversion Repositories wimsdev

Rev

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

  1.  
  2. !read themes/_widgets/user_varexam.phtml
  3.  
  4. !if $m>0
  5.  <!-- _widgets/userexam.phtml -->
  6.  <table class="wims_user_exam_table">
  7.   !for i=1 to $m
  8.    !set se=!item $i of $aelist
  9.    !distribute lines $(e_$se) into ac,t_,s_,ti,de
  10.    <tr class="wims_user_exam">
  11.     <td class="wims_user_exam_type">$wims_name_Examen $se.</td>
  12.     <td class="wims_user_exam_desc">
  13.      !href module=adm/class/exam&job=student&exam=$se $ti
  14.     </td>
  15.     <td class="wims_user_exam_expire">
  16.      !if $ac>=2
  17.       $U_expired
  18.      !else
  19.       !if showexexpire iswordof $class_option
  20.        !read misc/expire.phtml.$lang $t_
  21.       !else
  22.        &nbsp;
  23.       !endif
  24.      !endif
  25.     </td>
  26.    </tr>
  27.   !next i
  28.  </table>
  29.  <!-- end _widgets/userexam.phtml -->
  30. !endif
  31.