Code

Added Template file upload, binary
[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}" style="width:100px;" 
57                                                         {$gotoProfileQuotaACL} id="gotoProfileQuota">{t}MB{/t}
58                                         </td>
59                                 </tr>
60                                 <tr>
61                                         <td>
62                                                 <LABEL for="gotoXResolution">{t}Resolution{/t}</LABEL>
63                                         </td>
64                                         <td>
65                                                 <select name="gotoXResolution" {$gotoXResolutionACL} id="gotoXResolution">
66                                 {html_options values=$gotoXResolutions output=$gotoXResolutions selected=$gotoXResolution}
67                             <option disabled>&nbsp;</option>
68                         </select>
69                                         </td>
70                                 </tr>
71                                 <tr>
72                                         <td>
73                                                 <input type="checkbox" name="gotoProfileFlag_L" id="gotoProfileFlag_L" value="L" {$gotoProfileFlagsACL} {$gotoProfileFlag_LCHK}>
74                                         </td>
75                                         <td>
76                                                 <LABEL for="gotoProfileFlag_L">{t}Resolution changeable on runtime{/t}</LABEL>
77                                         </td>
78                                 </tr>
79                         </table>
81                         <p class="seperator">&nbsp;</p>
82             <h2><img alt="" src="images/banana.png" align="middle">&nbsp;{t}Kiosk profile{/t}</h2>      
83                         <table summary="{t}Kiosk profile settings{/t}">
84                                 <tr>
85                                         <td>
86                                                 <LABEL for="gotoKioskProfile">{t}Kiosk profile{/t}</LABEL>
87                                         </td>
88                                         <td>
89                                                 <select name="gotoKioskProfile" {$gotoKioskProfileACL} id="gotoKioskProfile">
90                         {html_options values=$gotoKioskProfiles output=$gotoKioskProfiles selected=$gotoKioskProfile}
91                         <option disabled>&nbsp;</option>
92                                         </td>
93                                 </tr>
94                                 <tr>
95                                         <td>
96                                                 &nbsp;
97                                         </td>
98                                         <td>
99                                                 <input type="submit" name="KioskManagementDialog" value="{t}Profile management{/t}" {$gotoKioskProfileACL}>
100                                         </td>
101                                 </tr>
102                         </table>        
103                         <p class="seperator">&nbsp;</p>
104                         <h2><img alt="" src="images/banana.png" align="middle">&nbsp;<LABEL for="gotoLogonScript">{t}Logon scripts{/t}</LABEL></h2>
105                         <table summary="{t}Logon script management{/t}">
106                                 <tr>
107                                         <td>
108                                         <select style="width:350px;" name="gotoLogonScript" multiple size=4 {$gotoLogonScriptACL} id="gotoLogonScript">
109                         {html_options values=$gotoLogonScriptKeys output=$gotoLogonScripts }
110                         <option disabled>&nbsp;</option>
111                                                 </select>
112                         
113                                                 <br>
114                                                 <input type="submit" {$gotoLogonScriptACL} name="gotoLogonScriptNew"            value="{t}Add{/t}">
115                                                 <input type="submit" {$gotoLogonScriptACL} name="gotoLogonScriptDel"    value="{t}Delete{/t}"> 
116                                                 <input type="submit" {$gotoLogonScriptACL} name="gotoLogonScriptEdit"   value="{t}Edit{/t}"> 
117                                         </td>
118                                 </tr>
119                         </table>        
120                 </td>
121                 <td style="border-left: 1px solid rgb(160, 160, 160);"  valign="top">
122                         <h2><img alt="" src="images/banana.png" align="middle">&nbsp;<LABEL for="gotoShare">{t}Attach share{/t}</LABEL></h2>
123                         <table summary="">
124                                 <tr>
125                                         <td>
126                                         <select style="width:350px;" name="gotoShare" multiple size=4 {$gotoShareACL} id="gotoShare">
127                         {html_options values=$gotoShareKeys output=$gotoShares}
128                         <option disabled>&nbsp;</option>
129                                                 </select>
130                                                 <br>
131                                         <select name="gotoShareSelection" {$gotoShareACL}>
132                         {html_options values=$gotoShareSelectionKeys output=$gotoShareSelections}
133                         <option disabled>&nbsp;</option>
134                                                 </select>
135                                                 <input type="text"       {$gotoShareACL} name="gotoShareMountPoint"     value="">
136                                                 <input type="submit" {$gotoShareACL} name="gotoShareAdd"                value="+"> 
137                                                 <input type="submit" {$gotoShareACL} name="gotoShareDel"                value="-"> 
138                                         </td>
139                                 </tr>
140                         </table>
141                         <p class="seperator">&nbsp;</p>
142             <h2><img alt="" src="images/banana.png" align="middle">&nbsp;<LABEL for="gotoHotplugDevice">{t}Hotplug devices{/t}</LABEL></h2>     
143                         <table summary="{t}Hotplug device settings{/t}">
144                                 <tr>
145                                         <td>
146                                                 <select name="gotoHotplugDevice" {$gotoHotplugDeviceACL} size=4  style="width:350px;" id="gotoHotplugDevice">
147                         {html_options values=$gotoHotplugDeviceKeys output=$gotoHotplugDevices}
148                         <option disabled>&nbsp;</option>
149                                         </td>
150                                 </tr>
151                                 <tr>
152                                         <td>
153                                                 <input type="submit" {$gotoHotplugDeviceACL} name="gotoHotplugDeviceNew" value="{t}New{/t}">
154                                                 <input type="submit" {$gotoHotplugDeviceACL} name="gotoHotplugDeviceUse" value="{t}Existing{/t}">
155                                                 <input type="submit" {$gotoHotplugDeviceACL} name="gotoHotplugDeviceDel" value="{t}Delete{/t}">
156                                         </td>
157                                 </tr>
158                         </table>
159                         <p class="seperator">&nbsp;</p>
160             <h2><img alt="" src="images/banana.png" align="middle">&nbsp;<LABEL for="gotoPrinter">{t}Printer{/t}</LABEL></h2>
161             <table summary="{t}Printer settings{/t}">
162                 <tr>
163                     <td>
164                         <select style="width:350px;" name="gotoPrinter" multiple size=4 {$gotoPrinterACL} id="gotoPrinter">
165                         {html_options values=$gotoPrinterKeys output=$gotoPrinters}
166                         <option disabled>&nbsp;</option>
167                         </select>
168                         <br>
169                         <input type="submit" {$gotoPrinterACL} name="gotoPrinterAdd"     value="{t}Add{/t}">
170                         <input type="submit" {$gotoPrinterACL} name="gotoPrinterDel"     value="{t}Delete{/t}">
171                         <input type="submit" {$gotoPrinterACL} name="gotoPrinterEdit"    value="{t}Admin Toggle{/t}">
172                     </td>
173                 </tr>
174             </table>
175                 </td>
176         </tr>
177 </table>        
178         
179                 
182         
184 {/if}