Code

Updated trunk, introduced gosa-core
[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>
8 {render acl=$cnACL}
9            <input name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
10 {/render}
11           </td>
12          </tr>
13          <tr>
14           <td><LABEL for="description">{t}Description{/t}</LABEL></td>
15           <td>
16 {render acl=$descriptionACL}
17            <input name="description" id="description" size=25 maxlength=80 value="{$description}">
18 {/render}
19           </td>
20          </tr>
21          <tr>
22           <td><br><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
23           <td>
24            <br>
25 {render acl=$baseACL}
26       <select id="base" size="1" name="base" title="{t}Choose subtree to place group in{/t}">
27        {html_options options=$bases selected=$base_select}
28       </select>
29 {/render}
31 {render acl=$baseACL disable_picture='images/folder_gray.png'}
32         <input type="image" name="chooseBase" src="images/folder.png" class="center" title="{t}Select a base{/t}">
33 {/render}
34            </td>
35           </tr>
36         </table>
37   </td>
38   <td  style="vertical-align:top;border-left:1px solid #A0A0A0;">
39         <table summary="">
40         <tr>
41      <td>{t}Mode{/t}</td>
42      <td>
43 {render acl=$gotoModeACL}
44       <select name="gotoMode" title="{t}Select terminal mode{/t}">
45        {html_options options=$modes selected=$gotoMode}
46       </select>
47 {/render}
48      </td>
49     </tr>
50         </table>
51   </td>
52  </tr>
53 </table>
55 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
57 {$netconfig}
59 {if $fai_activated}
60 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
62 <h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
63 <table summary="">
64  <tr>
65   <td>
66 {render acl=$FAIstateACL}
67    <select size="1" name="saction" title="{t}Select action to execute for this server{/t}">
68     <option disabled>&nbsp;</option>
69     {html_options options=$actions}
70    </select>
71 {/render}
72   </td>
73   <td>
74    <input type=submit name="action" value="{t}Execute{/t}">
75   </td>
76  </tr>
77 </table>
78 {/if}
80 <!-- Place cursor -->
81 <script language="JavaScript" type="text/javascript">
82   <!-- // First input field on page
83         focus_field('cn');
84   -->
85 </script>