Code

Move object first.
[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 style="width:30%"><LABEL for="gotoBootKernel">{t}Boot kernel{/t}</LABEL></td>
9      <td>
10 {render acl=$gotoBootKernelACL}
11         <select id="gotoBootKernel" name="gotoBootKernel">
12         {html_options options=$gotoBootKernels  selected=$gotoBootKernel}
13         <option disabled>&nbsp;</option>
14         </select>
15 {/render}
16      </td>
17     </tr>
18     <tr>
19      <td><LABEL for="customParameters">{t}Custom options{/t}</LABEL></td>
20      <td>
21 {render acl=$gotoKernelParametersACL}
22       <input name="customParameters" id="customParameters"  size=25 maxlength=500
23                 value="{$customParameters}" title="{t}Enter any parameters that should be passed to the kernel as append line during bootup{/t}"></td>
24 {/render}
25     </tr>
26     <tr>
27      <td colspan="2" style='vertical-align:top;padding-top:3px;width:100%'><LABEL for="gotoLdapServer">{t}LDAP server{/t}</LABEL>
28 {render acl=$gotoLdapServerACL}
29                 {$SelectBoxLdapServer}
30 {/render}
31      </td>
32     </tr>
33    </table>
35   </td>
37   <td style="border-left:1px solid #A0A0A0">
38      &nbsp;
39   </td>
40   
41   <td style="vertical-align:top;">
42 {render acl=$gotoKernelParametersACL}
43     <input type="radio" name="bootmode" value="G" title="{t}Select if terminal supports graphical startup with progress bar{/t}" {$graphicalbootup}>
44 {/render}
45     {t}use graphical bootup{/t}
46     <br>
47 {render acl=$gotoKernelParametersACL}
48     <input type="radio" name="bootmode" value="T" title="{t}Select if terminal should boot in text mode{/t}" {$textbootup}>
49 {/render}
50     {t}use standard linux textual bootup{/t}
51     <br>
52 {render acl=$gotoKernelParametersACL}
53     <input type="radio" name="bootmode" value="D" title="{t}Select to get more verbose output during startup{/t}" {$debugbootup}>
54 {/render}
55     {t}use debug mode for startup{/t}
56   </td>
57  </tr>
58 </table>
60 <table summary="" style="width:100%;">
61  <tr><td colspan=2><p class="plugbottom" style="margin-top:0px;"></p></td></tr>
63  <tr>
64   <td style="width:50%; vertical-align:top;">
65    <h2>
66     <img class="center" alt="" align="middle" src="images/hardware.png"> {t}Kernel modules (format: name parameters){/t}
67    </h2>
68 {render acl=$gotoModulesACL}
69     <select style="width:100%;" name="modules_list[]" size=15 multiple title="{t}Add additional modules to load on startup{/t}">
70      {html_options values=$gotoModules output=$gotoModules}
71          <option disabled>&nbsp;</option>
72     </select>
73 {/render}
74     <br>
75 {render acl=$gotoModulesACL}
76     <input name="module" size=30 align=middle maxlength=30>
77 {/render}
78 {render acl=$gotoModulesACL}
79     <input type=submit value="{t}Add{/t}" name="add_module">&nbsp;
80 {/render}
81 {render acl=$gotoModulesACL}
82     <input type=submit value="{t}Delete{/t}" name="delete_module">
83 {/render}
84   </td>
86   <td style="padding-left:10px;border-left:1px solid #A0A0A0;vertical-align:top">
87         <h2><img class="center" alt="" src="images/fai_partitionTable.png" align="middle">&nbsp;<LABEL for="gotoShare">{t}Shares{/t}</LABEL></h2>
88         <table summary="" style="width:100%">
89                 <tr>
90                         <td>
91 {render acl=$gotoShareACL}
92                         <select style="width:100%;" name="gotoShare" multiple size=15 id="gotoShare">
93                                 {html_options values=$gotoShareKeys output=$gotoShares}
94                                 <option disabled>&nbsp;</option>
95                         </select>
96 {/render}
97                                 <br>
98 {render acl=$gotoShareACL}
99                                 <select name="gotoShareSelection">
100                                         {html_options values=$gotoShareSelectionKeys output=$gotoShareSelections}
101                                         <option disabled>&nbsp;</option>
102                                 </select>
103 {/render}
104 {render acl=$gotoShareACL}
105                                 <input type="text" size=15 name="gotoShareMountPoint" value="{t}Mountpoint{/t}">
106 {/render}
107 {render acl=$gotoShareACL}
108                                 <input type="submit" name="gotoShareAdd" value="{t}Add{/t}">
109 {/render}
110 {render acl=$gotoShareACL}
111                                 <input type="submit" name="gotoShareDel" value="{t}Remove{/t}">
112 {/render}
113                         </td>
114                 </tr>
115         </table>
116   </td>
117  </tr>
118 </table>
120 <!-- Place cursor -->
121 <script language="JavaScript" type="text/javascript">
122   <!-- // First input field on page
123   document.mainform.gotoLdapServer.focus();
124   -->
125 </script>