Code

Moved folder images
[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 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   </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>
67 {if $currently_installing}
68         <i>{t}System installation in progress, the FAI state cannot be changed right now.{/t}</i>
69 {else}
70 {render acl=$FAIstateACL}
71    <select size="1" name="saction" title="{t}Select action to execute for this server{/t}">
72     <option>&nbsp;</option>
73     {html_options options=$actions}
74    </select>
75 {/render}
76   </td>
77   <td>
78 {render acl=$FAIstateACL}
79    <input type=submit name="action" value="{t}Execute{/t}">
80 {/render}
81   </td>
82  </tr>
83 {/if}
84 </table>
85 {/if}
87 <!-- Place cursor -->
88 <script language="JavaScript" type="text/javascript">
89   <!-- // First input field on page
90         focus_field('cn');
91   -->
92 </script>