Rev 8054 | Rev 8646 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8054 | Rev 8056 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | !endif |
11 | !endif |
12 | 12 | ||
13 | !set wims_form_method=post |
13 | !set wims_form_method=post |
14 | !form reply |
14 | !form reply |
15 | <table class="wimscenter wimsnoborder wimsform"> |
15 | <table class="wimscenter wimsnoborder wimsform"> |
- | 16 | <tr> |
|
16 |
|
17 | <td nowrap="nowrap" align="right">$name_code1</td> |
17 |
|
18 | <td align="left"><input type="password" size="20" name="coder1" /></td> |
- | 19 | </tr><tr> |
|
18 |
|
20 | <td nowrap="nowrap" align="right">$name_code2</td> |
19 |
|
21 | <td align="left"><input type="password" size="20" name="coder" /></td> |
- | 22 | </tr><tr> |
|
20 |
|
23 | <td nowrap="nowrap" align="right">$name_code3</td> |
21 |
|
24 | <td align="left"><input type="password" size="20" name="coder2" /></td> |
- | 25 | </tr> |
|
22 | 26 | <tr> |
|
23 |
|
27 | <td colspan="2"> |
24 | <input type="submit" value="$wims_name_tosave" /> |
28 | <input type="submit" value="$wims_name_tosave" /> |
25 | <input type="submit" name="abandon" value="$wims_name_giveup" class="wims_secondary_button" /> |
29 | <input type="submit" name="abandon" value="$wims_name_giveup" class="wims_secondary_button" /> |
- | 30 | </td> |
|
- | 31 | </tr> |
|
26 |
|
32 | </table> |
27 | !formend |
33 | !formend |
28 | 34 | ||
29 | $name_code4 |
35 | $name_code4 |