Code

Updated systems filter
[gosa.git] / gosa-plugins / systems / 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 type='text' 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 type='text' 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            {$base}
27 {/render}
28            </td>
29           </tr>
30         </table>
31         {$host_key}
32   </td>
33   <td  style="vertical-align:top;border-left:1px solid #A0A0A0;">
34         <table summary="">
35         <tr>
36      <td>{t}Mode{/t}</td>
37      <td>
38 {render acl=$gotoModeACL}
39       <select name="gotoMode" title="{t}Select terminal mode{/t}">
40        {html_options options=$modes selected=$gotoMode}
41       </select>
42 {/render}
43      </td>
44     </tr>
45         </table>
46   </td>
47  </tr>
48 </table>
50 <hr>
52 {$netconfig}
54 {if $fai_activated}
55 <hr>
57 <h3>{t}Action{/t}</h3>
58 <table summary="">
59  <tr>
60   <td>
62 {if $currently_installing}
63         <i>{t}System installation in progress, the FAI state cannot be changed right now.{/t}</i>
64 {else}
65 {render acl=$FAIstateACL}
66    <select size="1" name="saction" title="{t}Select action to execute for this server{/t}">
67     <option>&nbsp;</option>
68     {html_options options=$actions}
69    </select>
70 {/render}
71   </td>
72   <td>
73 {render acl=$FAIstateACL}
74    <input type=submit name="action" value="{t}Execute{/t}">
75 {/render}
76   </td>
77  </tr>
78 {/if}
79 </table>
80 {/if}
82 <!-- Place cursor -->
83 <script language="JavaScript" type="text/javascript">
84   <!-- // First input field on page
85         focus_field('cn');
86   -->
87 </script>