Code

128d66bf4dcd95df2683fa58c5e762168616de52
[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 alt="" align="middle" src="images/penguin.png"> {t}Boot parameters{/t}</h2>
6    <table summary="">
7     <tr>
8      <td><LABEL for="gotoLdapServer">{t}LDAP server{/t}</LABEL></td>
9      <td>
10       <select name="gotoLdapServer" id="gotoLdapServer" title="{t}Choose LDAP server to use for accounts and terminal management{/t}" {$gotoLdapServerACL}>
11        {html_options values=$ldapservers output=$ldapservers selected=$gotoLdapServer_select}
12            <option disabled>&nbsp;</option>
13       </select>
14      </td>
15     </tr>
16     <tr>
17      <td><LABEL for="gotoBootKernel">{t}Boot kernel{/t}</LABEL></td>
18      <td><input id="gotoBootKernel" name="gotoBootKernel" size=20 maxlength=60 {$gotoBootKernelACL}
19                 value="{$gotoBootKernel}" title="{t}Enter the filename of the kernel to use{/t}"></td>
20     </tr>
21     <tr>
22      <td><LABEL for="customParameters">{t}Custom options{/t}</LABEL></td>
23      <td><input name="customParameters" id="customParameters"  size=25 maxlength=500 {$gotoKernelParametersACL}
24                 value="{$customParameters}" title="{t}Enter any parameters that should be passed to the kernel as append line during bootup{/t}"></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;"><h2><img alt="" align="middle" src="images/fai_profile.png">&nbsp;{t}Assigned FAI classes{/t}</h2>
35                 <select name="FAIclassSel" {$FAIclassACL} multiple style="width:100%;height:100px;">
36         {html_options values=$FAIclass output=$FAIclassKeys}
37         <option disabled>&nbsp;</option>
38                 </select>       
39     <br>
40                 <select name="FAIclassesSel" {$FAIclassACL}>
41         {html_options values=$FAIclassesKeys output=$FAIclasses}
42         <option disabled>&nbsp;</option>
43                 </select>       
44                 <input name="AddClass" value="{t}Add{/t}" type="submit"> 
45                 <input name="DelClass" value="{t}Delete{/t}" type="submit"> 
46   </td>
47  </tr>
48 </table>
50 <table summary="" style="width:100%;">
51  <tr><td colspan=2><p class="plugbottom" style="margin-top:0px;"></p></td></tr>
53  <tr>
54   <td style="width:50%; vertical-align:top; border-right:1px solid #B0B0B0">
55    <h2>
56     <img alt="" align="middle" src="images/hardware.png"> {t}Kernel modules (format: name parameters){/t}
57    </h2>
58     <select style="width:100%; height:150px;" name="modules_list[]" size=15 multiple title="{t}Add additional modules to load on startup{/t}">
59      {html_options values=$gotoModules output=$gotoModules}
60          <option disabled>&nbsp;</option>
61     </select>
62     <br>
63     <input name="module" size=30 align=middle maxlength=30 {$gotoModulesACL}>
64     <input type=submit value="{t}Add{/t}" name="add_module" {$gotoModulesACL}>&nbsp;
65     <input type=submit value="{t}Delete{/t}" name="delete_module" {$gotoModulesACL}>
66   </td>
68   <td style="vertical-align:top;">
69         <h2><img alt="" src="images/fai_partitionTable.png" align="middle">&nbsp;<LABEL for="gotoShare">{t}Shares{/t}</LABEL></h2>
70         <table summary="" style="width:100%">
71                 <tr>
72                         <td>
73                         <select style="width:100%;height:150px;" name="gotoShare" multiple size=4 {$gotoShareACL} id="gotoShare">
74         {html_options values=$gotoShareKeys output=$gotoShares}
75         <option disabled>&nbsp;</option>
76                                 </select>
77                                 <br>
78                         <select name="gotoShareSelection" {$gotoShareACL}>
79         {html_options values=$gotoShareSelectionKeys output=$gotoShareSelections}
80         <option disabled>&nbsp;</option>
81                                 </select>
82                                 <input type="text" size=15 {$gotoShareACL} name="gotoShareMountPoint" value="{t}Mountpoint{/t}">
83                                 <input type="submit" {$gotoShareACL} name="gotoShareAdd" value="{t}Add{/t}">
84                                 <input type="submit" {$gotoShareACL} name="gotoShareDel" value="{t}Remove{/t}">
85                         </td>
86                 </tr>
87         </table>
88   </td>
89  </tr>
90 </table>
92 <!-- Place cursor -->
93 <script language="JavaScript" type="text/javascript">
94   <!-- // First input field on page
95   document.mainform.gotoLdapServer.focus();
96   -->
97 </script>