4 <form method="post" action="ct.pl" name="Form">
6 <input type="hidden" name="db" value="[% HTML.escape(db) %]">
8 <div class="listtop">[% title %]</div>
12 <th align="right" nowrap>[% IF IS_CUSTOMER %][% 'Customer Number' | $T8 %][% ELSE %][% 'Vendor Number' | $T8 %][% END %]</th>
13 <td><input name="[% IF IS_CUSTOMER %]customer[% ELSE %]vendor[% END %]number" size="35"></td>
17 <th align="right" nowrap>[% IF IS_CUSTOMER %][% 'Customer Name' | $T8 %][%- ELSE %][% 'Vendor Name' | $T8 %][%- END %]</th>
18 <td><input id="name" name="name" size="35" class="initial_focus"></td>
22 <th align="right" nowrap>[% 'Contact' | $T8 %]</th>
23 <td><input name="contact" size="35"></td>
27 <th align="right" nowrap>[% 'E-mail' | $T8 %]</th>
28 <td><input name="email" size="35"></td>
31 <th align="right" nowrap>[% 'Contact person (surname)' | $T8 %]</th>
32 <td><input name="cp_name" size="35"></td>
35 <th align="right" nowrap>[% 'Billing/shipping address (street)' | $T8 %]</th>
36 <td><input name="addr_street" size="35"></td>
39 <th align="right" nowrap>[% 'Billing/shipping address (zipcode)' | $T8 %]</th>
40 <td><input name="addr_zipcode" size="35"></td>
43 <th align="right" nowrap>[% 'Billing/shipping address (city)' | $T8 %]</th>
44 <td><input name="addr_city" size="35"></td>
47 <th align="right" nowrap>[% 'Billing/shipping address (country)' | $T8 %]</th>
48 <td><input name="addr_country" size="35"></td>
51 [% IF SHOW_BUSINESS_TYPES %]
53 <th align="right" nowrap>[% IF IS_CUSTOMER %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %]</th>
55 [% L.select_tag('business_id', ALL_BUSINESS_TYPES, title_key = 'description', with_empty = 1) %]
60 [% CUSTOM_VARIABLES_FILTER_CODE %]
65 <input name="status" class="radio" type="radio" value="all" checked> [% 'All' | $T8 %]
66 <input name="status" class="radio" type="radio" value="orphaned"> [% 'Orphaned' | $T8 %]
72 <td><input name="obsolete" class="radio" type="radio" value="all"> [% 'All' | $T8 %]
73 <input name="obsolete" class="radio" type="radio" value="Y"> [% 'Obsolete' | $T8 %]
74 <input name="obsolete" class="radio" type="radio" value="N" checked> [% 'Not obsolete' | $T8 %]
79 <th align="right" nowrap>[% 'Include in Report' | $T8 %]</th>
84 <input name="l_id" id="l_id" type="checkbox" class="checkbox" value="Y">
85 <label for="l_id">[% 'ID' | $T8 %]</label>
88 <input name="l_[% db %]number" id="l_[% db %]number" type="checkbox" class="checkbox" value="Y" checked>
89 <label for="l_[% db %]number">[% IF IS_CUSTOMER %][% 'Customer Number' | $T8 %][% ELSE %][% 'Vendor Number' | $T8 %][% END %]</label>
92 <input name="l_name" id="l_name" type="checkbox" class="checkbox" value="Y" checked>
93 <label for="l_name">[% IF IS_CUSTOMER %][% 'Customer Name' | $T8 %][%- ELSE %][% 'Vendor Name' | $T8 %][%- END %]</label>
96 <input name="l_street" id="l_street" type="checkbox" class="checkbox" value="Y" checked>
97 <label for="l_street">[% 'Street' | $T8 %]</label>
103 <input name="l_contact" id="l_contact" type="checkbox" class="checkbox" value="Y" checked>
104 <label for="l_contact">[% 'Contact' | $T8 %]</label>
107 <input name="l_phone" id="l_phone" type="checkbox" class="checkbox" value="Y" checked>
108 <label for="l_phone">[% 'Phone' | $T8 %]</label>
111 <input name="l_fax" id="l_fax" type="checkbox" class="checkbox" value="Y">
112 <label for="l_fax">[% 'Fax' | $T8 %]</label>
115 <input name="l_zipcode" id="l_zipcode" type="checkbox" class="checkbox" value="Y" checked>
116 <label for="l_zipcode">[% 'Zipcode' | $T8 %]</label>
122 <input name="l_taxnumber" id="l_taxnumber" type="checkbox" class="checkbox" value="Y">
123 <label for="l_taxnumber">[% 'Tax Number' | $T8 %]</label>
126 <input name="l_email" id="l_email" type="checkbox" class="checkbox" value="Y" checked>
127 <label for="l_email">[% 'E-mail' | $T8 %]</label>
130 <input name="l_business" id="l_business" type="checkbox" class="checkbox" value="Y">
131 <label for="l_business">[% IF IS_CUSTOMER %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %]</label>
134 <input name="l_city" id="l_city" type="checkbox" class="checkbox" value="Y" checked>
135 <label for="l_city">[% 'City' | $T8 %]</label>
141 <input name="l_invnumber" id="l_invnumber" type="checkbox" class="checkbox" value="Y">
142 <label for="l_invnumber">[% 'Invoices' | $T8 %]</label>
145 <input name="l_ordnumber" id="l_ordnumber" type="checkbox" class="checkbox" value="Y">
146 <label for="l_ordnumber">[% IF IS_CUSTOMER %][% 'Sales Orders' | $T8 %][% ELSE %][% 'Purchase Orders' | $T8 %][% END %]</label>
149 <input name="l_quonumber" id="l_quonumber" type="checkbox" class="checkbox" value="Y">
150 <label for="l_quonumber">[% IF IS_CUSTOMER %][% 'Quotations' | $T8 %][% ELSE %][% 'RFQs' | $T8 %][% END %]</label>
153 <input name="l_country" id="l_country" type="checkbox" class="checkbox" value="Y" checked>
154 <label for="l_country">[% 'Country' | $T8 %]</label>
159 <input name="l_discount" id="l_discount" type="checkbox" class="checkbox" value="Y">
160 <label for="l_discount">[% 'Discount' | $T8 %]</label>
164 <input name="l_salesman" id="l_salesman" type="checkbox" class="checkbox" value="Y">
165 <label for="l_salesman">[% 'Salesman' | $T8 %]</label>
170 [% CUSTOM_VARIABLES_INCLUSION_CODE %]
177 <input type="hidden" name="nextsub" value="list_names">
179 <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">