Code

[COSMETIC] Most of the imgs are now centered vertically in most browsers.
[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           </tr>
19         </table>
20   </td>
21   <td style="vertical-align:top">
22         <table summary="">
23          <tr>
24           <td><LABEL for="description">{t}Description{/t}</LABEL></td>
25           <td><input name="description" id="description" size=25 maxlength=80 value="{$description}"></td>
26          </tr>
27         </table>
28   </td>
29  </tr>
30 </table>
32 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
34 {include file="$netconfig"}
36 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
38 <h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
39 <table summary="">
40  <tr>
41   <td>
42    <select size="1" name="action" title="{t}Select action to execute for this server{/t}">
43     <option disabled>&nbsp;</option>
44     {html_options options=$actions}
45    </select>
46   </td>
47   <td>
48    <input type=submit name="action" value="{t}Execute{/t}">
49   </td>
50  </tr>
51 </table>
54 <!-- Place cursor -->
55 <script language="JavaScript" type="text/javascript">
56   <!-- // First input field on page
57   document.mainform.cn.focus();
58   -->
59 </script>