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 {t}List of groups{/t} {$hint}
7 </p>
8 </div>
9 <div class="contentboxb">
10 {$groupshead}
11 </div>
12 <div style='height:4px;'></div>
13 <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
14 {$groups}
15 </div>
17 </td>
18 <td style="vertical-align:top;">
19 <div class="contentboxh">
20 <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
21 </div>
22 <div class="contentboxb">
23 <p class="contentboxb">
24 {t}This menu allows you to add, edit or 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}
25 </p>
26 </div>
27 <br>
28 <div class="contentboxh">
29 <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
30 </div>
31 <div class="contentboxb">
32 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
33 {$alphabet}
34 </table>
36 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
37 <tr>
38 <td>
39 <input type=checkbox name="usergroups" value="1" {$usergroups} onClick="mainform.submit()">{t}Show groups containing users{/t}<br>
40 <input type=checkbox name="groupgroups" value="1" {$groupgroups} onClick="mainform.submit()">{t}Show groups containing groups{/t}<br>
41 <input type=checkbox name="appgroups" value="1" {$appgroups} onClick="mainform.submit()">{t}Show groups containing applications{/t}<br>
42 <input type=checkbox name="depgroups" value="1" {$depgroups} onClick="mainform.submit()">{t}Show groups containing departments{/t}<br>
43 <input type=checkbox name="servergroups" value="1" {$servergroups} onClick="mainform.submit()">{t}Show groups containing servers{/t}<br>
44 <input type=checkbox name="wsgroups" value="1" {$wsgroups} onClick="mainform.submit()">{t}Show groups containing workstations{/t}<br>
45 <input type=checkbox name="tcgroups" value="1" {$tcgroups} onClick="mainform.submit()">{t}Show groups containing terminals{/t}<br>
46 <input type=checkbox name="prtgroups" value="1" {$prtgroups} onClick="mainform.submit()">{t}Show groups containing printers{/t}<br>
47 </td>
48 </tr>
49 </table>
51 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;"><tr><td><LABEL for="regex"><img alt="{t}Display object groups matching{/t}" src="{$search_image}" align=middle title='{t}Display groups matching{/t}'></LABEL></td>
52 <td width="99%"><input type='text' name='regex' style='width:99%' maxlength='20' id='filer' value='{$regex}' title='{t}Regular expression for matching group names{/t}' onChange="mainform.submit()"></td></tr></table>
53 {$apply}
54 </div>
55 </td>
56 </tr>
57 </table>
59 <input type="hidden" name="ignore">