Subversion Repositories wimsdev

Rev

Rev 2167 | Rev 5917 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2167 Rev 3049
Line 21... Line 21...
21
 !set c=!recordcnt wimshome/$wims_sesdir/exolog.$logsheet.$e
21
 !set c=!recordcnt wimshome/$wims_sesdir/exolog.$logsheet.$e
22
 !set s=!getdef w_module_score in wimshome/$wims_sesdir/exolog.$logsheet.$e
22
 !set s=!getdef w_module_score in wimshome/$wims_sesdir/exolog.$logsheet.$e
23
 !default s=-
23
 !default s=-
24
 !set V_=!record $e of wimshome/log/classes/$wims_class/sheets/.sheet$logsheet
24
 !set V_=!record $e of wimshome/log/classes/$wims_class/sheets/.sheet$logsheet
25
 !distribute lines $V_ into a,a,a,a,T_,D_
25
 !distribute lines $V_ into a,a,a,a,T_,D_
26
 $table_tr<td align=center>$e</td>
26
 $table_tr<td align="center">$e</td>
27
 <td align=center>$c</td>
27
 <td align="center">$c</td>
28
 <td align=center>$s</td>
28
 <td align="center">$s</td>
29
 <td><small>
29
 <td><small>
30
 !href cmd=reply&job=log&logsheet=$logsheet&logexo=$e&checkuser=$wims_user $wims_name_tosave
30
 !href cmd=reply&job=log&logsheet=$logsheet&logexo=$e&checkuser=$wims_user $wims_name_tosave
31
 </small></td>
31
 </small></td>
32
 <td>$T_ <small>$D_</small></td>
32
 <td>$T_ <small>$D_</small></td>
33
 </tr>
33
 </tr>