Rev 11679 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11679 | Rev 13527 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !default target4=$o4 |
2 | !default target4=$o4 |
3 | !set wims_ref_class=wims_button_help float_right |
3 | !set wims_ref_class=wims_button_help float_right |
4 | !href cmd=help&special_parm=addressing $wims_name_help |
4 | !href cmd=help&special_parm=addressing $wims_name_help |
5 | 5 | ||
6 | <table class="wimsborder wimscenter"> |
6 | <table class="wimsborder wimscenter"> |
7 |
|
7 | <thead><tr> |
8 |
|
8 | <th><label for="target1">$name_zone</label></th> |
9 |
|
9 | <td></td> |
10 |
|
10 | <th><label for="target2">$name_Category</label></th> |
11 |
|
11 | <td></td> |
12 |
|
12 | <th><label for="target3">$wims_name_name</label></th> |
13 |
|
13 | <td></td> |
14 |
|
14 | <th><label for="target4">$wims_name_Language</label></th> |
15 |
|
15 | </tr></thead> |
16 |
|
16 | <tbody><tr> |
17 |
|
17 | <td> |
18 |
|
18 | !formselect target1 list $zonelist |
19 |
|
19 | </td><td>~</td><td> |
20 |
|
20 | <input type="text" size="12" id="target2" name="target2" value="$o2" required /> |
21 |
|
21 | </td><td>~</td><td> |
22 |
|
22 | <input type="text" size="17" maxlength="17" id="target3" name="target3" value="$o3" required /> |
23 |
|
23 | </td><td>.</td><td> |
24 |
|
24 | !default target4=$module_language |
25 |
|
25 | !formselect target4 list $langlist |
26 |
|
26 | </td> |
27 |
|
27 | </tr></tbody> |
28 | </table> |
28 | </table> |
29 | <p class="wimscenter wimsform"> |
- | |
- | 29 | ||
30 | !if nook notwordof $wims_read_parm |
30 | !if nook notwordof $wims_read_parm |
31 |
|
31 | <p class="wimscenter wimsform"> |
32 |
|
32 | <input type="submit" value="$wims_name_tosave" /> |
- | 33 | </p> |
|
33 | !endif |
34 | !endif |
34 | </p> |
- |