Code

Added baseACL && baseSelect Dialog icon
[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><input name="cn" id="cn" size=20 maxlength=60 value="{$cn}"></td>
8          </tr>
9          <tr>
10           <td><LABEL for="description">{t}Description{/t}</LABEL></td>
11           <td><input name="description" id="description" size=25 maxlength=80 value="{$description}"></td>
12          </tr>
13          <tr>
14           <td><br><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
15           <td>
16            <br>
17            <select size="1" name="base" id="base" title="{t}Choose subtree to place terminal in{/t}" {$baseACL}>
18             {html_options options=$bases selected=$base_select}
19            </select>
20         {if $baseACL == ""}
21             <input type="image" name="chooseBase" src="images/folder.png" class="center" title="{t}Select a base{/t}">
22         {else}
23             <img src="images/folder_gray.png" class="center" title="{t}Select a base{/t}">
24         {/if}
25                 </td>
26           </tr>
27         </table>
28   </td>
29   <td  style="vertical-align:top;border-left:1px solid #A0A0A0;">
30         <table summary="">
31         <tr>
32      <td>{t}Mode{/t}</td>
33      <td>
34       <select name="gotoMode" title="{t}Select terminal mode{/t}" {$gotoModeACL}>
35        {html_options options=$modes selected=$gotoMode}
36       </select>
37      </td>
38     </tr>
39         </table>
40   </td>
41  </tr>
42 </table>
44 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
46 {$netconfig}
48 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
50 <h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
51 <table summary="">
52  <tr>
53   <td>
54    <select size="1" name="action" title="{t}Select action to execute for this server{/t}">
55     <option disabled>&nbsp;</option>
56     {html_options options=$actions}
57    </select>
58   </td>
59   <td>
60    <input type=submit name="action" value="{t}Execute{/t}">
61   </td>
62  </tr>
63 </table>
66 <!-- Place cursor -->
67 <script language="JavaScript" type="text/javascript">
68   <!-- // First input field on page
69   document.mainform.cn.focus();
70   -->
71 </script>