Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
21 lines (21 sloc)
965 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | |
| <HTML> | |
| <head> | |
| <title>Search the Listings</title></head> | |
| <BODY BGCOLOR="#FFFFFF" text="#000000" link="#0000FF"> | |
| <center><TABLE WIDTH="500"> | |
| <TR><TD valign="top"> | |
| <p><center><B><font size="+3" color=#0000A0>Search the Listings</FONT></B></center> | |
| <hr width="75%"><P><font face="Arial" size="+1"><p>Feel free to search all our listings for any set of keywords.</font><p> | |
| <p><BR clear="all"> | |
| <!--start form--><FORM METHOD="POST" ACTION="../cgi-local/espsearch.pl"> | |
| <B>Enter word(s) to search for:</B> | |
| <INPUT TYPE="text" SIZE="30" NAME="keywords" MAXLENGTH="80"><P> | |
| <INPUT TYPE=checkbox NAME="exact_match"> Exact Match Search<p> | |
| <INPUT TYPE=hidden name="esid" value=""> | |
| <CENTER><INPUT TYPE="SUBMIT" VALUE="Start Search"><INPUT TYPE="RESET" VALUE="Clear this form"> | |
| </center></FORM> | |
| <hr width="75%"><CENTER><P>[<A HREF="index.html">Home</A> ]<p> | |
| </P></CENTER></TD> | |
| <TD valign="top"></TD></TR></TABLE></center> | |
| </BODY></HTML> |