Rev 6235 | Rev 10558 | 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 |
||
5850 | bpr | 3 | <table class="wimsborder wimscenter"> |
7509 | obado | 4 | <thead><tr> |
5 | <th>$name_zone</th> |
||
6 | <td></td> |
||
7 | <th>$name_Category</th> |
||
8 | <td></td> |
||
9 | <th>$wims_name_name</th> |
||
10 | <td></td> |
||
11 | <th>$wims_name_Language</th> |
||
12 | </tr></thead> |
||
13 | <tbody><tr> |
||
14 | <td> |
||
15 | !formselect target1 list $zonelist |
||
16 | </td><td>~</td><td> |
||
17 | <input type="text" size="12" name="target2" value="$o2" /> |
||
18 | </td><td>~</td><td> |
||
19 | <input type="text" size="12" name="target3" value="$o3" /> |
||
20 | </td><td>.</td><td> |
||
21 | !default target4=$module_language |
||
22 | !formselect target4 list $langlist |
||
23 | </td> |
||
24 | </tr></tbody> |
||
25 | </table> |
||
5850 | bpr | 26 | <p class="wimscenter wimsform"> |
23 | reyssat | 27 | !if nook notwordof $wims_read_parm |
5850 | bpr | 28 | !set wims_ref_class=wims_button |
6235 | bpr | 29 | <input type="submit" value="$wims_name_tosave" /> |
23 | reyssat | 30 | !endif |
5850 | bpr | 31 | </p> |