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