Rev 14341 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14341 | Rev 17180 | ||
---|---|---|---|
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 | 6 | ||
7 | $table_header |
7 | $table_header |
Line 12... | Line 12... | ||
12 | !default w_=1 |
12 | !default w_=1 |
13 | $table_hdtr |
13 | $table_hdtr |
14 | <td style="text-align:right"> |
14 | <td style="text-align:right"> |
15 | <label for="">$wims_name_title</label> |
15 | <label for="">$wims_name_title</label> |
16 | = |
16 | = |
17 | <input size="15" name="title" value="$t_" id="title" |
17 | <input size="15" name="title" value="$t_" id="title"> |
18 | </td> |
18 | </td> |
19 | <td>$name_weight=<input size="3" name="weight" value="$w_" |
19 | <td>$name_weight=<input size="3" name="weight" value="$w_"></td> |
20 | </tr> |
20 | </tr> |
21 | </head> |
21 | </head> |
22 | <body> |
22 | <body> |
23 | !for u=1 to $ucnt |
23 | !for u=1 to $ucnt |
24 | !set n_=!item $u of $ulist |
24 | !set n_=!item $u of $ulist |
Line 31... | Line 31... | ||
31 | !endif |
31 | !endif |
32 | !set f_=!item $u of $flist |
32 | !set f_=!item $u of $flist |
33 | !set l_=!item $u of $llist |
33 | !set l_=!item $u of $llist |
34 | <tr> |
34 | <tr> |
35 | <td><label for="c$u">$l_, $f_</label></td> |
35 | <td><label for="c$u">$l_, $f_</label></td> |
36 | <td><input size="6" name="c$u" value="$c_" id="c$u" |
36 | <td><input size="6" name="c$u" value="$c_" id="c$u"></td> |
37 | !reset c$u |
37 | !reset c$u |
38 | </tr> |
38 | </tr> |
39 | !next u |
39 | !next u |
40 | </body> |
40 | </body> |
41 | $table_end |
41 | $table_end |
42 | <div class="formHelp">$name_todeletescore</div> |
42 | <div class="formHelp">$name_todeletescore</div> |
43 | 43 | ||
44 | <p class="wimscenter wimsform"> |
44 | <p class="wimscenter wimsform"> |
45 | <input type="submit" name="reg" value="$wims_name_tosave" |
45 | <input type="submit" name="reg" value="$wims_name_tosave"> |
46 | </p> |
46 | </p> |
47 | !formend |
47 | !formend |
48 | 48 |