Code

Better gray out handling
[gosa.git] / plugins / admin / fai / faiPackage.tpl
1 <table width="100%">
2         <tr>
3                 <td width="50%" valign="top">
4                                 <h2><img alt="" src="images/house.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h2>
5                                 <table summary="" cellspacing="4">
6                                         <tr>
7                                                 <td>
8                                                         <LABEL for="cn">
9                                                         {t}Name{/t}
10                                                         </LABEL>
11                                                 </td>
12                                                 <td>
13                                                         <input value="{$cn}" disabled id="cn">
14                                                 </td>
15                                         </tr>
16                                         <tr>
17                                                 <td>
18                                                         <LABEL for="description">
19                                                         {t}Description{/t}
20                                                         </LABEL>
21                                                 </td>
22                                                 <td>
23                                                         <input value="{$description}" {$description} name="description" id="description">
24                                                 </td>
25                                         </tr>
26                                 </table>
27                 </td>
28                 <td width="50%" valign="top">
29                         <h2><img alt="" src="images/house.png" align="middle" title="{t}Repository{/t}">&nbsp;{t}Repository{/t}</h2>
30                                 <table summary="" cellspacing="4">
31                                         <tr>
32                                                 <td>
33                                                         <LABEL for="release">
34                                                         {t}Release{/t}
35                                                         </LABEL>
36                                                 </td>
37                                                 <td>
38                                                         <select name="FAIdebianReleaseS" title="{t}release{/t}" {$ReleaseACL}>
39                                                                 {html_options options=$releases selected=$release}
40                                                         </select>
41                                                         <input type="submit" value="{t}set{/t}" name="SetRelease" {$ReleaseACL}>
42                                                 </td>
43                                         </tr>
44                                         <tr>
45                                                 <td>
46                                                         <LABEL for="section">
47                                                         {t}Section{/t}
48                                                         </LABEL>
49                                                 </td>
50                                                 <td>
51                                                         <select name="FAIdebianSectionS" title="{t}section{/t}" {$SectionACL}>
52                                                                 {html_options options=$sections selected=$section}
53                                                         </select>
54                                                         <input type="submit" value="{t}set{/t}" name="SetSection" {$SectionACL}>
55                                                 </td>
56                                         </tr>
57                                         <tr>
58                                                 <td>
59                                                         <LABEL for="mirror">
60                                                         {t}Mirror{/t}
61                                                         </LABEL>
62                                                 </td>
63                                                 <td>
64                                                         <select name="FAIdebianMirrorS" title="{t}mirror{/t}" {$MirrorACL}>
65                                                                 {html_options options=$mirrors selected=$mirror}
66                                                         </select>
67                                                         <input type="submit" value="{t}set{/t}" name="SetMirror" {$MirrorACL}>
68                                                 </td>
69                                         </tr>
70                                 </table>
71                 </td>
72         </tr>
73 </table>
74 <table width="99%">
75         <tr>
76                 <td> 
77                         <h2><img alt="" src="images/house.png" align="middle" title="{t}Used packages{/t}">&nbsp;{t}Used packages{/t}</h2>
78                         <br>
79                         <select id="usedPackages" name="usedPackages" title="{t}Choosen packages{/t}" multiple style="width:100%;height:300px;">
80                         {html_options options=$usedPackages}
81                 </select>
82                         <br>
83                         <input type="submit" name="Addpkg" value="+" {$OptionACL}>
84                         <input type="submit" name="Delpkg" value="-" {$OptionACL}>
85                         <input type="submit" name="Conpkg" value="Configure" {$OptionACL}>
86                 </td>
87         </tr>
88 </table>