Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
1733 bpr 1
 
23 reyssat 2
!if $exologcnt<1
1733 bpr 3
 $name_noexercise2 $(names[1]) $(names[2]).
23 reyssat 4
 !exit
5
!endif
6
 
1733 bpr 7
$name_click
8
 
23 reyssat 9
!read tabletheme
10
 
5917 bpr 11
$table_header
23 reyssat 12
$table_hdtr
1733 bpr 13
<th><small>$wims_name_date</small></th>
14
<th><small>$wims_name_Sheet</small></th>
15
<th><small>$wims_name_Exercise</small></th>
16
<th><small>$name_Step</small></th>
2006 bpr 17
<th><small>$wims_name_Score1</small></th>
1733 bpr 18
<th>$wims_name_title</th>
23 reyssat 19
!for i=1 to $exologcnt
20
 !set l=!line $i of $exolog2
21
 !set l_=!line $i of $exologs
22
 !distribute item $l into d_,s_,n_
23
 !set n_=!translate . to , in $n_
24
 !distribute item $n_ into S_,E_
25
 !set s_=!getdef w_module_score in wimshome/log/classes/$wims_class/exolog/$checkuser/$l_
26
 !default s_=-
27
 !set p_=!recordcnt wimshome/log/classes/$wims_class/exolog/$checkuser/$l_
28
 !set V_=!record $E_ of wimshome/log/classes/$wims_class/sheets/.sheet$S_
29
 !distribute lines $V_ into a,a,a,a,T_,D_
3109 bpr 30
 !if $T_!=$empty
3049 bpr 31
  $table_tr<td align="center">
23 reyssat 32
  !href target=wims_check module=$module&job=check&checkuser=$checkuser&logcheck=$l_&checkstep=1 $d_
33
  </td>
3049 bpr 34
  <td align="center">$S_</td><td align="center">$E_</td>
35
  <td align="center">$p_</td>
36
  <td align="center">$s_</td>
23 reyssat 37
  <td>$T_ <small>$D_
38
  !if $wims_user=supervisor
39
   !getfile exolog/$l_ source
40
  !endif
41
  </small></td></tr>
42
 !endif
43
!next i
44
$table_end
45
 
2031 bpr 46
!set wims_menu_items=!append line myscore,1,module=adm/class/userlist&job=getuser&getuser=$checkuser\
3109 bpr 47
to $wims_menu_items