Code

Updated printer ppd saving
[gosa.git] / plugins / admin / systems / workstationStartup.tpl
1 <table summary="" style="width:100%;">
2  <tr>
3   <td style="width:50%; vertical-align:top;">
4 <h2><img class="center" alt="" align="middle" src="images/penguin.png"> {t}Boot parameters{/t}</h2>
6    <table summary="" style="width:100%">
7     <tr>
8      <td><LABEL for="gotoBootKernel">{t}Boot kernel{/t}</LABEL></td>
9      <td style="width:70%">
10 {render acl=$gotoBootKernelACL}
11         <select id="gotoBootKernel" name="gotoBootKernel">
12          {html_options options=$gotoBootKernels selected=$gotoBootKernel}
13         </select>
14 {/render}
15       </td>
16     </tr>
17     <tr>
18      <td><LABEL for="customParameters">{t}Custom options{/t}</LABEL></td>
19      <td>
20 {render acl=$gotoKernelParametersACL}
21         <input name="customParameters" id="customParameters" size=25 maxlength=500
22                 value="{$customParameters}" title="{t}Enter any parameters that should be passed to the kernel as append line during bootup{/t}">
23 {/render}
24      </td>
25     </tr>
26     <tr>
27      <td colspan="2" style='vertical-align:top;padding-top:3px;'><LABEL for="gotoLdapServer">{t}LDAP server{/t}</LABEL>
28 {render acl=$gotoLdapServerACL}
29 (<input type='checkbox' name='gotoLdap_inherit' {if $gotoLdap_inherit} checked {/if} value="1"
30         onClick="document.mainform.submit();" class='center'>
31 &nbsp;{t}inherit from group{/t})
32 {if !$JS}
33         <input type='image' src="images/list_reload.png" alt='{t}Reload{/t}' class='center'>
34 {/if}
35 {/render}
36 {render acl=$gotoLdapServerACL_inherit}
37           {$gotoLdapServers}    
38 {/render}
39 {render acl=$gotoLdapServerACL_inherit}
40         <select name='ldap_server_to_add' id='ldap_server_to_add'>
41           {html_options options=$gotoLdapServerList}    
42     </select>
43 {/render}
44 {render acl=$gotoLdapServerACL_inherit}
45         <input type='submit' name='add_ldap_server' value="{t}Add{/t}" id='add_ldap_server'>
46 {/render}
47      </td>
48     </tr>
49    </table>
51   </td>
53   <td style="border-left:1px solid #A0A0A0">
54      &nbsp;
55   </td>
56   
57   <td style="vertical-align:top;">
59         {if $fai_activated}
61                 {if $FAIdebianMirror == "inherited"}
63                         <table>
64                                 <tr>
65                                         <td>
66                                                 <h2><img class="center" alt="" align="middle" src="images/fai_profile.png">&nbsp;{t}FAI server{/t}
67                                                 </h2>
68                                         </td>
69                                         <td>
70                                                 <h2><img class="center" alt="" align="middle" src="images/fai_profile.png">&nbsp;{t}Release{/t}
71                                                 </h2>
72                                         </td>
73                                 </tr>
74                                 <tr>
75                                         <td>
76         {render acl=$FAIdebianMirrorACL}
77                                                 <select name="FAIdebianMirror"   onchange='document.mainform.submit()'>
78                                                         {html_options options=$FAIdebianMirrors output=$FAIdebianMirrors selected=$FAIdebianMirror}
79                                                 </select>
80         {/render}
81                                         </td>
82                                         <td>
83                                                 <select name="FAIrelease"  disabled>
84                                                 {html_options options=$InheritedFAIrelease output=$InheritedFAIrelease selected=$InheritedFAIrelease}
85                                                 </select>
86                                         </td>
87                                 </tr>
88                         </table>
89                         <h2>
90                                 <img class="center" alt="" align="middle" src="images/fai_profile.png">&nbsp;{t}Assigned FAI classes{/t}
91                         </h2>
92         {render acl=$FAIclassACL}
93                         {$FAIScriptlist}        
94         {/render}
95                 {else}
97                         <table>
98                                 <tr>
99                                         <td>
100                                                 <h2><img class="center" alt="" align="middle" src="images/fai_profile.png">&nbsp;{t}FAI server{/t}
101                                                 </h2>
102                                         </td>
103                                         <td>
104                                                 <h2><img class="center" alt="" align="middle" src="images/fai_profile.png">&nbsp;{t}Release{/t}
105                                                 </h2>
106                                         </td>
107                                 </tr>
108                                 <tr>
109                                         <td>
110         {render acl=$FAIdebianMirrorACL}
111                                                 <select name="FAIdebianMirror" onchange='document.mainform.submit()'>
112                                                         {html_options options=$FAIdebianMirrors output=$FAIdebianMirrors selected=$FAIdebianMirror}
113                                                 </select>
114         {/render}
115         {if $javascript eq 'false'}
116         {render acl=$FAIdebianMirrorACL}
117                 <input type="submit" value="{t}set{/t}" name="refresh">
118         {/render}
119         {/if}
120                                         </td>
121                                         <td>
122         {render acl=$FAIreleaseACL}
123                                                 <select name="FAIrelease"  onchange='document.mainform.submit()'>
124                                                 {html_options options=$FAIreleases output=$FAIreleases selected=$FAIrelease}
125                                                 </select>
126         {/render}
127                                         </td>
128                                 </tr>
129                         </table>
130                         <h2>
131                                 <img class="center" alt="" align="middle" src="images/fai_profile.png">&nbsp;{t}Assigned FAI classes{/t}
132                         </h2>
133         {render acl=$FAIclassACL}
134                         {$FAIScriptlist}        
135         {/render}
137         {render acl=$FAIclassACL}
138                         <select name="FAIclassesSel">
139                                 {html_options values=$FAIclassesKeys output=$FAIclasses}
140                                 <option disabled>&nbsp;</option>
141                         </select>       
142         {/render}
143         {render acl=$FAIclassACL}
144                         <input name="AddClass" value="{t}Add{/t}" type="submit"> 
145         {/render}
146         <!--            <input name="DelClass" value="{t}Delete{/t}" type="submit"> -->
147                 {/if}
149                 {else}
151                         <h2>{t}FAI Object assignment disabled. You can't use this feature until FAI is activated.{/t}</h2>                      
153                 {/if}
154                 </td>
155         </tr>
156 </table>
158 <table summary="" style="width:100%;">
159  <tr><td colspan=2><p class="plugbottom" style="margin-top:0px;"></p></td></tr>
161  <tr>
162   <td style="width:50%; vertical-align:top; border-right:1px solid #B0B0B0">
163    <h2>
164     <img class="center" alt="" align="middle" src="images/hardware.png"> {t}Kernel modules (format: name parameters){/t}
165    </h2>
166 {render acl=$gotoModulesACL}
167     <select style="width:100%; height:150px;" name="modules_list[]" size=15 multiple title="{t}Add additional modules to load on startup{/t}">
168      {html_options values=$gotoModules output=$gotoModules}
169          <option disabled>&nbsp;</option>
170     </select>
171 {/render}
172     <br>
173 {render acl=$gotoModulesACL}
174     <input name="module" size=30 align=middle maxlength=30>
175 {/render}
176 {render acl=$gotoModulesACL}
177     <input type=submit value="{t}Add{/t}" name="add_module">&nbsp;
178 {/render}
179 {render acl=$gotoModulesACL}
180     <input type=submit value="{t}Delete{/t}" name="delete_module">
181 {/render}
182   </td>
184   <td style="vertical-align:top;">
185         <h2><img class="center" alt="" src="images/fai_partitionTable.png" align="middle">&nbsp;<LABEL for="gotoShare">{t}Shares{/t}</LABEL></h2>
186         <table summary="" style="width:100%">
187                 <tr>
188                         <td>
189 {render acl=$gotoShareACL}
190                         <select style="width:100%;height:150px;" name="gotoShare" multiple size=4 id="gotoShare">
191                                              {html_options values=$gotoShareKeys output=$gotoShares}
192                                                                 <option disabled>&nbsp;</option>
193                                 </select>
194 {/render}
195                                 <br>
196 {render acl=$gotoShareACL}
197                         <select name="gotoShareSelection">
198                                                     {html_options values=$gotoShareSelectionKeys output=$gotoShareSelections}
199                                                         <option disabled>&nbsp;</option>
200                                 </select>
201 {/render}
202 {render acl=$gotoShareACL}
203                                 <input type="text" size=15 name="gotoShareMountPoint" value="{t}Mountpoint{/t}">
204 {/render}
205 {render acl=$gotoShareACL}
206                                 <input type="submit" name="gotoShareAdd" value="{t}Add{/t}">
207 {/render}
208 {render acl=$gotoShareACL}
209                                 <input type="submit" name="gotoShareDel" value="{t}Remove{/t}" {if $gotoSharesCount == 0} disabled {/if}>
210 {/render}
211                         </td>
212                 </tr>
213         </table>
214   </td>
215  </tr>
216 </table>
217 <input name="WorkstationStarttabPosted" type="hidden" value="1">
218 <!-- Place cursor -->
219 <script language="JavaScript" type="text/javascript">
220   <!-- // First input field on page
221         focus_field('gotoLdapServer');
222   -->
223 </script>