Code

Removed return. Where was it for?
[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;">
35      <table><tr>
36      <td>
37         <h2><img class="center" alt="" align="middle" src="images/fai_profile.png">&nbsp;{t}FAI server{/t}</h2></td>
38      <td>
39         <h2><img class="center" alt="" align="middle" src="images/fai_profile.png">&nbsp;{t}Release{/t}</h2></td>
40      </tr><tr>
41      <td>
42                 <select name="FAIdebianMirror" {$FAIdebianMirrorACL} onchange='document.mainform.submit()'>
43         {html_options options=$FAIdebianMirrors output=$FAIdebianMirrors selected=$FAIdebianMirror}
44         <option disabled>&nbsp;</option>
45                 </select>
46                 <!--<input type="submit" value="{t}set{/t}" name="refresh">-->
47      </td><td>
48             <select name="FAIrelease"  onchange='document.mainform.submit()'>
49                 {html_options options=$FAIreleases output=$FAIreleases selected=$FAIrelease}
50                 </select>
51         </td>
52      </tr></table>
53         <h2><img class="center" alt="" align="middle" src="images/fai_profile.png">&nbsp;{t}Assigned FAI classes{/t}</h2>
54                 {$FAIScriptlist}        
56                 <select name="FAIclassesSel" {$FAIclassACL}>
57         {html_options values=$FAIclassesKeys output=$FAIclasses}
58         <option disabled>&nbsp;</option>
59                 </select>       
60                 <input name="AddClass" value="{t}Add{/t}" type="submit"> 
61                 <input name="DelClass" value="{t}Delete{/t}" type="submit"> 
62   </td>
63  </tr>
64 </table>
66 <table summary="" style="width:100%;">
67  <tr><td colspan=2><p class="plugbottom" style="margin-top:0px;"></p></td></tr>
69  <tr>
70   <td style="width:50%; vertical-align:top; border-right:1px solid #B0B0B0">
71    <h2>
72     <img class="center" alt="" align="middle" src="images/hardware.png"> {t}Kernel modules (format: name parameters){/t}
73    </h2>
74     <select style="width:100%; height:150px;" name="modules_list[]" size=15 multiple title="{t}Add additional modules to load on startup{/t}">
75      {html_options values=$gotoModules output=$gotoModules}
76          <option disabled>&nbsp;</option>
77     </select>
78     <br>
79     <input name="module" size=30 align=middle maxlength=30 {$gotoModulesACL}>
80     <input type=submit value="{t}Add{/t}" name="add_module" {$gotoModulesACL}>&nbsp;
81     <input type=submit value="{t}Delete{/t}" name="delete_module" {$gotoModulesACL}>
82   </td>
84   <td style="vertical-align:top;">
85         <h2><img class="center" alt="" src="images/fai_partitionTable.png" align="middle">&nbsp;<LABEL for="gotoShare">{t}Shares{/t}</LABEL></h2>
86         <table summary="" style="width:100%">
87                 <tr>
88                         <td>
89                         <select style="width:100%;height:150px;" name="gotoShare" multiple size=4 {$gotoShareACL} id="gotoShare">
90         {html_options values=$gotoShareKeys output=$gotoShares}
91         <option disabled>&nbsp;</option>
92                                 </select>
93                                 <br>
94                         <select name="gotoShareSelection" {$gotoShareACL}>
95         {html_options values=$gotoShareSelectionKeys output=$gotoShareSelections}
96         <option disabled>&nbsp;</option>
97                                 </select>
98                                 <input type="text" size=15 {$gotoShareACL} name="gotoShareMountPoint" value="{t}Mountpoint{/t}">
99                                 <input type="submit" {$gotoShareACL} name="gotoShareAdd" value="{t}Add{/t}">
100                                 <input type="submit" {$gotoShareACL} name="gotoShareDel" value="{t}Remove{/t}">
101                         </td>
102                 </tr>
103         </table>
104   </td>
105  </tr>
106 </table>
108 <!-- Place cursor -->
109 <script language="JavaScript" type="text/javascript">
110   <!-- // First input field on page
111   document.mainform.gotoLdapServer.focus();
112   -->
113 </script>