Code

w3c
[gosa.git] / plugins / personal / mail / mail_locals.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" style="height:20px;">
5     <p class="contentboxh" style="font-size:12px">
6      <b>{t}Select addresses to add{/t} {$hint}</b><br>
7     </p>
8    </div>
9    <div class="contentboxb">
10     <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
11      <select style="width:500px; margin-top:4px; height:450px;" name="local_list[]" size=15" multiple>
12         {if $mailusers ==""}
13                 {html_options options=$mailusers}
14                 {else}
15             <option>
16         {/if}
17      </select>
18     </p>
19    </div>
20   </td>
21   <td style="vertical-align:top;">
22    <div class="contentboxh" style="height:20px;">
23     <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]"><b>{
24 t}Filters{/t}</b></p>
25    </div>
26    <div class="contentboxb" style="background-color:#F8F8F8">
27     <p class="contentboxb" style="border-top:1px solid #B0B0B0; background-color:#F8F8F8">
28      <table style="width:100%;">
29       {$alphabet}
30      </table>
31     </p>
32     <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
33     <table width="100%"><tr><td width="50%"><img src="{$tree_image}" align=center>&nbsp;{t}Display addresses of department{/t}</td>
34     <td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
35         {if $deplist ==""}
36                 {html_options options=$deplist selected=$depselect}
37                 {else}
38             <option>
39         {/if}
40     </select></td></tr></table>
41     </p>
42     <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
43     <table width="100%"><tr><td width="50%"><img src="{$search_image}" align=center>&nbsp;{t}Display addresses matching{/t}</td>
44     <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching addresses{/t}' onChange="mainform.submit()"></td></tr></table>
45     </p>
46     <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
47     <table width="100%"><tr><td width="50%"><img src="{$search_image}" align=center>&nbsp;{t}Display addresses of user{/t}</td>
48     <td><input type='text' name='muser' maxlength='20' value='{$muser}' title='{t}User name of which addresses are shown{/t}' onChange="mainform.submit()"></td></tr></table>
49    </p>
50    {$apply}
51    </div>
52   </td>
53 </tr>
54 </table>
56 <p class="plugbottom">
57   <input type=submit name="add_locals_finish" value="{t}Add{/t}">
58   &nbsp;
59   <input type=submit name="add_locals_cancel" value="{t}Cancel{/t}">
60 </p>