2fe8bdc9e21bd6f05ed2cfc07f7c3b590d6d9266
[kivitendo-erp.git] / templates / webpages / ct / search_contact.html
1 [%- USE HTML %]
2 [%- USE T8 %]
3 <body onload="fokus()">
4
5  <form method="post" action="ct.pl" name="Form">
6
7   <input type="hidden" name="db" value="[% db | html %]">
8
9   <div class="listtop">[% 'Contacts' | $T8 %]</div>
10
11   <table>
12    <tr>
13     <th align="right" nowrap>[% 'Name' | $T8 %]</th>
14     <td><input name="filter.cp_name" size="35"></td>
15    </tr>
16    <tr>
17     <th align="right" nowrap>[% 'Greeting' | $T8 %]</th>
18     <td><input name="filter.cp_greeting" size="35"></td>
19    </tr>
20    <tr>
21     <th align="right" nowrap>[% 'Title' | $T8 %]</th>
22     <td><input name="filter.cp_title" size="35"></td>
23    </tr>
24    <tr>
25     <th align="right" nowrap>[% 'E-mail' | $T8 %]</th>
26     <td><input name="filter.cp_email" size="35"></td>
27    </tr>
28    <tr>
29     <th align="right" nowrap>[% 'Department' | $T8 %]</th>
30     <td><input name="filter.cp_abteilung" size="35"></td>
31    </tr>
32    <tr>
33     <th align="right" nowrap>[% 'Project' | $T8 %]</th>
34     <td><input name="filter.cp_project" size="35"></td>
35    </tr>
36
37    <tr>
38     <td></td>
39     <td>
40      <input name="filter.status" class="radio" type="radio" value="active" checked> [% 'Active' | $T8 %]
41      <input name="filter.status" class="radio" type="radio" value="all"> [% 'All' | $T8 %]
42      <input name="filter.status" class="radio" type="radio" value="orphaned"> [% 'Orphaned' | $T8 %]
43     </td>
44    </tr>
45
46    <tr>
47     <th align="right" nowrap>[% 'Include in Report' | $T8 %]</th>
48     <td>
49      <table border="0">
50       <tr>
51        <td>
52         <input name="l.cp_id" id="l_cp_id" type="checkbox" class="checkbox" value="Y">
53         <label for="l_cp_id">[% 'ID' | $T8 %]</label>
54        </td>
55        <td>
56         <input name="l.vcnumber" id="l_vcnumber" type="checkbox" class="checkbox" value="Y" checked>
57         <label for="l_vcnumber">[% 'Customer/Vendor Number' | $T8 %]</label>
58        </td>
59        <td>
60         <input name="l.vcname" id="l_vcname" type="checkbox" class="checkbox" value="Y" checked>
61         <label for="l_vcname">[% 'Customer/Vendor Name' | $T8 %]</label>
62        </td>
63       </tr>
64
65       <tr>
66        <td>
67         <input name="l.cp_name" id="l_cp_name" type="checkbox" class="checkbox" value="Y" checked>
68         <label for="l_cp_name">[% 'Name' | $T8 %]</label>
69        </td>
70        <td>
71         <input name="l.cp_givenname" id="l_cp_givenname" type="checkbox" class="checkbox" value="Y" checked>
72         <label for="l_cp_givenname">[% 'Given Name' | $T8 %]</label>
73        </td>
74        <td>
75         <input name="l.cp_street" id="l_cp_street" type="checkbox" class="checkbox" value="Y">
76         <label for="l_cp_street">[% 'Street' | $T8 %]</label>
77        </td>
78       </tr>
79       <tr>
80        <td>
81         <input name="l.cp_phone" id="l_cp_phone" type="checkbox" class="checkbox" value="Y" checked>
82         <label for="l_cp_phone">[% 'Phone' | $T8 %]</label>
83        </td>
84        <td>
85         <input name="l.cp_mobile" id="l_cp_mobile" type="checkbox" class="checkbox" value="Y" checked>
86         <label for="l_cp_mobile">[% 'Mobile' | $T8 %]</label>
87        </td>
88        <td>
89         <input name="l.cp_email" id="l_cp_email" type="checkbox" class="checkbox" value="Y" checked>
90         <label for="l_cp_email">[% 'E-mail' | $T8 %]</label>
91        </td>
92       </tr>
93
94       <tr>
95        <td>
96         <input name="l.cp_birthday" id="l_cp_birthday" type="checkbox" class="checkbox" value="Y">
97         <label for="l_cp_birthday">[% 'Birthday' | $T8 %]</label>
98        </td>
99        <td>
100         <input name="l.cp_abteilung" id="l_cp_abteilung" type="checkbox" class="checkbox" value="Y">
101         <label for="l_cp_abteilung">[% 'Department' | $T8 %]</label>
102        </td>
103        <td>
104         <input name="l.cp_gender" id="l_cp_gender" type="checkbox" class="checkbox" value="Y">
105         <label for="l_cp_gender">[% 'Gender' | $T8 %]</label>
106        </td>
107       </tr>
108
109       [% CUSTOM_VARIABLES_INCLUSION_CODE %]
110
111      </table>
112     </td>
113    </tr>
114   </table>
115
116   <input type="hidden" name="nextsub" value="list_contacts">
117
118   <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
119  </form>
120
121 </body>
122 </html>