Code

Updated defaultFaiRelease property
[gosa.git] / gosa-plugins / systems / admin / systems / server.tpl
1 <table summary="{t}Server{/t}" width="100%">
2  <tr>
3   <td style='width:50%;'>
5   <h3>{t}Generic{/t}</h3>
6         <table summary="{t}Server settings{/t}">
7          <tr>
8           <td><LABEL for="cn">{t}Server name{/t}</LABEL>{$must}</td>
9           <td>
10 {render acl=$cnACL}
11            <input type='text' name="cn" id="cn" size=20 maxlength=60 value="{$cn}">
12 {/render}
13           </td>
14          </tr>
15          <tr>
16           <td><LABEL for="description">{t}Description{/t}</LABEL></td>
17           <td>
18 {render acl=$descriptionACL}
19            <input type='text' name="description" id="description" size=25 maxlength=80 value="{$description}">
20 {/render}
21           </td>
22          </tr>
23         <tr>
24      <td>{t}Mode{/t}</td>
25      <td>
26 {render acl=$gotoModeACL}
27       <select name="gotoMode" title="{t}Select terminal mode{/t}" size=1>
28        {html_options options=$modes selected=$gotoMode}
29       </select>
30 {/render}
31      </td>
32     </tr>
33          <tr>
34           <td><br><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
35           <td>
36            <br>
37 {render acl=$baseACL}
38            {$base}
39 {/render}
40            </td>
41           </tr>
42         </table>
44   </td>
45   <td class='left-border'>
46         {$host_key}
47   </td>
48  </tr>
49 </table>
51 <hr>
52 <br>
54 {$netconfig}
56 {if $fai_activated}
57   <hr>
59   <h3>{t}Action{/t}</h3>
61   {if $currently_installing}
62     <i>{t}System installation in progress, the FAI state cannot be changed right now.{/t}</i>
63   {else}
64     {render acl=$FAIstateACL}
65        <select size="1" name="saction" title="{t}Select action to execute for this server{/t}">
66         <option>&nbsp;</option>
67         {html_options options=$actions}
68        </select>
69     {/render}
70     {render acl=$FAIstateACL}
71        <button type='submit' name='action'>{t}Execute{/t}</button>
73     {/render}
74   {/if}
75 {/if}
77 <!-- Place cursor -->
78 <script language="JavaScript" type="text/javascript">
79   <!-- // First input field on page
80         focus_field('cn');
81   -->
82 </script>