Rev 6235 | Rev 8768 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
6235 | bpr | 2 | <hr /> |
23 | reyssat | 3 | !form reply |
5926 | bpr | 4 | |
5956 | bpr | 5 | !reset table_center |
6 | <table class="wimsborder wimscenter"> |
||
1705 | bpr | 7 | <caption>$name_enter (/ $maxscore): </caption> |
23 | reyssat | 8 | !set t_=!item $cc of $titles |
9 | !set w_=!item $cc of $weights |
||
10 | !default w_=1 |
||
6374 | bpr | 11 | <tr><td style="text-align:right">$wims_name_title=<input size="15" name="title" value="$t_" /></td> |
6235 | bpr | 12 | <td>$name_weight=<input size="3" name="weight" value="$w_" /></td></tr> |
23 | reyssat | 13 | !for u=1 to $ucnt |
14 | !set n_=!item $u of $ulist |
||
15 | !set u_=!positionof item $n_ in $uulist |
||
16 | !if $u_>0 |
||
17 | !set s_=!record $u_+1 of wimshome/log/classes/$wims_class/.grades |
||
18 | !set c_=!item $cc+2 of $s_ |
||
19 | !else |
||
20 | !set c_= |
||
21 | !endif |
||
22 | !set f_=!item $u of $flist |
||
23 | !set l_=!item $u of $llist |
||
5956 | bpr | 24 | <tr><td>$l_, $f_ |
6235 | bpr | 25 | </td><td><input size="6" name="c$u" value="$c_" /></td></tr> |
23 | reyssat | 26 | !next u |
5926 | bpr | 27 | </table> |
5956 | bpr | 28 | <p class="wimscenter wimsform"> |
6235 | bpr | 29 | <input type="submit" name="reg" value="$wims_name_tosave" /> |
5926 | bpr | 30 | </p> |
31 | !formend |
||
23 | reyssat | 32 | |
33 |