Code

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