Rev 8646 | Rev 9480 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8646 | Rev 9479 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | <h1 class="wims_docu_title">$tit< |
2 | <h1 class="wims_docu_title">$tit</h1> |
3 | $n_codechange |
- | |
4 | </h1> |
- | |
5 | 3 | ||
6 | !if $error!=$empty |
4 | !if $error!=$empty |
7 | <div class="wims_alertmsg"> |
5 | <div class="wims_alertmsg"> |
8 | !read docu/$modu_lang/msg.phtml |
6 | !read docu/$modu_lang/msg.phtml |
9 | </div> |
7 | </div> |
10 | <hr /> |
8 | <hr /> |
11 | !endif |
9 | !endif |
12 | 10 | ||
13 | !set wims_form_method=post |
11 | !set wims_form_method=post |
14 | !form reply |
12 | !form reply |
15 | < |
13 | <fieldset class="property_fields halfwidth blockcenter"> |
- | 14 | <legend>$n_codechange</legend> |
|
16 | < |
15 | <div class="field box"> |
17 |
|
16 | <label for="coder1">$name_code1</label> |
18 |
|
17 | <input type="password" size="20" name="coder1" /> |
19 | </ |
18 | </div> |
- | 19 | <div class="field box"> |
|
20 |
|
20 | <label for="coder">$name_code2</label> |
21 |
|
21 | <input type="password" size="20" name="coder" /> |
22 | </ |
22 | </div> |
- | 23 | <div class="field box"> |
|
23 |
|
24 | <label for="coder">$name_code3</label> |
24 |
|
25 | <input type="password" size="20" name="coder2" /> |
25 | </ |
26 | </div> |
26 | <tr> |
- | |
27 | < |
27 | <div class="wimscenter wimsform"> |
28 | <input type="submit" value="$wims_name_tosave" /> |
28 | <input type="submit" value="$wims_name_tosave" /> |
29 | <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 | </ |
30 | </div> |
31 | </tr> |
- | |
32 | </ |
31 | </fieldset> |
- | 32 | ||
33 | !formend |
33 | !formend |
34 | 34 | ||
35 | $name_code4 |
35 | $name_code4 |