Code

Moved to trunk/branches/tags structure
[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       </select>
14       <br>
15       <input type=submit value="{t}New{/t}..." name="new_user">&nbsp;
16       <input type=submit value="{t}New template{/t}" name="new_template">&nbsp;
17       <input type=submit value="{t}Edit{/t}" name="select_user">&nbsp;
18       <input type=submit value="{t}Delete{/t}" name="delete_user">&nbsp;
19       <input type=submit value="{t}Set password{/t}" name="setpass_user">
20       <input type=hidden name="edit_helper">
21     </p>
22   </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 provides the functionality to create, edit or delete selected users. Having a great number of users, you may want to use the range seletors on top of the user list.{/t}
31     </p>
32    <p class="contentboxb">
33    {t}-Edit- and -New user- execute an assistant to aid you in managing your account informations. -Delete- will ask for confirmation before deleting the users from the LDAP server.{/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     <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
42      <table style="width:100%;">
43       {$alphabet}
44      </table>
45     </p>
46     <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
47     <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>
48     <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>
49     <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>
50     <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>
51     <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>
52     <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>
53     <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>
54     <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>
55     </p>
56     <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
57     <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>
58     </p>
59     <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
60     <table width="100%"><tr><td width="50%"><img src="{$tree_image}" align=center>&nbsp;{t}Display users of department{/t}</td>
61     <td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
62       {html_options options=$deplist selected=$depselect}
63     </select></td></tr></table>
64     </p>
65     <p class="contentboxb" style="border-top:1px solid #B0B0B0">
66     <table width="100%"><tr><td width="50%"><img src="{$search_image}" align=center>&nbsp;{t}Display users matching{/t}</td>
67     <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>
68     </p>
69    {$apply}
70    </div>
71   </td>
72 </tr>
73 </table>
75 <input type="hidden" name="ignore">