Rev 14341 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
17180 | bpr | 1 | <hr> |
23 | reyssat | 2 | !form reply |
7569 | bpr | 3 | |
14325 | guerimand | 4 | $table_header |
5 | <head> |
||
6 | <caption>$name_enterof: <em>$username</em> (/ $maxscore): </caption> |
||
7 | </head> |
||
8 | <body> |
||
9 | !for g=1 to $gcnt |
||
10 | !set t_=!item $g of $titles |
||
11 | !set g_=!item $g of $grades |
||
12 | <tr> |
||
13 | <td style="text-align:right">$t_</td> |
||
17180 | bpr | 14 | <td><input size="6" name="c$g" value="$g_"></td> |
14341 | guerimand | 15 | !reset c$g |
14325 | guerimand | 16 | </tr> |
17 | !next g |
||
18 | </body> |
||
19 | $table_end |
||
20 | <div class="formHelp">$name_todeletescore</div> |
||
17180 | bpr | 21 | <div class="wimscenter wimsform"><input type="submit" name="reg" value="$wims_name_tosave"></div> |
23 | reyssat | 22 | |
5926 | bpr | 23 | !formend |