Code

updated templates
[gosa.git] / gosa-plugins / samba / admin / systems / samba / wingeneric.tpl
1 <table summary="" width="100%">
2  <tr>
3   <td style='width:50%;'>
5         <table summary="">
6          <tr>
7           <td><LABEL for="cn">{t}Machine name{/t}</LABEL>{$must}</td>
8           <td>
9 {render acl=$cnACL}
10                         <input type='text' id="cn" name="cn" size=20 maxlength=60 value="{$cn}">
11 {/render}
12           </td>
13          </tr>
14          <tr>
15           <td colspan=2>&nbsp;</td>
16          </tr>
17          <tr>
18           <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
19           <td>
20 {render acl=$baseACL}
21 {$base}
22 {/render}
23            </td>
24           </tr>
25         </table>
26   </td>
27   <td>
29         <table summary="">
30          <tr>
31           <td><LABEL for="description">{t}Description{/t}</LABEL></td>
32           <td>
33 {render acl=$descriptionACL}
34                 <input type='text' id="description" name="description" size=25 maxlength=80 value="{$description}">
35 {/render}
36           </td>
37          </tr>
38         </table>
39   </td>
40  </tr>
41 </table>
43 <hr>
45 {$netconfig}
47 <!-- Place cursor -->
48 <script language="JavaScript" type="text/javascript">
49   <!-- // First input field on page
50         focus_field('cn');
51   -->
52 </script>