Code

Updated tabs to show inherit instead of default
[gosa.git] / plugins / admin / systems / terminalStartup.tpl
1 <h2><img class="center" alt="" align="middle" src="images/penguin.png"> {t}Boot parameters{/t}</h2>
2 <table summary="" style="width:100%;">
3  <tr>
4   <td style="width:50%; vertical-align:top;">
6    <table summary="" style="width:100%">
7     <tr>
8      <td colspan="2" style='vertical-align:top;padding-top:3px;width:100%'><LABEL for="gotoLdapServer">{t}LDAP server{/t}</LABEL>
9                 {$SelectBoxLdapServer}
10      </td>
11     </tr>
12     <tr>
13      <td style="width:30%"><LABEL for="gotoBootKernel">{t}Boot kernel{/t}</LABEL></td>
14      <td>
15         <select id="gotoBootKernel" name="gotoBootKernel" {$gotoBootKernelACL} onchange='document.mainform.submit()'>
16         {html_options options=$gotoBootKernels  selected=$gotoBootKernel}
17         <option disabled>&nbsp;</option>
18         </select>
19      </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;">
35     <input type="radio" name="bootmode" value="G" title="{t}Select if terminal supports graphical startup with progress bar{/t}" {$graphicalbootup} {$gotoKernelParametersACL}>
36     {t}use graphical bootup{/t}
37     <br>
38     <input type="radio" name="bootmode" value="T" title="{t}Select if terminal should boot in text mode{/t}" {$textbootup} {$gotoKernelParametersACL}>
39     {t}use standard linux textual bootup{/t}
40     <br>
41     <input type="radio" name="bootmode" value="D" title="{t}Select to get more verbose output during startup{/t}" {$debugbootup} {$gotoKernelParametersACL}>
42     {t}use debug mode for startup{/t}
43   </td>
44  </tr>
45 </table>
47 <table summary="" style="width:100%;">
48  <tr><td colspan=2><p class="plugbottom" style="margin-top:0px;"></p></td></tr>
50  <tr>
51   <td style="width:50%; vertical-align:top;">
52    <h2>
53     <img class="center" alt="" align="middle" src="images/hardware.png"> {t}Kernel modules (format: name parameters){/t}
54    </h2>
55     <select style="width:100%;" name="modules_list[]" size=15 multiple title="{t}Add additional modules to load on startup{/t}">
56      {html_options values=$gotoModules output=$gotoModules}
57          <option disabled>&nbsp;</option>
58     </select>
59     <br>
60     <input name="module" size=30 align=middle maxlength=30 {$gotoModulesACL}>
61     <input type=submit value="{t}Add{/t}" name="add_module" {$gotoModulesACL}>&nbsp;
62     <input type=submit value="{t}Delete{/t}" name="delete_module" {$gotoModulesACL}>
63   </td>
65   <td style="padding-left:10px;border-left:1px solid #A0A0A0;vertical-align:top">
66         <h2><img class="center" alt="" src="images/fai_partitionTable.png" align="middle">&nbsp;<LABEL for="gotoShare">{t}Shares{/t}</LABEL></h2>
67         <table summary="" style="width:100%">
68                 <tr>
69                         <td>
70                         <select style="width:100%;" name="gotoShare" multiple size=15 {$gotoShareACL} id="gotoShare">
71         {html_options values=$gotoShareKeys output=$gotoShares}
72         <option disabled>&nbsp;</option>
73                                 </select>
74                                 <br>
75                         <select name="gotoShareSelection" {$gotoShareACL}>
76         {html_options values=$gotoShareSelectionKeys output=$gotoShareSelections}
77         <option disabled>&nbsp;</option>
78                                 </select>
79                                 <input type="text" size=15 {$gotoShareACL} name="gotoShareMountPoint" value="{t}Mountpoint{/t}">
80                                 <input type="submit" {$gotoShareACL} name="gotoShareAdd" value="{t}Add{/t}">
81                                 <input type="submit" {$gotoShareACL} name="gotoShareDel" value="{t}Remove{/t}">
82                         </td>
83                 </tr>
84         </table>
85   </td>
86  </tr>
87 </table>
89 <!-- Place cursor -->
90 <script language="JavaScript" type="text/javascript">
91   <!-- // First input field on page
92   document.mainform.gotoLdapServer.focus();
93   -->
94 </script>