Subversion Repositories wimsdev

Rev

Rev 1089 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. <html><head>
  3. $wims_html_header
  4. </head>
  5. <body $wims_htmlbody>
  6. !headmenu
  7. </h1></center>
  8. !if $error!=$empty
  9.  <p>
  10.  !read msg.phtml
  11.  <p>
  12.  !href module=home $name_homeback
  13. . <p>
  14.  !goto end
  15. !endif
  16. !readproc var.activity.proc
  17. !if $usercnt==0
  18. $name_noparticipant
  19. !else
  20.  <p>$table_header
  21.  $table_hdtr<th>$name_lastname, $name_firstname</th>
  22.  <th>$name_lastconnexion</th><th>$name_nbsessions</th><th><small>$name_cnt_exo
  23.  <br> ($nbexototal $name_exo)</small></th><th>$name_total</th>
  24.  !for j=1 to $sheetcnt
  25.   <th colspan=2><small>$name_sheet $j <br>($(nbexo$j) $name_exo)</small></th>
  26.  !next j
  27.  </tr>
  28.  $table_hdtr
  29.  <th></th><th></th><th></th><th></th><th></th>
  30.  !for j=1 to $sheetcnt
  31.   <th><small>$name_cnt_exo</small></th><th><small>$name_time</small></th>
  32.  !next j
  33.   </tr>
  34.  !for m=1 to $usercnt
  35.   !set uu=!record $m of wimshome/log/classes/$wims_class/.userlist
  36.   !distribute items $uu into lastname,firstname,uu
  37.   !set getraw=$uu
  38.   !readproc raw.proc
  39.   $table_tr
  40.   <td>
  41.    !href module=adm/class/userlist&job=getuser&getuser=$uu $lastname, $firstname
  42.   </td>
  43.   !for h = 1 to 2*$sheetcnt + 4
  44.   <td align="center">$(data[$h])</td>
  45.   !next
  46.   </tr>
  47. !next
  48. $table_end
  49.  <p>$name_click
  50.  !href cmd=reply $name_refresh
  51.  <p>
  52.  !href module=adm/class/userlist&job_affi=notes $name_notes
  53. .
  54. :end
  55. !tail