Code

added some summary tags
[gosa.git] / plugins / personal / environment / environment.tpl
1 {if $is_account ne 'true'}
2         <img alt="" src="images/stop.png" align="middle">
3         {t}The environment extension is currently disabled.{/t}
4 {else}
5 <input type="hidden" name="iamposted" value="1">
6 <table summary="{t}Environment managment settings{/t}" width="100%">
7         <tr>
8                 <td valign="top" width="50%">
9                         <h2><img alt="" src="images/banana.png" align="middle">&nbsp;{t}Profiles{/t}</h2>
10                         <table summary="{t}Profile managment{/t}">
11                                 <tr>
12                                         <td>
13                                                 <input type="checkbox" value="1" {$useProfileCHK} name="useProfile" {$useProfileACL} id="useProfile"
14                                                                         onclick="changeState('gotoProfileServer');changeState('gotoProfileFlag_C');">
15                                         </td>
16                                         <td valign="top">
17                                                 <LABEL for="useProfile">{t}Use profile managment{/t}</LABEL>
18                                         </td>
19                                 </tr>
20                                 <tr>
21                                         <td>&nbsp;
22                                         </td>
23                                         <td>
24                                                 <table summary="{t}Profile server managment{/t}">
25                                                         <tr>
26                                                                 <td>    
27                                                                         <LABEL for="gotoProfileServer">{t}Profil server{/t}</LABEL>
28                                                                 </td>
29                                                                 <td>
30                                                                         <select style="width:350px;" id="gotoProfileServer" 
31                                                                                         name="gotoProfileServer" {$gotoProfileServerACL} id="gotoProfileServer">
32                                                                                 {html_options values=$gotoProfileServerKeys output=$gotoProfileServers selected=$gotoProfileServer}
33                                                                                 <option disabled>&nbsp;</option>
34                                                                         </select>
35                                                                 </td>
36                                                         </tr>
37                                                         <tr>
38                                                                 <td>    
39                                                                         <LABEL for="gotoProfileFlag_C">{t}Use local caching{/t}</LABEL>
40                                                                 </td>
41                                                                 <td>
42                                                                         <input type="checkbox" name="gotoProfileFlag_C" value="C" 
43                                                                                 id="gotoProfileFlag_C" {$gotoProfileFlag_CACL} {$gotoProfileFlag_CCHK}>
44                                                                 </td>
45                                                         </tr>
46                                                 </table>
47                                         </td>
48                                 </tr>
49                                 </table>
50                                 <table>
51                                 <tr>
52                                         <td>
53                                                 <LABEL for="gotoProfileQuota">{t}Quota{/t}</LABEL> 
54                                         </td>
55                                         <td>
56                                                 <input type="text" name="gotoProfileQuota" value="{$gotoProfileQuota}" {$gotoProfileQuotaACL} id="gotoProfileQuota">
57                                         </td>
58                                 </tr>
59                                 <tr>
60                                         <td>
61                                                 <LABEL for="gotoXResolution">{t}Resolution{/t}</LABEL>
62                                         </td>
63                                         <td>
64                                                 <select name="gotoXResolution" {$gotoXResolutionACL} id="gotoXResolution">
65                                 {html_options values=$gotoXResolutions output=$gotoXResolutions selected=$gotoXResolution}
66                             <option disabled>&nbsp;</option>
67                         </select>
68                                         </td>
69                                 </tr>
70                                 <tr>
71                                         <td>
72                                                 <input type="checkbox" name="gotoProfileFlag_L" id="gotoProfileFlag_L" value="L" {$gotoProfileFlagsACL} {$gotoProfileFlag_LCHK}>
73                                         </td>
74                                         <td>
75                                                 <LABEL for="gotoProfileFlag_L">{t}Resolution changeable on runtime {/t}</LABEL>
76                                         </td>
77                                 </tr>
78                         </table>
80                         <p class="seperator">&nbsp;</p>
81             <h2><img alt="" src="images/banana.png" align="middle">&nbsp;{t}Kiosk profile{/t}</h2>      
82                         <table summary="{t}Kiosk profile settings{/t}">
83                                 <tr>
84                                         <td>
85                                                 <LABEL for="gotoKioskProfile">{t}Kiosk profile{/t}</LABEL>
86                                         </td>
87                                         <td>
88                                                 <select name="gotoKioskProfile" {$gotoKioskProfileACL} id="gotoKioskProfile">
89                         {html_options values=$gotoKioskProfiles output=$gotoKioskProfiles selected=$gotoKioskProfile}
90                         <option disabled>&nbsp;</option>
91                                         </td>
92                                 </tr>
93                                 <tr>
94                                         <td>
95                                                 &nbsp;
96                                         </td>
97                                         <td>
98                                                 <input type="submit" name="KioskManagementDialog" value="{t}Profile management{/t}" {$gotoKioskProfileACL}>
99                                         </td>
100                                 </tr>
101                         </table>        
102                         <p class="seperator">&nbsp;</p>
103                         <h2><img alt="" src="images/banana.png" align="middle">&nbsp;<LABEL for="gotoLogonScript">{t}Logon scripts{/t}</LABEL></h2>
104                         <table summary="{t}Logon script management{/t}">
105                                 <tr>
106                                         <td>
107                                         <select style="width:350px;" name="gotoLogonScript" multiple size=4 {$gotoLogonScriptACL} id="gotoLogonScript">
108                         {html_options values=$gotoLogonScriptKeys output=$gotoLogonScripts }
109                         <option disabled>&nbsp;</option>
110                                                 </select>
111                         
112                                                 <br>
113                                                 <input type="submit" {$gotoLogonScriptACL} name="gotoLogonScriptNew"            value="{t}Add{/t}">
114                                                 <input type="submit" {$gotoLogonScriptACL} name="gotoLogonScriptDel"    value="{t}Delete{/t}"> 
115                                                 <input type="submit" {$gotoLogonScriptACL} name="gotoLogonScriptEdit"   value="{t}Edit{/t}"> 
116                                         </td>
117                                 </tr>
118                         </table>        
119                 </td>
120                 <td style="border-left: 1px solid rgb(160, 160, 160);"  valign="top">
121                         <h2><img alt="" src="images/banana.png" align="middle">&nbsp;<LABEL for="gotoShare">{t}Attach share{/t}</LABEL></h2>
122                         <table summary="">
123                                 <tr>
124                                         <td>
125                                         <select style="width:350px;" name="gotoShare" multiple size=4 {$gotoShareACL} id="gotoShare">
126                         {html_options values=$gotoShareKeys output=$gotoShares}
127                         <option disabled>&nbsp;</option>
128                                                 </select>
129                                                 <br>
130                                         <select name="gotoShareSelection" {$gotoShareACL}>
131                         {html_options values=$gotoShareSelectionKeys output=$gotoShareSelections}
132                         <option disabled>&nbsp;</option>
133                                                 </select>
134                                                 <input type="text"       {$gotoShareACL} name="gotoShareMountPoint"     value="">
135                                                 <input type="submit" {$gotoShareACL} name="gotoShareAdd"                value="+"> 
136                                                 <input type="submit" {$gotoShareACL} name="gotoShareDel"                value="-"> 
137                                         </td>
138                                 </tr>
139                         </table>
140                         <p class="seperator">&nbsp;</p>
141             <h2><img alt="" src="images/banana.png" align="middle">&nbsp;<LABEL for="gotoHotplugDevice">{t}Hotplug devices{/t}</LABEL></h2>     
142                         <table summary="{t}Hotplug device settings{/t}">
143                                 <tr>
144                                         <td>
145                                                 <select name="gotoHotplugDevice" {$gotoHotplugDeviceACL} size=4  style="width:350px;" id="gotoHotplugDevice">
146                         {html_options values=$gotoHotplugDeviceKeys output=$gotoHotplugDevices}
147                         <option disabled>&nbsp;</option>
148                                         </td>
149                                 </tr>
150                                 <tr>
151                                         <td>
152                                                 <input type="submit" {$gotoHotplugDeviceACL} name="gotoHotplugDeviceNew" value="{t}New{/t}">
153                                                 <input type="submit" {$gotoHotplugDeviceACL} name="gotoHotplugDeviceUse" value="{t}Existing{/t}">
154                                                 <input type="submit" {$gotoHotplugDeviceACL} name="gotoHotplugDeviceDel" value="{t}Delete{/t}">
155                                         </td>
156                                 </tr>
157                         </table>
158                         <p class="seperator">&nbsp;</p>
159             <h2><img alt="" src="images/banana.png" align="middle">&nbsp;<LABEL for="gotoPrinter">{t}Printer{/t}</LABEL></h2>
160             <table summary="{t}Printer settings{/t}">
161                 <tr>
162                     <td>
163                         <select style="width:350px;" name="gotoPrinter" multiple size=4 {$gotoPrinterACL} id="gotoPrinter">
164                         {html_options values=$gotoPrinterKeys output=$gotoPrinters}
165                         <option disabled>&nbsp;</option>
166                         </select>
167                         <br>
168                         <input type="submit" {$gotoPrinterACL} name="gotoPrinterAdd"     value="{t}Add{/t}">
169                         <input type="submit" {$gotoPrinterACL} name="gotoPrinterDel"     value="{t}Delete{/t}">
170                         <input type="submit" {$gotoPrinterACL} name="gotoPrinterEdit"    value="{t}Admin Toggle{/t}">
171                     </td>
172                 </tr>
173             </table>
174                 </td>
175         </tr>
176 </table>        
177         
178                 
181         
183 {/if}