Code

[COSMETIC] Most of the imgs are now centered vertically in most browsers.
[gosa.git] / plugins / addons / addressbook / contents.tpl
1 <table summary="" style="table-layout:fixed; width:100%; vertical-align:top; text-align:left; table-layout:auto;" cellpadding="4">
2 <tr>
3   <td style="vertical-align:top;">
4    <table summary="" style="width:100%; vertical-align:top; text-align:left; border:1px solid #B0B0B0;"  cellpadding="4" cellspacing="0" border="0" rules="cols">
5     <colgroup>
6         <col width="32%">
7         <col width="14%">
8         <col width="14%">
9         <col width="14%">
10         <col width="14%">
11         <col width="8%">
12     </colgroup>
13     <tr style="background-color: #E8E8E8; height:26px;font-weight:bold;">
14      <td>{t}Name{/t}</td><td>{t}Phone{/t}</td><td>{t}Fax{/t}</td>
15      <td>{t}Mobile{/t}</td><td>{t}Private{/t}</td><td>{t}Contact{/t}</td>
16     </tr>
17     {$search_result}
18    </table>
20    <table summary="" style="vertical-align:top; text-align:center; width:100%;" cellpadding="4" cellspacing="0" border="0">
21     <tr>
22      <td>{$range_selector}</td>
23     </tr>
24    </table>
26    {if $show_info eq 1}
27     {include file=$address_info}
28    {/if}
30   </td>
31   <td style="vertical-align:top; width:270px;">
32    <div class="contentboxh">
33     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
34    </div>
35    <div class="contentboxb">
36     <p class="contentboxb">
37      {t}The telephone list plugin provides list and search facilities for the people in your site. You may want to specify the asterisk [*] like in 'Go*us' to find 'Gonicus'. Use the filters below to narrow down your search.{/t}
38     </p>
39    </div>
40    <br>
41    <div class="contentboxh">
42     <p class="contentboxh" style="vertical-align:middle;"><img src="{$actionimage}" style="vertical-align:middle;" align="right" alt="[a]">{t}Actions{/t}</p>
43    </div>
44    <div class="contentboxb">
45     <p class="contentboxb" style="vertical-align:middle;">
46      <img class="center" alt="" src="{$add_image}">&nbsp;
47      <a href="main.php{$plug}&amp;global=add" style="text-align:center;vertical-align:middle;">{t}Add entry{/t}</a><br>
48      {if $internal eq 0}
49      <img alt="" src="{$edit_image}" class="center">&nbsp;
50      <a href="main.php{$plug}&amp;global=edit">{t}Edit entry{/t}</a><br>
51      <img alt="" src="{$delete_image}" class="center">&nbsp;
52      <a href="main.php{$plug}&amp;global=remove" style="vertical-align:middle;">{t}Remove entry{/t}</a><br>
53      {/if}
54     </p>
55    </div>
56    <br>
57    <div class="contentboxh">
58     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
59    </div>
60    <div class="contentboxb">
61     <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
62      {$alphabet}
63     </table>
64     
65 <table summary=""  style="width:100%;border-top:1px solid #B0B0B0;">
66         <tr>
67                 <td>
68 <input type="checkbox" name="organizational" value="1" {$organizational} onClick="mainform.submit()" title="{t}Select to see regular users{/t}">{t}Show organizational entries{/t}<br>
69     <input type="checkbox" name="global" value="1" {$global} onClick="mainform.submit()" title="{t}Select to see users in addressbook{/t}">{t}Show addressbook entries{/t}<br>
70                 </td>
71         </tr>
72 </table>
74 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
75         <tr>
76                 <td>
77                         <label for="search_base"><img class="center" alt="" src="{$tree_image}" align=middle title='{t}Display results for department{/t}'></label>
78                 </td>
79         <td>
80                         <select name="search_base" style='width:99%' size="1" onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
81                         {html_options options=$deplist selected=$depselect}
82                                 <option disabled>&nbsp;</option>
83                 </select>
84                 </td>
85         </tr>
86 </table>
87 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
88         <tr>
89                 <td>
90                         <label for="object_type"><img class="center" alt="" src="{$obj_image}" align=middle title='{t}Match object{/t}'></label>
91                 </td>
92             <td>
93                         <select id="object_type" style='width:99%' name="object_type" size="1" onChange="mainform.submit()" title="{t}Choose the object that will be searched in{/t}">
94                         {html_options options=$objlist selected=$object_type}
95                                 <option disabled>&nbsp;</option>
96                 </select>
97             </td>
98         </tr>
99 </table>
100 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
101         <tr>
102                 <td><label for="search_for"><img class="center" alt="" src="{$search_image}" style="text-align:center;" title='{t}Search for{/t}'></label>
103                 </td>
104             <td>
105                         <input id="search_for" style='width:99%' type='text' name='search_for' maxlength='20' value='{$search_for}' title='{t}Search string{/t}' onChange="mainform.submit()">
106                 </td>
107         </tr>
108 </table>
109    {$apply}
110    </div>
111   </td>
112 </tr>
113 </table>
115 <!-- Place cursor -->
116 <script language="JavaScript" type="text/javascript">
117   <!-- // First input field on page
118   document.mainform.search_for.focus();
119   -->
120 </script>