Code

996e6aba4cc2743e91e364f971df3d9929bcbcb3
[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 colspan="2" style='vertical-align:top;padding-top:3px;'><LABEL for="gotoLdapServer">{t}LDAP server{/t}</LABEL><br>
9           {$SelectBoxLdapServer}        
10      </td>
11     </tr>
12     <tr>
13      <td><LABEL for="gotoBootKernel">{t}Boot kernel{/t}</LABEL></td>
14      <td style="width:70%"><input id="gotoBootKernel" name="gotoBootKernel" size=20 maxlength=60 {$gotoBootKernelACL}
15                 value="{$gotoBootKernel}" title="{t}Enter the filename of the kernel to use{/t}"></td>
16     </tr>
17     <tr>
18      <td><LABEL for="customParameters">{t}Custom options{/t}</LABEL></td>
19      <td><input name="customParameters" id="customParameters"  size=25 maxlength=500 {$gotoKernelParametersACL}
20                 value="{$customParameters}" title="{t}Enter any parameters that should be passed to the kernel as append line during bootup{/t}"></td>
21     </tr>
22    </table>
24   </td>
26   <td style="border-left:1px solid #A0A0A0">
27      &nbsp;
28   </td>
29   
30   <td style="vertical-align:top;">
31      <table><tr>
32      <td>
33         <h2><img class="center" alt="" align="middle" src="images/fai_profile.png">&nbsp;{t}FAI server{/t}</h2></td>
34      <td>
35         <h2><img class="center" alt="" align="middle" src="images/fai_profile.png">&nbsp;{t}Release{/t}</h2></td>
36      </tr><tr>
37      <td>
38                 <!--<select name="FAIdebianMirror" {$FAIdebianMirrorACL} onchange="document.mainform.submit();">-->
39                 <select name="FAIdebianMirror" {$FAIdebianMirrorACL} onchange='document.mainform.submit()'>
40         {html_options options=$FAIdebianMirrors output=$FAIdebianMirrors selected=$FAIdebianMirror}
41         <option disabled>&nbsp;</option>
42                 </select>
43                 <!--<input type="submit" value="{t}set{/t}" name="refresh">-->
44      </td><td>
45             <select name="FAIrelease"  onchange='document.mainform.submit()'>
46                 {html_options options=$FAIreleases output=$FAIreleases selected=$FAIrelease}
47                 </select>
48         </td>
49      </tr></table>
50         <h2><img class="center" alt="" align="middle" src="images/fai_profile.png">&nbsp;{t}Assigned FAI classes{/t}</h2>
51                 {$FAIScriptlist}        
53                 <select name="FAIclassesSel" {$FAIclassACL}>
54         {html_options values=$FAIclassesKeys output=$FAIclasses}
55         <option disabled>&nbsp;</option>
56                 </select>       
57                 <input name="AddClass" value="{t}Add{/t}" type="submit"> 
58                 <input name="DelClass" value="{t}Delete{/t}" type="submit"> 
59   </td>
60  </tr>
61 </table>
63 <table summary="" style="width:100%;">
64  <tr><td colspan=2><p class="plugbottom" style="margin-top:0px;"></p></td></tr>
66  <tr>
67   <td style="width:50%; vertical-align:top; border-right:1px solid #B0B0B0">
68    <h2>
69     <img class="center" alt="" align="middle" src="images/hardware.png"> {t}Kernel modules (format: name parameters){/t}
70    </h2>
71     <select style="width:100%; height:150px;" name="modules_list[]" size=15 multiple title="{t}Add additional modules to load on startup{/t}">
72      {html_options values=$gotoModules output=$gotoModules}
73          <option disabled>&nbsp;</option>
74     </select>
75     <br>
76     <input name="module" size=30 align=middle maxlength=30 {$gotoModulesACL}>
77     <input type=submit value="{t}Add{/t}" name="add_module" {$gotoModulesACL}>&nbsp;
78     <input type=submit value="{t}Delete{/t}" name="delete_module" {$gotoModulesACL}>
79   </td>
81   <td style="vertical-align:top;">
82         <h2><img class="center" alt="" src="images/fai_partitionTable.png" align="middle">&nbsp;<LABEL for="gotoShare">{t}Shares{/t}</LABEL></h2>
83         <table summary="" style="width:100%">
84                 <tr>
85                         <td>
86                         <select style="width:100%;height:150px;" name="gotoShare" multiple size=4 {$gotoShareACL} id="gotoShare">
87         {html_options values=$gotoShareKeys output=$gotoShares}
88         <option disabled>&nbsp;</option>
89                                 </select>
90                                 <br>
91                         <select name="gotoShareSelection" {$gotoShareACL}>
92         {html_options values=$gotoShareSelectionKeys output=$gotoShareSelections}
93         <option disabled>&nbsp;</option>
94                                 </select>
95                                 <input type="text" size=15 {$gotoShareACL} name="gotoShareMountPoint" value="{t}Mountpoint{/t}">
96                                 <input type="submit" {$gotoShareACL} name="gotoShareAdd" value="{t}Add{/t}">
97                                 <input type="submit" {$gotoShareACL} name="gotoShareDel" value="{t}Remove{/t}">
98                         </td>
99                 </tr>
100         </table>
101   </td>
102  </tr>
103 </table>
105 <!-- Place cursor -->
106 <script language="JavaScript" type="text/javascript">
107   <!-- // First input field on page
108   document.mainform.gotoLdapServer.focus();
109   -->
110 </script>