Rev 5972 | Rev 6685 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5972 | Rev 6235 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | <h1 class="wims_docu_title">$tit<br/> |
2 | <h1 class="wims_docu_title">$tit<br /> |
3 | $n_codechange |
3 | $n_codechange |
4 | </h1> |
4 | </h1> |
5 | 5 | ||
6 | !if $error!=$empty |
6 | !if $error!=$empty |
7 | <div class="wims_alertmsg"> |
7 | <div class="wims_alertmsg"> |
8 | !read docu/$modu_lang/msg.phtml |
8 | !read docu/$modu_lang/msg.phtml |
9 | </div> |
9 | </div> |
10 | <hr/> |
10 | <hr /> |
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><td nowrap="nowrap" align="right">$name_code1 |
16 | <tr><td nowrap="nowrap" align="right">$name_code1 |
17 | </td><td align="left"><input type="password" size="20" name="coder1"/></td></tr> |
17 | </td><td align="left"><input type="password" size="20" name="coder1" /></td></tr> |
18 | <tr><td nowrap="nowrap" align="right">$name_code2 |
18 | <tr><td nowrap="nowrap" align="right">$name_code2 |
19 | </td><td align="left"><input type="password" size="20" name="coder"/></td></tr> |
19 | </td><td align="left"><input type="password" size="20" name="coder" /></td></tr> |
20 | <tr><td nowrap="nowrap" align="right">$name_code3 |
20 | <tr><td nowrap="nowrap" align="right">$name_code3 |
21 | </td><td align="left"><input type="password" size="20" name="coder2"/></td></tr> |
21 | </td><td align="left"><input type="password" size="20" name="coder2" /></td></tr> |
22 | 22 | ||
23 | <tr><td colspan="2" align="center"> |
23 | <tr><td colspan="2" align="center"> |
24 | <input type="submit" value="$wims_name_tosave"/> |
24 | <input type="submit" value="$wims_name_tosave" /> |
25 | <input type="submit" name="abandon" value="$wims_name_giveup"/> |
25 | <input type="submit" name="abandon" value="$wims_name_giveup" /> |
26 | </td></tr></table> |
26 | </td></tr></table> |
27 | !formend |
27 | !formend |
28 | 28 | ||
29 | $name_code4 |
29 | $name_code4 |