Code

Mass table tag fixing
[gosa.git] / plugins / gofax / blocklists / headpage.tpl
1 <table summary="" 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       <option disabled></option>
14           </select>
15       <br>
16       <input type=submit value="{t}New{/t}..." name="new_blocklist">&nbsp;
17       <input type=submit value="{t}Edit{/t}" name="select_blocklist">&nbsp;
18       <input type=submit value="{t}Delete{/t}" name="delete_blocklist">
19       <input type=hidden name="edit_helper">
20     </p>
21   </div>
22   </td>
23   <td style="vertical-align:top;">
24    <div class="contentboxh">
25     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
26    </div>
27    <div class="contentboxb">
28    <p class="contentboxb">
29     {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}
30    </p>
31    <p class="contentboxb">
32     {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}
33    </p>
34    </div>
35    <br>
36    <div class="contentboxh">
37     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
38    </div>
39    <div class="contentboxb">
40      <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
41       {$alphabet}
42      </table>
43     <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
44                 <tr>
45                         <td>
46         <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>
47     <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>
48                         </td>
49                 </tr>
50         </table>    
52 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
53         <tr>
54                 <td width="50%">
55                         <img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display lists of department{/t}
56                 </td>
57         <td>
58                         <select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
59                              {html_options options=$deplist selected=$depselect}
60                         <option disabled></option>
61                     </select>
62                 </td>
63         </tr>
64 </table>
66 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
67         <tr>
68                 <td width="50%"><img alt=""  src="{$search_image}" align=middle>
69                         &nbsp;{t}Display lists matching{/t}
70                 </td>
71             <td>
72                         <input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching list names{/t}' onChange="mainform.submit()">
73                 </td>
74         </tr>
75 </table>
77 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
78         <tr>
79                 <td width="50%">
80                         <img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display lists containing{/t}
81                 </td>
82             <td>
83                 <input type='text' name='entry' maxlength='20' value='{$entry}' title='{t}Show lists containing entered numbers{/t}' onChange="mainform.submit()">
84                 </td>
85         </tr>
86 </table>
87    {$apply}
88    </div>
89   </td>
90 </tr>
91 </table>
93 <input type="hidden" name="ignore">