Subversion Repositories wimsdev

Rev

Rev 1336 | Rev 2006 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
232 bpr 1
!if $error!=$empty
2
 <p>
3
 !read msg.phtml
4
 <p>
1806 bpr 5
 !href module=home $wims_name_class_home
232 bpr 6
. <p>
7
 !goto end
8
!endif
9
!readproc var.activity.proc
10
!if $usercnt==0
11
$name_noparticipant
12
!else
13
 <p>$table_header
1806 bpr 14
 $table_hdtr<th>$wims_name_lastname, $wims_name_firstname</th>
232 bpr 15
 <th>$name_lastconnexion</th><th>$name_nbsessions</th><th><small>$name_cnt_exo
16
 <br> ($nbexototal $name_exo)</small></th><th>$name_total</th>
17
 !for j=1 to $sheetcnt
1089 bpr 18
 !if $(activ[$j])>0
1806 bpr 19
  <th colspan=2><small>$wims_name_Sheet $j <br>($(nbexo$j) $name_exo)</small></th>
1089 bpr 20
 !endif
232 bpr 21
 !next j
22
 </tr>
23
 $table_hdtr
24
 <th></th><th></th><th></th><th></th><th></th>
25
 !for j=1 to $sheetcnt
1089 bpr 26
 !if $(activ[$j])>0
232 bpr 27
  <th><small>$name_cnt_exo</small></th><th><small>$name_time</small></th>
1089 bpr 28
 !endif
232 bpr 29
 !next j
30
  </tr>
31
 !for m=1 to $usercnt
32
  !set uu=!record $m of wimshome/log/classes/$wims_class/.userlist
33
  !distribute items $uu into lastname,firstname,uu
34
  !set getraw=$uu
35
  !readproc raw.proc
36
  $table_tr
37
  <td>
38
   !href module=adm/class/userlist&job=getuser&getuser=$uu $lastname, $firstname
39
  </td>
40
  !for h = 1 to 2*$sheetcnt + 4
1089 bpr 41
    !set h1=$[($h+$h%2)/2-2]
42
 !if $h <=4 or ($h>4 and $(activ[$h1])>0)
1090 bpr 43
  <td align="center">$(data[$h])</td>
1089 bpr 44
!endif
232 bpr 45
  !next
46
  </tr>
47
!next
48
$table_end
49
 <p>$name_click
1806 bpr 50
!set wims_menu_items=!append line refresh,1,cmd=reply\
51
Score,1,module=adm/class/userlist&job_affi=notes\
1336 bpr 52
to $wims_menu_items
1192 bpr 53
 
232 bpr 54
:end
1038 bpr 55
!tail