Code

Updated table summary
[gosa.git] / gosa-plugins / systems / admin / systems / server.tpl
1 <table summary="" width="100%">
2  <tr>
3   <td style='width:50%;'>
5   <h3>{t}Generic{/t}</h3>
6         <table summary="">
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>
60 <table summary="">
61  <tr>
62   <td>
64 {if $currently_installing}
65         <i>{t}System installation in progress, the FAI state cannot be changed right now.{/t}</i>
66 {else}
67 {render acl=$FAIstateACL}
68    <select size="1" name="saction" title="{t}Select action to execute for this server{/t}">
69     <option>&nbsp;</option>
70     {html_options options=$actions}
71    </select>
72 {/render}
73   </td>
74   <td>
75 {render acl=$FAIstateACL}
76    <button type='submit' name='action'>{t}Execute{/t}</button>
78 {/render}
79   </td>
80  </tr>
81 {/if}
82 </table>
83 {/if}
85 <!-- Place cursor -->
86 <script language="JavaScript" type="text/javascript">
87   <!-- // First input field on page
88         focus_field('cn');
89   -->
90 </script>