Code

[COSMETIC] Most of the imgs are now centered vertically in most browsers.
[gosa.git] / plugins / admin / departments / generic.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
2  <tr>
3    <td style="vertical-align:top; width:50%">
4      <h2><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Properties{/t}</h2>
5      
6      <table summary="">
7       <tr>
8        <td><LABEL for="ou">{t}Name of department{/t}</LABEL>{$must}</td>
9        <td><input id="ou" name="ou" size=25 maxlength=60 value="{$ou}" title="{t}Name of subtree to create{/t}" {$ouACL}></td>
10       </tr>
11       <tr>
12        <td><LABEL for="description">{t}Description{/t}</LABEL>{$must}</td>
13        <td>
14         <input id="description" name="description" size=25 maxlength=60 {$descriptionACL} value="{$description}" title="{t}Descriptive text for department{/t}">
15        </td>
16       </tr>
17       <tr>
18        <td><LABEL for="businessCategory">{t}Category{/t}</LABEL></td>
19        <td>
20         <input id="businessCategory" name="businessCategory" size=25 maxlength=60 {$businessCategoryACL} value="{$businessCategory}" title="{t}Category for this subtree{/t}">
21        </td>
22       </tr>
23       <tr>
24         <td colspan="2"><br></td>
25       </tr>
26       <tr>
27         <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
29         <td>
30          <select id="base" size="1" name="base" title="{t}Choose subtree to place department in{/t}"> 
31           {html_options options=$bases selected=$base_select}
32          </select>
33         </td>
34        </tr>
35      </table>
37    </td>
38    <td style="border-left:1px solid #A0A0A0">
39     &nbsp;
40    </td>
41    <td>
42      <h2><img class="center" alt="" align="middle" src="images/house.png"> {t}Location{/t}</h2>
44      <table summary="" style="width:100%">
45       <tr>
46        <td><LABEL for="st">{t}State{/t}</LABEL></td>
47        <td><input id="st" name="st" size=25 maxlength=60 {$stACL} value="{$st}" title="{t}State where this subtree is located{/t}"></td>
48       </tr>
49       <tr>
50        <td><LABEL for="l">{t}Location{/t}</LABEL></td>
51        <td><input id="l" name="l" size=25 maxlength=60 {$lACL} value="{$l}" title="{t}Location of this subtree{/t}"></td>
52       </tr>
53       <tr>
54        <td style="vertical-align:top;"><LABEL for="postalAddress">{t}Address{/t}</LABEL></td>
55        <td><textarea id="postalAddress" name="postalAddress" style="width:100%" rows=3 cols=22 {$postalAddressACL} title="{t}Postal address of this subtree{/t}">{$postalAddress}</textarea>
56       </tr>
57       <tr>
58        <td><LABEL for="telephoneNumber">{t}Phone{/t}</LABEL></td>
59        <td><input id="telephoneNumber" name="telephoneNumber" size=25 maxlength=60 {$telephoneNumberACL} value="{$telephoneNumber}" title="{t}Base telephone number of this subtree{/t}"></td>
60       </tr>
61       <tr>
62        <td><LABEL for="facsimileTelephoneNumber">{t}Fax{/t}</LABEL></td>
63        <td><input id="facsimileTelephoneNumber" name="facsimileTelephoneNumber" size=25 maxlength=60 {$facsimileTelephoneNumberACL} value="{$facsimileTelephoneNumber}" title="{t}Base facsimile telephone number of this subtree{/t}"></td>
64       </tr>
65      </table>
67    </td>
68  </tr>
69 </table>
71 <!-- Place cursor -->
72 <script language="JavaScript" type="text/javascript">
73   <!-- // First input field on page
74   document.mainform.ou.focus();
75   -->
76 </script>