Code

d27ce0b5df605114a52e93b79783205a09b17551
[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         <select id="gotoBootKernel" name="gotoBootKernel" {$gotoBootKernelACL}>
11          {html_options options=$gotoBootKernels selected=$gotoBootKernel}
12          <option disabled>&nbsp;</option>
13         </select>
14       </td>
15     </tr>
16     <tr>
17      <td><LABEL for="customParameters">{t}Custom options{/t}</LABEL></td>
18      <td><input name="customParameters" id="customParameters" size=25 maxlength=500 {$gotoKernelParametersACL}
19                 value="{$customParameters}" title="{t}Enter any parameters that should be passed to the kernel as append line during bootup{/t}"></td>
20     </tr>
21     <tr>
22      <td colspan="2" style='vertical-align:top;padding-top:3px;'><LABEL for="gotoLdapServer">{t}LDAP server{/t}</LABEL><br>
23           {$SelectBoxLdapServer}        
24      </td>
25     </tr>
26    </table>
28   </td>
30   <td style="border-left:1px solid #A0A0A0">
31      &nbsp;
32   </td>
33   
34   <td style="vertical-align:top;">
36         {if $FAIinherit == true}
38                 <table>
39                         <tr>
40                                 <td>
41                                 <input type="checkbox" value="1" name="FAIinherit" {if $FAIinherit == true}  checked {/if}
42                                   onClick="mainform.submit();">{t}Inherit FAI settings{/t}
43                                 </td>
44                         </tr>
45                         <tr>
46                                 <td>
47                                         <h2><img class="center" alt="" align="middle" src="images/fai_profile.png">&nbsp;{t}FAI server{/t}
48                                         </h2>
49                                 </td>
50                                 <td>
51                                         <h2><img class="center" alt="" align="middle" src="images/fai_profile.png">&nbsp;{t}Release{/t}
52                                         </h2>
53                                 </td>
54                         </tr>
55                         <tr>
56                                 <td>
57                                         <select name="FAIdebianMirror" disabled>
58                                                 {html_options options=$InheritedFAIdebianMirror output=$InheritedFAIdebianMirror selected=$InheritedFAIdebianMirror}
59                                         </select>
60                                 </td>
61                                 <td>
62                                         <select name="FAIrelease"  disabled>
63                                         {html_options options=$InheritedFAIrelease output=$InheritedFAIrelease selected=$InheritedFAIrelease}
64                                         </select>
65                                 </td>
66                         </tr>
67                 </table>
68                 <h2>
69                         <img class="center" alt="" align="middle" src="images/fai_profile.png">&nbsp;{t}Assigned FAI classes{/t}
70                 </h2>
71                 {$FAIScriptlist}        
72         {else}
74                 <table>
75                         <tr>
76                                 <td>
77                                 <input type="checkbox" value="1" name="FAIinherit" {if $FAIinherit == true}  checked {/if}
78                                   onClick="mainform.submit();">{t}Inherit FAI settings{/t}
79                                 </td>
80                         </tr>
81                         <tr>
82                                 <td>
83                                         <h2><img class="center" alt="" align="middle" src="images/fai_profile.png">&nbsp;{t}FAI server{/t}
84                                         </h2>
85                                 </td>
86                                 <td>
87                                         <h2><img class="center" alt="" align="middle" src="images/fai_profile.png">&nbsp;{t}Release{/t}
88                                         </h2>
89                                 </td>
90                         </tr>
91                         <tr>
92                                 <td>
93                                         <select name="FAIdebianMirror" {$FAIdebianMirrorACL} onchange='document.mainform.submit()'>
94                                                 {html_options options=$FAIdebianMirrors output=$FAIdebianMirrors selected=$FAIdebianMirror}
95                                                 <option disabled>&nbsp;</option>
96                                         </select>
97                                 <!--<input type="submit" value="{t}set{/t}" name="refresh">-->
98                                 </td>
99                                 <td>
100                                         <select name="FAIrelease"  onchange='document.mainform.submit()'>
101                                         {html_options options=$FAIreleases output=$FAIreleases selected=$FAIrelease}
102                                         </select>
103                                 </td>
104                         </tr>
105                 </table>
106                 <h2>
107                         <img class="center" alt="" align="middle" src="images/fai_profile.png">&nbsp;{t}Assigned FAI classes{/t}
108                 </h2>
109                 {$FAIScriptlist}        
111                 <select name="FAIclassesSel" {$FAIclassACL}>
112                         {html_options values=$FAIclassesKeys output=$FAIclasses}
113                         <option disabled>&nbsp;</option>
114                 </select>       
115                 <input name="AddClass" value="{t}Add{/t}" type="submit"> 
116                 <input name="DelClass" value="{t}Delete{/t}" type="submit"> 
117         {/if}
118                 </td>
119         </tr>
120 </table>
122 <table summary="" style="width:100%;">
123  <tr><td colspan=2><p class="plugbottom" style="margin-top:0px;"></p></td></tr>
125  <tr>
126   <td style="width:50%; vertical-align:top; border-right:1px solid #B0B0B0">
127    <h2>
128     <img class="center" alt="" align="middle" src="images/hardware.png"> {t}Kernel modules (format: name parameters){/t}
129    </h2>
130     <select style="width:100%; height:150px;" name="modules_list[]" size=15 multiple title="{t}Add additional modules to load on startup{/t}">
131      {html_options values=$gotoModules output=$gotoModules}
132          <option disabled>&nbsp;</option>
133     </select>
134     <br>
135     <input name="module" size=30 align=middle maxlength=30 {$gotoModulesACL}>
136     <input type=submit value="{t}Add{/t}" name="add_module" {$gotoModulesACL}>&nbsp;
137     <input type=submit value="{t}Delete{/t}" name="delete_module" {$gotoModulesACL}>
138   </td>
140   <td style="vertical-align:top;">
141         <h2><img class="center" alt="" src="images/fai_partitionTable.png" align="middle">&nbsp;<LABEL for="gotoShare">{t}Shares{/t}</LABEL></h2>
142         <table summary="" style="width:100%">
143                 <tr>
144                         <td>
145                         <select style="width:100%;height:150px;" name="gotoShare" multiple size=4 {$gotoShareACL} id="gotoShare">
146         {html_options values=$gotoShareKeys output=$gotoShares}
147         <option disabled>&nbsp;</option>
148                                 </select>
149                                 <br>
150                         <select name="gotoShareSelection" {$gotoShareACL}>
151         {html_options values=$gotoShareSelectionKeys output=$gotoShareSelections}
152         <option disabled>&nbsp;</option>
153                                 </select>
154                                 <input type="text" size=15 {$gotoShareACL} name="gotoShareMountPoint" value="{t}Mountpoint{/t}">
155                                 <input type="submit" {$gotoShareACL} name="gotoShareAdd" value="{t}Add{/t}">
156                                 <input type="submit" {$gotoShareACL} name="gotoShareDel" value="{t}Remove{/t}">
157                         </td>
158                 </tr>
159         </table>
160   </td>
161  </tr>
162 </table>
163 <input name="WorkstationStarttabPosted" type="hidden" value="1">
164 <!-- Place cursor -->
165 <script language="JavaScript" type="text/javascript">
166   <!-- // First input field on page
167   document.mainform.gotoLdapServer.focus();
168   -->