Code

b828354991558cab4eed8a4a7a41ccbe9267ad2d
[gosa.git] / plugins / admin / groups / headpage.tpl
1 <table summary="" 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      <LABEL for="grouplist">{t}List of groups{/t}</LABEL> {$hint}
7     </p>
8   </div>
9   <div class="contentboxb">
10     <p class="contentboxb">
11      <select id="grouplist" style="width:500px; height:450px;" name="grouplist" size=15 ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
12       {html_options options=$grouplist}
13                 <option disabled>&nbsp;</option>
14     </select>
15     <br>
16     <input type=submit value="{t}New{/t}..." name="new_group">&nbsp;
17     <input type=submit value="{t}Edit{/t}" name="select_group">&nbsp;
18     <input type=submit value="{t}Delete{/t}" name="delete_group">&nbsp;
19     <input type=hidden name="edit_helper">
20    </p>
21   </div>
23   </td>
24   <td style="vertical-align:top;">
25    <div class="contentboxh">
26     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
27    </div>
28    <div class="contentboxb">
29    <p class="contentboxb">
30      {t}This menu allows you to add, edit and remove selected groups. You may want to use the range selector on top of the group listbox, when working with a large number of groups.{/t}
31     </p>
32     <p class="contentboxb">
33       {t}-Edit- and -New...- will execute an assistant to aid you in editing group properties. -Delete- will ask for confirmation before removing groups.{/t}
34     </p>
35    </div>
36    <br>
37    <div class="contentboxh">
38     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
39    </div>
40    <div class="contentboxb">
41      <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
42       {$alphabet}
43      </table>
44         <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">     
45                 <tr>
46                         <td>
47         <input type=checkbox id="primarygroups" name="primarygroups" value="1" {$primarygroups} onClick="mainform.submit()" 
48                         title="{t}Select to see groups that are primary groups of users{/t}">
49                 <LABEL for="primarygroups">{t}Show primary groups{/t}</LABEL>
50                 <br>
51     <input type=checkbox id="sambagroups" name="sambagroups" value="1" {$sambagroups} onClick="mainform.submit()" 
52                 title="{t}Select to see groups that have samba groups mappings{/t}">
53                 <LABEL for="sambagroups">{t}Show samba groups{/t}</LABEL>
54                 <br>
55     <input type=checkbox id="appgroups" name="appgroups" value="1" {$appgroups} onClick="mainform.submit()" 
56                 title="{t}Select to see groups that have applications configured{/t}">
57                 <LABEL for="appgroups">{t}Show application groups{/t}</LABEL>
58                 <br>
59     <input type=checkbox id="mailgroups" name="mailgroups" value="1" {$mailgroups} onClick="mainform.submit()" 
60                 title="{t}Select to see groups that have mail settings{/t}">
61                 <LABEL for="mailgroups">{t}Show mail groups{/t}</LABEL>
62                 <br>
63     <input type=checkbox id="functionalgroups" name="functionalgroups" value="1" {$functionalgroups} onClick="mainform.submit()" 
64                 title='{t}Select to see normal groups that have only functional aspects{/t}'>
65                 <LABEL for="functionalgroups">{t}Show functional groups{/t}</LABEL>
66                 <br>
67             </td>
68         </tr>
69     </table>
71     
72     <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
73         <tr>
74             <td>
75                 <input type=checkbox name="subsearch" value="1" {$subsearch} onClick="mainform.submit()" title="{t}Dive into LDAP subtrees when searching{/t}">{t}Search in subtrees{/t}<br>
76                         </td>
77                 </tr>
78         </table>
79         
80     <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
81                 <tr>
82                         <td width="50%">
83                                 <img alt="" src="{$tree_image}" align=middle>&nbsp;
84                                 <LABEL for="depselect">{t}Display groups of department{/t}</LABEL>
85                         </td>
86                 <td>
87                                 <select id="depselect" name="depselect" size=1 onChange="mainform.submit()" 
88                                                 title="{t}Choose the department the search will be based on{/t}">
89                                 {html_options options=$deplist selected=$depselect}
90                         </select>
91                         </td>
92                 </tr>
93         </table>
94     <table summary=""  style="width:100%;border-top:1px solid #B0B0B0;">
95                 <tr>
96                         <td width="50%"><img alt="" src="{$search_image}" align=middle>&nbsp;
97                                 <LABEL for="regex">{t}Display groups matching{/t}</LABEL>
98                         </td>
99                 <td>
100                                 <input type='text' id="regex" name='regex' maxlength='20' value='{$regex}' 
101                                         title='{t}Regular expression for matching group names{/t}' onChange="mainform.submit()">
102                         </td>
103                 </tr>
104         </table>
105     <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
106                 <tr>
107                         <td width="50%"><img alt="" src="{$search_image}" align=middle>&nbsp;
108                                 <LABEL for="guser">{t}Display groups of user{/t}</LABEL>
109                         </td>
110                 <td>
111                                 <input id="guser" type='text' name='guser' maxlength='20' value='{$guser}' 
112                                         title='{t}User name of which groups are shown{/t}' onChange="mainform.submit()">
113                         </td>
114                 </tr>
115         </table>
116    {$apply}
117    </div>
118   </td>
119 </tr>
120 </table>
122 <input type="hidden" name="ignore">