Code

Environment Settings added
[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 <table summary="" width="100%">
6         <tr>
7                 <td valign="top" width="50%">
8                         <h2><img alt="" src="images/banana.png" align="middle">&nbsp;{t}Profiles{/t}</h2>
9                         <table summary="">
10                                 <tr>
11                                         <td>
12                                                 <input type="checkbox" value="1" {$useProfileCHK} name="useProfile">
13                                         </td>
14                                         <td valign="top">
15                                                 {t}Use profile managment{/t}
16                                         </td>
17                                 </tr>
18                                 <tr>
19                                         <td>&nbsp;
20                                         </td>
21                                         <td>
22                                                 <table summary="">
23                                                         <tr>
24                                                                 <td>    
25                                                                         {t}Profil server{/t}
26                                                                 </td>
27                                                                 <td>
28                                                                         <select style="width:350px;" name="goProfileServer">
29                                                                                 {html_options values=$goProfileServers output=$goProfileServer}
30                                                                                 <option disabled>&nbsp;</option>
31                                                                         </select>
32                                                                 </td>
33                                                         </tr>
34                                                         <tr>
35                                                                 <td>    
36                                                                         {t}Use local caching{/t}
37                                                                 </td>
38                                                                 <td>
39                                                                         <input type="checkbox" name="gotoProfileFlag_C" value="C" {$gotoProfileFlagsACL} {$gotoProfileFlag_CCHK}>
40                                                                 </td>
41                                                         </tr>
42                                                 </table>
43                                         </td>
44                                 </tr>
45                                 </table>
46                                 <table>
47                                 <tr>
48                                         <td>{t}Quota{/t} 
49                                         </td>
50                                         <td>
51                                                 <input type="text" name="gotoIDon'tKnow">
52                                         </td>
53                                 </tr>
54                                 <tr>
55                                         <td>
56                                                 {t}Resolution{/t}
57                                         </td>
58                                         <td>
59                                                 <select name="gotoXResolution" {$gotoXResolutionACL}>
60                                 {html_options values=$gotoXResolutions output=$gotoXResolutions}
61                             <option disabled>&nbsp;</option>
62                         </select>
63                                         </td>
64                                 </tr>
65                                 <tr>
66                                         <td>
67                                                 <input type="checkbox" name="gotoProfileFlag_L" {$gotoProfileFlagsACL} {$gotoProfileFlag_LCHK}>
68                                         </td>
69                                         <td>
70                                                 {t}Resolution changeable on runtime {/t}
71                                         </td>
72                                 </tr>
73                         </table>
75                         <p class="seperator">&nbsp;</p>
76             <h2><img alt="" src="images/banana.png" align="middle">&nbsp;{t}Kiosk profile{/t}</h2>      
77                         <table summary="">
78                                 <tr>
79                                         <td>
80                                                 {t}Kiosk profile{/t}    
81                                         </td>
82                                         <td>
83                                                 <select name="gotoKioskProfile" {$gotoKioskProfileACL}>
84                         {html_options values=$gotoKioskProfiles output=$gotoKioskProfiles}
85                         <option disabled>&nbsp;</option>
86                                         </td>
87                                 </tr>
88                                 <tr>
89                                         <td>
90                                                 &nbsp;
91                                         </td>
92                                         <td>
93                                                 <input type="submit" name="KioskManagementDialog" value="{t}Profile management{/t}">
94                                         </td>
95                                 </tr>
96                         </table>        
97                         <p class="seperator">&nbsp;</p>
98                         <h2><img alt="" src="images/banana.png" align="middle">&nbsp;{t}Login scripts{/t}</h2>
99                         <table summary="">
100                                 <tr>
101                                         <td>
102                                         <select style="width:350px;" name="gotoLoginScript" multiple size=4 {$gotoLoginScriptACL}>
103                         {html_options values=$gotoLoginScripts output=$gotoLoginScripts}
104                         <option disabled>&nbsp;</option>
105                                                 </select>
106                         
107                                                 <br>
108                                                 <input type="submit" {gotoLoginScriptACL} name="gotoLoginScriptNew"             value="{t}Add{/t}">
109                                                 <input type="submit" {gotoLoginScriptACL} name="gotoLoginScriptDel"     value="{t}Delete{/t}"> 
110                                                 <input type="submit" {gotoLoginScriptACL} name="gotoLoginScriptEditl"   value="{t}Edit{/t}"> 
111                                         </td>
112                                 </tr>
113                         </table>        
114                 </td>
115                 <td style="border-left: 1px solid rgb(160, 160, 160);"  valign="top">
116                         <h2><img alt="" src="images/banana.png" align="middle">&nbsp;{t}Attach share{/t}</h2>
117                         <table summary="">
118                                 <tr>
119                                         <td>
120                                         <select style="width:350px;" name="gotoShare" multiple size=4 {$gotoShareACL}>
121                         {html_options values=$gotoShares output=$gotoShares}
122                         <option disabled>&nbsp;</option>
123                                                 </select>
124                         
125                                                 <br>
126                                                         
127                                         <select name="gotoShareSelection" {$gotoShareACL}>
128                         {html_options values=$gotoShareSelections output=$gotoShareSelections}
129                         <option disabled>&nbsp;</option>
130                                                 </select>
131                                                 <input type="text"       {$gotoShareACL} name="gotoShareMountPoint"     value="">
132                                                 <input type="submit" {$gotoShareACL} name="gotoShareAdd"                value="+"> 
133                                                 <input type="submit" {$gotoShareACL} name="gotoShareDel"                value="-"> 
134                                         </td>
135                                 </tr>
136                         </table>
137                         <p class="seperator">&nbsp;</p>
138             <h2><img alt="" src="images/banana.png" align="middle">&nbsp;{t}Hotplug devices{/t}</h2>    
139                         <table summary="">
140                                 <tr>
141                                         <td>
142                                                 <select name="gotoHotplugDevice" {$gotoHotplugDeviceACL} size=4  style="width:350px;">
143                         {html_options values=$gotoHotplugDevices output=$gotoHotplugDevices}
144                         <option disabled>&nbsp;</option>
145                                         </td>
146                                 </tr>
147                                 <tr>
148                                         <td>
149                                                 <input type="submit" {$gotoHotplugDeviceACL} name="gotoHotplugDeviceNew" value="{t}New{/t}">
150                                                 <input type="submit" {$gotoHotplugDeviceACL} name="gotoHotplugDeviceUse" value="{t}Existing{/t}">
151                                                 <input type="submit" {$gotoHotplugDeviceACL} name="gotoHotplugDeviceDel" value="{t}Delete{/t}">
152                                         </td>
153                                 </tr>
154                         </table>
155                         <p class="seperator">&nbsp;</p>
156             <h2><img alt="" src="images/banana.png" align="middle">&nbsp;{t}Printer{/t}</h2>
157             <table summary="">
158                 <tr>
159                     <td>
160                         <select style="width:350px;" name="gotoPrinter" multiple size=4 {$gotoPrinterACL}>
161                         {html_options values=$gotoPrinters output=$gotoPrinters}
162                         <option disabled>&nbsp;</option>
163                         </select>
165                         <br>
166                         <input type="submit" {$gotoLoginScriptACL} name="gotoLoginScriptNew"     value="{t}Add{/t}">
167                         <input type="submit" {$gotoLoginScriptACL} name="gotoLoginScriptDel"     value="{t}Delete{/t}">
168                         <input type="submit" {$gotoLoginScriptACL} name="gotoLoginScriptEditl"   value="{t}Admin Toggle{/t}">
169                     </td>
170                 </tr>
171             </table>
172                 </td>
173         </tr>
174 </table>        
175         
176                 
179         
181 {/if}