Code

Moved to trunk/branches/tags structure
[gosa.git] / plugins / addons / addressbook / contents.tpl
1 <table 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 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 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"><img src="{$actionimage}" align="right" alt="[a]">{t}Actions{/t}</p>
43    </div>
44    <div class="contentboxb">
45     <p class="contentboxb">
46      <img src="{$add_image}" align=center>&nbsp;
47      <a href="main.php{$plug}&amp;global=add">{t}Add entry{/t}</a><br>
48      {if $internal eq 0}
49      <img src="{$edit_image}" align=center>&nbsp;
50      <a href="main.php{$plug}&amp;global=edit">{t}Edit entry{/t}</a><br>
51      <img src="{$delete_image}" align=center>&nbsp;
52      <a href="main.php{$plug}&amp;global=remove">{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     <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
62     <table style="width:100%;">
63      {$alphabet}
64     </table>
65     </p>
66     <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
67     <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>
68     <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>
69     </p>
70     <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
71     <table style="width:100%;"><tr><td><img src="{$tree_image}" align=center>&nbsp;{t}Display results for department{/t}</td>
72     <td><select name="search_base" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
73       {html_options options=$deplist selected=$depselect}
74     </select></td></tr></table>
75     </p>
76     <p class="contentboxb" style="border-top:1px solid #B0B0B0">
77     <table style="width:100%;"><tr><td width="50%"><img src="{$search_image}" align=center>&nbsp;{t}Search for{/t}</td>
78     <td><input type='text' name='search_for' maxlength='20' value='{$search_for}' title='{t}Search string{/t}' onChange="mainform.submit()"></td></tr></table>
79    </p>
80     <p class="contentboxb" style="border-top:1px solid #B0B0B0">
81     <table style="width:100%;"><tr><td width="50%"><img src="{$search_image}" align=center>&nbsp;{t}Match object{/t}</td>
82      <td>
83       <select name="object_type" size=1 onChange="mainform.submit()" title="{t}Choose the object that will be searched in{/t}">
84        {html_options options=$objlist selected=$object_type}
85       </select>
86      </td></tr></table>
87     </p>
88    {$apply}
89    </div>
90   </td>
91 </tr>
92 </table>
94 <!-- Place cursor -->
95 <script language="JavaScript" type="text/javascript">
96   <!-- // First input field on page
97   document.mainform.search_for.focus();
98   -->
99 </script>