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