Code

... center -> middle, for all non templates
[gosa.git] / plugins / gofax / blocklists / headpage.tpl
1 <table style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
2 <tr>
3   <td>
4   <div class="contentboxh">
5     <p class="contentboxh">
6      {t}List of blocklists{/t} {$hint}
7     </p>
8   </div>
9   <div class="contentboxb">
10     <p class="contentboxb">
11       <select style="width:500px; height:450px;" name="blocklist" size=15 ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
12         {html_options options=$blocklists}
13       </select>
14       <br>
15       <input type=submit value="{t}New{/t}..." name="new_blocklist">&nbsp;
16       <input type=submit value="{t}Edit{/t}" name="select_blocklist">&nbsp;
17       <input type=submit value="{t}Delete{/t}" name="delete_blocklist">
18       <input type=hidden name="edit_helper">
19     </p>
20   </div>
21   </td>
22   <td style="vertical-align:top;">
23    <div class="contentboxh">
24     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
25    </div>
26    <div class="contentboxb">
27    <p class="contentboxb">
28     {t}This menu allows you to create, delete and edit selected blocklists. Having a large size of lists, you might prefer the range selectors on top of the select box.{/t}
29    </p>
30    <p class="contentboxb">
31     {t}-Edit- and -New...- will execute an assistant to aid you when performing changes on your blocklist. -Delete- will ask you for confirmation before really deleting anything.{/t}
32    </p>
33    </div>
34    <br>
35    <div class="contentboxh">
36     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
37    </div>
38    <div class="contentboxb">
39     <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
40      <table style="width:100%;">
41       {$alphabet}
42      </table>
43     </p>
44     <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
45     <input type=checkbox name="sendlists" value="1" {$sendlists} onClick="mainform.submit()" title="{t}Select to see send blocklists{/t}">{t}Show send blocklists{/t}<br>
46     <input type=checkbox name="receivelists" value="1" {$receivelists} onClick="mainform.submit()" title="{t}Select to see receive blocklists{/t}">{t}Show receive blocklists{/t}<br>
47     </p>
48     <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
49     <table width="100%"><tr><td width="50%"><img src="{$tree_image}" align=middle>&nbsp;{t}Display lists of department{/t}</td>
50     <td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
51      {html_options options=$deplist selected=$depselect}
52     </select></td></tr></table>
53     </p>
54     <p class="contentboxb" style="border-top:1px solid #B0B0B0">
55     <table width="100%"><tr><td width="50%"><img src="{$search_image}" align=middle>&nbsp;{t}Display lists matching{/t}</td>
56     <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching list names{/t}' onChange="mainform.submit()"></td></tr></table>
57     </p>
58     <p class="contentboxb" style="border-top:1px solid #B0B0B0">
59     <table width="100%"><tr><td width="50%"><img src="{$search_image}" align=middle>&nbsp;{t}Display lists containing{/t}</td>
60     <td><input type='text' name='entry' maxlength='20' value='{$entry}' title='{t}Show lists containing entered numbers{/t}' onChange="mainform.submit()"></td></tr></table>
61    </p>
62    {$apply}
63    </div>
64   </td>
65 </tr>
66 </table>
68 <input type="hidden" name="ignore">