Rev 8768 | Rev 14341 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8768 | Rev 14325 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | 4 | ||
5 |
|
5 | !!reset table_center |
- | 6 | ||
6 |
|
7 | $table_header |
- | 8 | <head> |
|
7 | <caption>$name_enter (/ $maxscore): </caption> |
9 | <caption>$name_enter (/ $maxscore): </caption> |
8 | !set t_=!item $cc of $titles |
10 | !set t_=!item $cc of $titles |
9 | !set w_=!item $cc of $weights |
11 | !set w_=!item $cc of $weights |
10 | !default w_=1 |
12 | !default w_=1 |
- | 13 | $table_hdtr |
|
11 |
|
14 | <td style="text-align:right"> |
12 | <label for=""> |
- | |
13 | $wims_name_title |
15 | <label for="">$wims_name_title</label> |
14 |
|
16 | = |
15 | = |
17 | <input size="15" name="title" value="$t_" id="title" /> |
- | 18 | </td> |
|
16 |
|
19 | <td>$name_weight=<input size="3" name="weight" value="$w_" /></td> |
- | 20 | </tr> |
|
- | 21 | </head> |
|
- | 22 | <body> |
|
17 | !for u=1 to $ucnt |
23 | !for u=1 to $ucnt |
18 | !set n_=!item $u of $ulist |
24 | !set n_=!item $u of $ulist |
19 | !set u_=!positionof item $n_ in $uulist |
25 | !set u_=!positionof item $n_ in $uulist |
20 | !if $u_>0 |
26 | !if $u_>0 |
21 | !set s_=!record $u_+1 of wimshome/log/classes/$wims_class/.grades |
27 | !set s_=!record $u_+1 of wimshome/log/classes/$wims_class/.grades |
22 | !set c_=!item $cc+2 of $s_ |
28 | !set c_=!item $cc+2 of $s_ |
23 | !else |
29 | !else |
24 | !set c_= |
30 | !set c_= |
25 | !endif |
31 | !endif |
26 | !set f_=!item $u of $flist |
32 | !set f_=!item $u of $flist |
27 | !set l_=!item $u of $llist |
33 | !set l_=!item $u of $llist |
- | 34 | <tr> |
|
28 |
|
35 | <td><label for="c$u">$l_, $f_</label></td> |
29 |
|
36 | <td><input size="6" name="c$u" value="$c_" id="c$u" /></td> |
- | 37 | </tr> |
|
30 | !next u |
38 | !next u |
- | 39 | </body> |
|
31 |
|
40 | $table_end |
- | 41 | <div class="formHelp">$name_todeletescore</div> |
|
- | 42 | ||
32 | <p class="wimscenter wimsform"> |
43 | <p class="wimscenter wimsform"> |
33 | <input type="submit" name="reg" value="$wims_name_tosave" /> |
44 | <input type="submit" name="reg" value="$wims_name_tosave" /> |
34 | </p> |
45 | </p> |
35 | !formend |
46 | !formend |
- | 47 |