Code

271d247907e1d52c1180ac8a11e1d310e1ec2503
[gosa.git] / plugins / admin / systems / component.tpl
1 <table summary="" width="100%">
2  <tr>
3   <td style="vertical-align:top; width:50%; border-right:1px solid #A0A0A0">
4         <table summary="">
5          <tr>
6           <td><LABEL for="cn">{t}Device 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 colspan=2>&nbsp;</td>
11          </tr>
12          <tr>
13           <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
14           <td>
15            <select size="1" id="base" name="base" title="{t}Choose subtree to place terminal in{/t}" {$baseACL}>
16             {html_options options=$bases selected=$base_select}
17            </select>
18         {if $baseACL == ""}
19             <input type="image" name="chooseBase" src="images/folder.png" class="center" title="{t}Select a base{/t}">
20         {else}
21             <img src="images/folder_gray.png" class="center" title="{t}Select a base{/t}">
22         {/if}
23                 </td>
24           </tr>
25         </table>
26   </td>
27   <td style="vertical-align:top">
28         <table summary="">
29          <tr>
30           <td><LABEL for="description">{t}Description{/t}</LABEL></td>
31           <td><input id="description" name="description" size=25 maxlength=80 value="{$description}"></td>
32          </tr>
33         </table>
34   </td>
35  </tr>
36 </table>
38 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
40 {$netconfig}
42 <!-- Place cursor -->
43 <script language="JavaScript" type="text/javascript">
44   <!-- // First input field on page
45   document.mainform.cn.focus();
46   -->
47 </script>