Code

Fixed some sprintf
[gosa.git] / plugins / 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/folder_gray.png'}
32         <input type="image" name="chooseBase" src="images/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 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
61 <h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
62 <table summary="">
63  <tr>
64   <td>
65 {render acl=$FAIstateACL}
66    <select size="1" name="saction" title="{t}Select action to execute for this server{/t}">
67     <option disabled>&nbsp;</option>
68     {html_options options=$actions}
69    </select>
70 {/render}
71   </td>
72   <td>
73    <input type=submit name="action" value="{t}Execute{/t}">
74   </td>
75  </tr>
76 </table>
79 <!-- Place cursor -->
80 <script language="JavaScript" type="text/javascript">
81   <!-- // First input field on page
82   document.mainform.cn.focus();
83   -->
84 </script>