initial checkin of module files for proper perl installation
[freeside.git] / htdocs / search / cust_main.html
1 <HTML>
2   <HEAD>
3     <TITLE>Customer Search</TITLE>
4   </HEAD>
5   <BODY BGCOLOR="#ffffff">
6     <FONT COLOR="#ff0000" SIZE=7>
7       Customer Search
8     </FONT>
9     <BR>
10     <FORM ACTION="cust_main.cgi" METHOD="post">
11       <INPUT TYPE="checkbox" NAME="last_on" CHECKED> Search for <B>last name</B>: 
12       <INPUT TYPE="text" NAME="last_text">
13       using search method: <SELECT NAME="last_type">
14         <OPTION SELECTED>Fuzzy
15         <OPTION>Exact
16       </SELECT>
17
18       <P><INPUT TYPE="checkbox" NAME="company_on" CHECKED> Search for <B>company</B>: 
19       <INPUT TYPE="text" NAME="company_text">
20       using search methods: <SELECT NAME="company_type">
21         <OPTION SELECTED>Fuzzy
22         <OPTION>Exact
23       </SELECT>
24
25       <P><INPUT TYPE="submit" VALUE="Search"> Note: Fuzzy searching can take a while.  Please be patient.
26
27     </FORM>
28
29   <HR>Explanation of search methods:
30   <UL>
31     <LI><B>Fuzzy</B> - Searches for matches that are close to your text.
32     <LI><B>Exact</B> - Finds exact matches only, but much faster than the other search methods.
33   </UL>
34   </BODY>
35 </HTML>
36