Code

Fixed missing cn in group dialog member list
[gosa.git] / plugins / admin / systems / server.tpl
1 <table summary="" width="100%">
2  <tr>
3   <td style="vertical-align:top; width:50%;">
4         <table summary="">
5          <tr>
6           <td><LABEL for="cn">{t}Server name{/t}</LABEL>{$must}</td>
7           <td><input name="cn" id="cn" size=20 maxlength=60 value="{$cn}"></td>
8          </tr>
9          <tr>
10           <td colspan=2>&nbsp;</td>
11          </tr>
12          <tr>
13           <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
14           <td>
15            <select size="1" name="base" id="base" title="{t}Choose subtree to place terminal in{/t}">
16             {html_options options=$bases selected=$base_select}
17            </select>
18                 <input type="image" name="chooseBase" src="images/folder.png" class="center" title="{t}Select a base{/t}">
19           </tr>
20         </table>
21   </td>
22   <td style="vertical-align:top">
23         <table summary="">
24          <tr>
25           <td><LABEL for="description">{t}Description{/t}</LABEL></td>
26           <td><input name="description" id="description" size=25 maxlength=80 value="{$description}"></td>
27          </tr>
28         </table>
29   </td>
30  </tr>
31 </table>
33 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
35 {$netconfig}
37 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
39 <h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
40 <table summary="">
41  <tr>
42   <td>
43    <select size="1" name="action" title="{t}Select action to execute for this server{/t}">
44     <option disabled>&nbsp;</option>
45     {html_options options=$actions}
46    </select>
47   </td>
48   <td>
49    <input type=submit name="action" value="{t}Execute{/t}">
50   </td>
51  </tr>
52 </table>
55 <!-- Place cursor -->
56 <script language="JavaScript" type="text/javascript">
57   <!-- // First input field on page
58   document.mainform.cn.focus();
59   -->
60 </script>