diff options
| author | ivan <ivan> | 2001-08-13 01:09:02 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2001-08-13 01:09:02 +0000 |
| commit | 1d758388ce3b17b8de1ae1d3a8ec39c1026baefc (patch) | |
| tree | 86a620eb947174da33df01fc99e3e0f5ad7242f3 /htdocs/search/cust_main.html | |
| parent | e6cf4af2b9d3ffefebe1a3e358f0674f566b56bc (diff) | |
removing
Diffstat (limited to 'htdocs/search/cust_main.html')
| -rwxr-xr-x | htdocs/search/cust_main.html | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/htdocs/search/cust_main.html b/htdocs/search/cust_main.html deleted file mode 100755 index 3184698b4..000000000 --- a/htdocs/search/cust_main.html +++ /dev/null @@ -1,36 +0,0 @@ -<HTML> - <HEAD> - <TITLE>Customer Search</TITLE> - </HEAD> - <BODY BGCOLOR="#ffffff"> - <FONT COLOR="#ff0000" SIZE=7> - Customer Search - </FONT> - <BR> - <FORM ACTION="cust_main.cgi" METHOD="post"> - <INPUT TYPE="checkbox" NAME="last_on" CHECKED> Search for <B>last name</B>: - <INPUT TYPE="text" NAME="last_text"> - using search method: <SELECT NAME="last_type"> - <OPTION SELECTED>Fuzzy - <OPTION>Exact - </SELECT> - - <P><INPUT TYPE="checkbox" NAME="company_on" CHECKED> Search for <B>company</B>: - <INPUT TYPE="text" NAME="company_text"> - using search methods: <SELECT NAME="company_type"> - <OPTION SELECTED>Fuzzy - <OPTION>Exact - </SELECT> - - <P><INPUT TYPE="submit" VALUE="Search"> Note: Fuzzy searching can take a while. Please be patient. - - </FORM> - - <HR>Explanation of search methods: - <UL> - <LI><B>Fuzzy</B> - Searches for matches that are close to your text. - <LI><B>Exact</B> - Finds exact matches only, but much faster than the other search methods. - </UL> - </BODY> -</HTML> - |
