Code

c8e8b9df7fd2767dfc82a3292858b1f0696e4e2d
[gosa.git] / plugins / admin / departments / headpage.tpl
1 <table style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
2 <tr>
3   <td style="vertical-align:top;">
4   <div class="contentboxh">
5     <p class="contentboxh">
6      {t}List of departments{/t} {$hint}
7     </p>
8   </div>
9   <div class="contentboxb">
10     <p class="contentboxb">
11      <select style="width:500px; height:450px;" name="deplist" size=15 ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
12       {html_options options=$departments}
13      </select>
14     <br>
15     <input type=submit value="{t}New{/t}..." name="new_department">&nbsp;
16     <input type=submit value="{t}Edit{/t}" name="select_department">&nbsp;
17     <input type=submit value="{t}Delete{/t}" name="delete_department">&nbsp;
18     <input type=hidden name="edit_helper">
19    </p>
20   </div>
21   </td>
22   <td style="vertical-align:top;">
23    <div class="contentboxh">
24     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
25    </div>
26    <div class="contentboxb">
27    <p class="contentboxb">
28      {t}This menu allows you to create, delete and edit selected departments. Having a large size of departments, you might prefer the range selectors on top of the department list.{/t}
29    </p>
30    <p class="contentboxb">
31      {t}-Edit- and -New...- will provide an assistant to aid you when performing changes on your departments. -Delete- will ask for confirmation before deleting departments.{/t}
32    </p>
33    </div>
34    <br>
35    <div class="contentboxh">
36     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
37    </div>
38    <div class="contentboxb">
39      <table style="width:100%;border-top:1px solid #B0B0B0;">
40       {$alphabet}
41      </table>
42     <table  style="width:100%;border-top:1px solid #B0B0B0;">
43                         <tr>
44                                         <td width="50%"><img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display subdepartments of{/t}</td>
45                                     <td>
46                                                 <select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
47                                                       {html_options options=$deplist selected=$depselect}
48                                             </select>
49                                         </td>
50                         </tr>
51         </table>
52     <table  style="width:100%;border-top:1px solid #B0B0B0;">
53                         <tr>
54                                 <td width="50%">
55                                                 <img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display departments matching{/t}</td>
56                             <td>
57                                                 <input type='text' name='regex' maxlength='20' value='{$regex}' 
58                                                         title='{t}Regular expression for matching department names{/t}' onChange="mainform.submit()">
59                                 </td>
60                         </tr>
61         </table>
62                             {$apply}
63    </div>
64   </td>
65 </tr>
66 </table>
68 <input type="hidden" name="ignore">