Code

Moved description to the left.
[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><LABEL for="description">{t}Description{/t}</LABEL></td>
11           <td><input name="description" id="description" size=25 maxlength=80 value="{$description}"></td>
12          </tr>
13          <tr>
14           <td><br><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
15           <td>
16            <br>
17            <select size="1" name="base" id="base" title="{t}Choose subtree to place terminal in{/t}">
18             {html_options options=$bases selected=$base_select}
19            </select>
20                 <input type="image" name="chooseBase" src="images/folder.png" class="center" title="{t}Select a base{/t}">
21           </tr>
22         </table>
23   </td>
24   <td style="vertical-align:top">
25         <table summary="">
26         <tr>
27      <td>{t}Mode{/t}</td>
28      <td>
29       <select name="gotoMode" title="{t}Select terminal mode{/t}" {$gotoModeACL}>
30        {html_options options=$modes selected=$gotoMode}
31       </select>
32      </td>
33     </tr>
34         </table>
35   </td>
36  </tr>
37 </table>
39 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
41 {$netconfig}
43 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
45 <h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
46 <table summary="">
47  <tr>
48   <td>
49    <select size="1" name="action" title="{t}Select action to execute for this server{/t}">
50     <option disabled>&nbsp;</option>
51     {html_options options=$actions}
52    </select>
53   </td>
54   <td>
55    <input type=submit name="action" value="{t}Execute{/t}">
56   </td>
57  </tr>
58 </table>
61 <!-- Place cursor -->
62 <script language="JavaScript" type="text/javascript">
63   <!-- // First input field on page
64   document.mainform.cn.focus();
65   -->
66 </script>