</html> entfernen
[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       </tr>
77       <tr>
78        <td>
79         <input name="l.cp_street" id="l_cp_street" type="checkbox" class="checkbox" value="Y">
80         <label for="l_cp_street">[% 'Street' | $T8 %]</label>
81        </td>
82        <td>
83         <input name="l.cp_zipcode" id="l_cp_zipcode" type="checkbox" class="checkbox" value="Y">
84         <label for="l_cp_zipcode">[% 'Zipcode' | $T8 %]</label>
85        </td>
86        <td>
87         <input name="l.cp_city" id="l_cp_city" type="checkbox" class="checkbox" value="Y">
88         <label for="l_cp_city">[% 'City' | $T8 %]</label>
89        </td>
90       </tr>
91       <tr>
92        <td>
93         <input name="l.cp_phone" id="l_cp_phone" type="checkbox" class="checkbox" value="Y" checked>
94         <label for="l_cp_phone">[% 'Phone' | $T8 %]</label>
95        </td>
96        <td>
97         <input name="l.cp_mobile" id="l_cp_mobile" type="checkbox" class="checkbox" value="Y" checked>
98         <label for="l_cp_mobile">[% 'Mobile' | $T8 %]</label>
99        </td>
100        <td>
101         <input name="l.cp_email" id="l_cp_email" type="checkbox" class="checkbox" value="Y" checked>
102         <label for="l_cp_email">[% 'E-mail' | $T8 %]</label>
103        </td>
104       </tr>
105
106       <tr>
107        <td>
108         <input name="l.cp_birthday" id="l_cp_birthday" type="checkbox" class="checkbox" value="Y">
109         <label for="l_cp_birthday">[% 'Birthday' | $T8 %]</label>
110        </td>
111        <td>
112         <input name="l.cp_abteilung" id="l_cp_abteilung" type="checkbox" class="checkbox" value="Y">
113         <label for="l_cp_abteilung">[% 'Department' | $T8 %]</label>
114        </td>
115        <td>
116         <input name="l.cp_gender" id="l_cp_gender" type="checkbox" class="checkbox" value="Y">
117         <label for="l_cp_gender">[% 'Gender' | $T8 %]</label>
118        </td>
119       </tr>
120
121       [% CUSTOM_VARIABLES_INCLUSION_CODE %]
122
123      </table>
124     </td>
125    </tr>
126   </table>
127
128   <input type="hidden" name="nextsub" value="list_contacts">
129
130   <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
131  </form>
132
133 </body>