summaryrefslogtreecommitdiff
path: root/httemplate/search/elements/options_cust_location.html
blob: 28ad34a7e5f899d0f194e7a4607617994b37723c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58

    <TR>
      <TH ALIGN="right" VALIGN="center"><% mt('Address') |h %></TH>
      <TD><INPUT TYPE="text" NAME="address" SIZE=54></TD>
    </TR>

    <TR>
      <TH ALIGN="right" VALIGN="center"><% mt('City') |h %></TH>
      <TD>
        <& /elements/city.html,
             disable_empty => 0,
             empty_label   => '(all)',
             disable_text  => 1,
        &>
      </TD>
    </TR>

    <TR>
      <TH ALIGN="right" VALIGN="center"><% mt('County') |h %></TH>
      <TD>
        <& /elements/select-county.html,
             disable_empty => 0,
             empty_label   => '(all)',
        &>
      </TD>
    </TR>
    
    <TR>
      <TH ALIGN="right" VALIGN="center"><% mt('State') |h %></TH>
      <TD>
        <& /elements/select-state.html,
             disable_empty => 0,
             empty_label   => '(all)',
        &>
      </TD>
    </TR>
    
    <TR>
      <TH ALIGN="right" VALIGN="center"><% mt('Zip') |h %></TH>
      <TD><INPUT TYPE="text" NAME="zip" SIZE=12></TD>
    </TR>

    <TR>
      <TH ALIGN="right" VALIGN="center"><% mt('Country') |h %></TH>
      <TD>
        <& /elements/select-country.html,
             disable_empty       => 0,
             state_disable_empty => 0,
             state_empty_label   => '(all)',
        &>
      </TD>
    </TR>

    <TR>
      <TH ALIGN="right" VALIGN="center"><% mt('Search historical addresses') %></TH>
      <TD><INPUT TYPE="checkbox" NAME="location_history" VALUE="1"></TD>