Code

users page, some style fixed
[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 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}
31     </p>
32    <p class="contentboxb">
33    {t}-Edit- and -New...- execute an assistant to aid you in managing your account informations. -Delete- will ask for confirmation before deleting users.{/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 style="width:100%;border-top:1px solid #B0B0B0;">
42       {$alphabet}
43      </table>
44         <table style="border-top:1px solid #B0B0B0;" width="100%">
45                 <tr>
46                         <td>
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                                 <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>
56                         </td>
57                 </tr>
58         </table>        
60                         <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>
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     <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>
65     <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>
66    {$apply}
67    </div>
68   </td>
69 </tr>
70 </table>
72 <input type="hidden" name="ignore">