Subversion Repositories wimsdev

Rev

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