Rev 6374 | Rev 14325 | 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 |
||
8768 | bpr | 11 | <tr><td style="text-align:right"> |
12 | <label for=""> |
||
13 | $wims_name_title |
||
14 | </label> |
||
15 | =<input size="15" name="title" value="$t_" id="title" /></td> |
||
6235 | bpr | 16 | <td>$name_weight=<input size="3" name="weight" value="$w_" /></td></tr> |
23 | reyssat | 17 | !for u=1 to $ucnt |
18 | !set n_=!item $u of $ulist |
||
19 | !set u_=!positionof item $n_ in $uulist |
||
20 | !if $u_>0 |
||
21 | !set s_=!record $u_+1 of wimshome/log/classes/$wims_class/.grades |
||
22 | !set c_=!item $cc+2 of $s_ |
||
23 | !else |
||
24 | !set c_= |
||
25 | !endif |
||
26 | !set f_=!item $u of $flist |
||
27 | !set l_=!item $u of $llist |
||
8768 | bpr | 28 | <tr><td><label for="c$u">$l_, $f_</label> |
29 | </td><td><input size="6" name="c$u" value="$c_" id="c$u" /></td></tr> |
||
23 | reyssat | 30 | !next u |
5926 | bpr | 31 | </table> |
5956 | bpr | 32 | <p class="wimscenter wimsform"> |
6235 | bpr | 33 | <input type="submit" name="reg" value="$wims_name_tosave" /> |
5926 | bpr | 34 | </p> |
35 | !formend |