epic-ts
[kivitendo-erp.git] / templates / webpages / ct / search_contact.html
1 [%- USE HTML %]
2 [%- USE T8 %]
3 [%- USE L %]
4 [%- USE LxERP %]
5 <h1>[% 'Contacts' | $T8 %]</h1>
6
7  <form method="post" action="ct.pl" name="Form">
8
9   <table>
10    <tr>
11     <th align="right" nowrap>[% 'Name' | $T8 %]</th>
12     <td><input name="filter.cp_name" size="35" class="initial_focus"></td>
13    </tr>
14    <tr>
15     <th align="right" nowrap>[% 'Greeting' | $T8 %]</th>
16     <td><input name="filter.cp_greeting" size="35"></td>
17    </tr>
18    <tr>
19     <th align="right" nowrap>[% 'Title' | $T8 %]</th>
20     <td><input name="filter.cp_title" size="35"></td>
21    </tr>
22    <tr>
23     <th align="right" nowrap>[% 'E-mail' | $T8 %]</th>
24     <td><input name="filter.cp_email" size="35"></td>
25    </tr>
26    <tr>
27     <th align="right" nowrap>[% 'Department' | $T8 %]</th>
28     <td><input name="filter.cp_abteilung" size="35"></td>
29    </tr>
30    <tr>
31     <th align="right" nowrap>[% 'Project' | $T8 %]</th>
32     <td><input name="filter.cp_project" size="35"></td>
33    </tr>
34
35    [% CUSTOM_VARIABLES_FILTER_CODE %]
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       </tr>
75       <tr>
76        <td>
77         <input name="l.cp_street" id="l_cp_street" type="checkbox" class="checkbox" value="Y">
78         <label for="l_cp_street">[% 'Street' | $T8 %]</label>
79        </td>
80        <td>
81         <input name="l.cp_zipcode" id="l_cp_zipcode" type="checkbox" class="checkbox" value="Y">
82         <label for="l_cp_zipcode">[% 'Zipcode' | $T8 %]</label>
83        </td>
84        <td>
85         <input name="l.cp_city" id="l_cp_city" type="checkbox" class="checkbox" value="Y">
86         <label for="l_cp_city">[% 'City' | $T8 %]</label>
87        </td>
88       </tr>
89       <tr>
90        <td>
91         <input name="l.cp_phone" id="l_cp_phone" type="checkbox" class="checkbox" value="Y" checked>
92         <label for="l_cp_phone">[% 'Phone' | $T8 %]</label>
93        </td>
94        <td>
95         <input name="l.cp_mobile" id="l_cp_mobile" type="checkbox" class="checkbox" value="Y" checked>
96         <label for="l_cp_mobile">[% 'Mobile' | $T8 %]</label>
97        </td>
98
99        <td>[%- L.checkbox_tag('l.cp_privatphone', value='Y', label=LxERP.t8('Private Phone'), class='checkbox', checked=1) %]</td>
100       </tr>
101
102       <tr>
103        <td>[%- L.checkbox_tag('l.cp_fax',         value='Y', label=LxERP.t8('Fax'),            class='checkbox') %]</td>
104        <td>[%- L.checkbox_tag('l.cp_email',       value='Y', label=LxERP.t8('E-mail'),         class='checkbox', checked=1) %]</td>
105        <td>[%- L.checkbox_tag('l.cp_privatemail', value='Y', label=LxERP.t8('Private E-mail'), class='checkbox') %]</td>
106       </tr>
107
108       <tr>
109        <td>
110         <input name="l.cp_abteilung" id="l_cp_abteilung" type="checkbox" class="checkbox" value="Y">
111         <label for="l_cp_abteilung">[% 'Department' | $T8 %]</label>
112        </td>
113
114        <td>[% L.checkbox_tag('l.cp_position', value='Y', label=LxERP.t8('Function/position'), class='checkbox') %]</td>
115       </tr>
116
117       <tr>
118        <td>
119         <input name="l.cp_gender" id="l_cp_gender" type="checkbox" class="checkbox" value="Y">
120         <label for="l_cp_gender">[% 'Gender' | $T8 %]</label>
121        </td>
122
123        <td>
124         <input name="l.cp_birthday" id="l_cp_birthday" type="checkbox" class="checkbox" value="Y">
125         <label for="l_cp_birthday">[% 'Birthday' | $T8 %]</label>
126        </td>
127       </tr>
128
129       [% CUSTOM_VARIABLES_INCLUSION_CODE %]
130
131      </table>
132     </td>
133    </tr>
134   </table>
135
136   <input type="hidden" name="nextsub" value="list_contacts">
137
138   <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
139  </form>