Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / 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 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/lists/folder_grey.png'}
32         <input type="image" name="chooseBase" src="images/lists/folder.png" class="center" title="{t}Select a base{/t}">
33 {/render}
34            </td>
35           </tr>
36         </table>
37         {$host_key}
38   </td>
39   <td  style="vertical-align:top;border-left:1px solid #A0A0A0;">
40         <table summary="">
41         <tr>
42      <td>{t}Mode{/t}</td>
43      <td>
44 {render acl=$gotoModeACL}
45       <select name="gotoMode" title="{t}Select terminal mode{/t}">
46        {html_options options=$modes selected=$gotoMode}
47       </select>
48 {/render}
49      </td>
50     </tr>
51         </table>
52   </td>
53  </tr>
54 </table>
56 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
58 {$netconfig}
60 {if $fai_activated}
61 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
63 <h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
64 <table summary="">
65  <tr>
66   <td>
68 {if $currently_installing}
69         <i>{t}System installation in progress, the FAI state cannot be changed right now.{/t}</i>
70 {else}
71 {render acl=$FAIstateACL}
72    <select size="1" name="saction" title="{t}Select action to execute for this server{/t}">
73     <option>&nbsp;</option>
74     {html_options options=$actions}
75    </select>
76 {/render}
77   </td>
78   <td>
79 {render acl=$FAIstateACL}
80    <input type=submit name="action" value="{t}Execute{/t}">
81 {/render}
82   </td>
83  </tr>
84 {/if}
85 </table>
86 {/if}
88 <!-- Place cursor -->
89 <script language="JavaScript" type="text/javascript">
90   <!-- // First input field on page
91         focus_field('cn');
92   -->
93 </script>