Code

6f5804f0f7a20b8ed7412526d23959f6dfc73644
[gosa.git] / plugins / admin / users / 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 users{/t} {$hint}
7     </p>
8   </div>
9   <div class="contentboxb">
10     <p class="contentboxb">
11       <select style="width:500px; height:450px;" name="userlist" size=15 ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
12                         {html_options options=$userlist}
13                         <option disabled></option>
14       </select>
15       <br>
16       <input type=submit value="{t}New{/t}..." name="new_user">&nbsp;
17       <input type=submit value="{t}New template{/t}" name="new_template">&nbsp;
18       <input type=submit value="{t}Edit{/t}" name="select_user">&nbsp;
19       <input type=submit value="{t}Delete{/t}" name="delete_user">&nbsp;
20       <input type=submit value="{t}Set password{/t}" name="setpass_user">
21       <input type=hidden name="edit_helper">
22     </p>
23   </div>
24   </td>
25   <td style="vertical-align:top;">
26    <div class="contentboxh">
27     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
28    </div>
29    <div class="contentboxb">
30    <p class="contentboxb">
31     {t}This menu allows you to create, edit and delete selected users. Having a great number of users, you may want to use the range selectors on top of the user list.{/t}
32     </p>
33    <p class="contentboxb">
34    {t}-Edit- and -New...- execute an assistant to aid you in managing your account informations. -Delete- will ask for confirmation before deleting users.{/t}
35    </p>
36    </div>
37    <br>
38    <div class="contentboxh">
39     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
40    </div>
41    <div class="contentboxb">
42      <table style="width:100%;border-top:1px solid #B0B0B0;">
43       {$alphabet}
44      </table>
45         <table style="border-top:1px solid #B0B0B0;" width="100%">
46                 <tr>
47                         <td>
48                                 <input type=checkbox name="templates" value="1" {$templates} onClick="mainform.submit()" title="{t}Select to see template pseudo users{/t}">{t}Show templates{/t}<br>
49                                 <input type=checkbox name="functionalusers" value="1" {$functionalusers} onClick="mainform.submit()" title="{t}Select to see users that have only a GOsa object{/t}">{t}Show functional users{/t}<br>
50                                 <input type=checkbox name="unixusers" value="1" {$unixusers} onClick="mainform.submit()" title="{t}Select to see users that have posix settings{/t}">{t}Show unix users{/t}<br>
51                                 <input type=checkbox name="mailusers" value="1" {$mailusers} onClick="mainform.submit()" title="{t}Select to see users that have mail settings{/t}">{t}Show mail users{/t}<br>
52                                 <input type=checkbox name="sambausers" value="1" {$sambausers} onClick="mainform.submit()" title="{t}Select to see users that have samba settings{/t}">{t}Show samba users{/t}<br>
53                                 <input type=checkbox name="proxyusers" value="1" {$proxyusers} onClick="mainform.submit()" title="{t}Select to see users that have proxy settings{/t}">{t}Show proxy users{/t}<br>
54                                 <input type=checkbox name="ftpusers" value="1" {$ftpusers} onClick="mainform.submit()" title="{t}Select to see users that have ftp settings{/t}">{t}Show FTP users{/t}<br>
55                                 <input type=checkbox name="faxusers" value="1" {$faxusers} onClick="mainform.submit()" title="{t}Select to see users that have FAX settings{/t}">{t}Show FAX users{/t}<br>
57             </td>
58         </tr>
59     </table>
60     <table style="border-top:1px solid #B0B0B0;" width="100%">
61         <tr>
62             <td>
64                                 <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>
65                         </td>
66                 </tr>
67         </table>        
69                         <table width="100%" style="border-top:1px solid #B0B0B0;"><tr><td width="50%"><img alt="" src="{$tree_image}" align="middle">&nbsp;{t}Display users of department{/t}</td>
70     <td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
71       {html_options options=$deplist selected=$depselect}
72     </select></td></tr></table>
73     <table width="100%" style="border-top:1px solid #B0B0B0;"><tr><td width="50%"><img alt="" src="{$search_image}" align="middle">&nbsp;{t}Display users matching{/t}</td>
74     <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching user names{/t}' onChange="mainform.submit()"></td></tr></table>
75    {$apply}
76    </div>
77   </td>
78 </tr>
79 </table>
81 <input type="hidden" name="ignore">