3 <form method="post" action="ct.pl" name="Form">
5 <input type="hidden" name="db" value="[% db | html %]">
7 <div class="listtop">[% 'Contacts' | $T8 %]</div>
11 <th align="right" nowrap>[% 'Name' | $T8 %]</th>
12 <td><input name="filter.cp_name" size="35"></td>
15 <th align="right" nowrap>[% 'Greeting' | $T8 %]</th>
16 <td><input name="filter.cp_greeting" size="35"></td>
19 <th align="right" nowrap>[% 'Title' | $T8 %]</th>
20 <td><input name="filter.cp_title" size="35"></td>
23 <th align="right" nowrap>[% 'E-mail' | $T8 %]</th>
24 <td><input name="filter.cp_email" size="35"></td>
27 <th align="right" nowrap>[% 'Department' | $T8 %]</th>
28 <td><input name="filter.cp_abteilung" size="35"></td>
31 <th align="right" nowrap>[% 'Project' | $T8 %]</th>
32 <td><input name="filter.cp_project" size="35"></td>
35 [% CUSTOM_VARIABLES_FILTER_CODE %]
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 %]
47 <th align="right" nowrap>[% 'Include in Report' | $T8 %]</th>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
99 <input name="l.cp_email" id="l_cp_email" type="checkbox" class="checkbox" value="Y" checked>
100 <label for="l_cp_email">[% 'E-mail' | $T8 %]</label>
106 <input name="l.cp_birthday" id="l_cp_birthday" type="checkbox" class="checkbox" value="Y">
107 <label for="l_cp_birthday">[% 'Birthday' | $T8 %]</label>
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>
114 <input name="l.cp_gender" id="l_cp_gender" type="checkbox" class="checkbox" value="Y">
115 <label for="l_cp_gender">[% 'Gender' | $T8 %]</label>
119 [% CUSTOM_VARIABLES_INCLUSION_CODE %]
126 <input type="hidden" name="nextsub" value="list_contacts">
128 <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">