CVars in der Ansprechpartnersuche
[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    [% CUSTOM_VARIABLES_FILTER_CODE %]
38
39    <tr>
40     <td></td>
41     <td>
42      <input name="filter.status" class="radio" type="radio" value="active" checked> [% 'Active' | $T8 %]
43      <input name="filter.status" class="radio" type="radio" value="all"> [% 'All' | $T8 %]
44      <input name="filter.status" class="radio" type="radio" value="orphaned"> [% 'Orphaned' | $T8 %]
45     </td>
46    </tr>
47
48    <tr>
49     <th align="right" nowrap>[% 'Include in Report' | $T8 %]</th>
50     <td>
51      <table border="0">
52       <tr>
53        <td>
54         <input name="l.cp_id" id="l_cp_id" type="checkbox" class="checkbox" value="Y">
55         <label for="l_cp_id">[% 'ID' | $T8 %]</label>
56        </td>
57        <td>
58         <input name="l.vcnumber" id="l_vcnumber" type="checkbox" class="checkbox" value="Y" checked>
59         <label for="l_vcnumber">[% 'Customer/Vendor Number' | $T8 %]</label>
60        </td>
61        <td>
62         <input name="l.vcname" id="l_vcname" type="checkbox" class="checkbox" value="Y" checked>
63         <label for="l_vcname">[% 'Customer/Vendor Name' | $T8 %]</label>
64        </td>
65       </tr>
66
67       <tr>
68        <td>
69         <input name="l.cp_name" id="l_cp_name" type="checkbox" class="checkbox" value="Y" checked>
70         <label for="l_cp_name">[% 'Name' | $T8 %]</label>
71        </td>
72        <td>
73         <input name="l.cp_givenname" id="l_cp_givenname" type="checkbox" class="checkbox" value="Y" checked>
74         <label for="l_cp_givenname">[% 'Given Name' | $T8 %]</label>
75        </td>
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       </tr>
81       <tr>
82        <td>
83         <input name="l.cp_phone" id="l_cp_phone" type="checkbox" class="checkbox" value="Y" checked>
84         <label for="l_cp_phone">[% 'Phone' | $T8 %]</label>
85        </td>
86        <td>
87         <input name="l.cp_mobile" id="l_cp_mobile" type="checkbox" class="checkbox" value="Y" checked>
88         <label for="l_cp_mobile">[% 'Mobile' | $T8 %]</label>
89        </td>
90        <td>
91         <input name="l.cp_email" id="l_cp_email" type="checkbox" class="checkbox" value="Y" checked>
92         <label for="l_cp_email">[% 'E-mail' | $T8 %]</label>
93        </td>
94       </tr>
95
96       <tr>
97        <td>
98         <input name="l.cp_birthday" id="l_cp_birthday" type="checkbox" class="checkbox" value="Y">
99         <label for="l_cp_birthday">[% 'Birthday' | $T8 %]</label>
100        </td>
101        <td>
102         <input name="l.cp_abteilung" id="l_cp_abteilung" type="checkbox" class="checkbox" value="Y">
103         <label for="l_cp_abteilung">[% 'Department' | $T8 %]</label>
104        </td>
105        <td>
106         <input name="l.cp_gender" id="l_cp_gender" type="checkbox" class="checkbox" value="Y">
107         <label for="l_cp_gender">[% 'Gender' | $T8 %]</label>
108        </td>
109       </tr>
110
111       [% CUSTOM_VARIABLES_INCLUSION_CODE %]
112
113      </table>
114     </td>
115    </tr>
116   </table>
117
118   <input type="hidden" name="nextsub" value="list_contacts">
119
120   <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
121  </form>
122
123 </body>
124 </html>