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.
34 lines (30 sloc)
1.67 KB
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
| <html> | |
| <head> | |
| <title>Infomine Search From cyberQUEST Search Engine</title> | |
| </head> | |
| <body link="#FF0000" vlink="#FF00FF" alink="#0000FF" topmargin="0" bgcolor="#0015E0" | |
| text="#FFFFFF"> | |
| <form action="http://lib-www.ucr.edu/htbin/dbase_msql" method="GET"> | |
| <input type="hidden" name="version" value="2.0"><input type="hidden" name="command" | |
| value="query"><a href="http://lib-www.ucr.edu/"><b><p>InfoMine</b></a> <b>D G</b> | |
| <a href="mailto:smitch@ucrac1.ucr.edu"><b>Add URL</b></a> | |
| <b>Search Fields <input type="checkbox" | |
| name="kw" value="true" checked> Keywords <input type="checkbox" name="su" value="true" | |
| checked> Subjects <input type="checkbox" name="ti" value="true" checked> Title</b> </p> | |
| <p><input type="reset" value="Reset"> <input type="submit" value="Search"> <select | |
| name="database" size="1"> | |
| <option value="bioag">Biological, Agricult., & Medical </option> | |
| <option value="govpub">Government Information </option> | |
| <option value="instruction">Instructional Resources </option> | |
| <option value="enable">Internet Enabling Tools </option> | |
| <option value="maps">Maps and GIS Resources </option> | |
| <option value="physci">Science, Engineer'g, Comp, Math </option> | |
| <option value="liberal">Social Sciences & Humanities </option> | |
| <option value="arts">Visual & Performing Arts </option> | |
| </select> <b>Show</b> <input type="checkbox" name="show_url" value="true"><b>URL</b> <input | |
| type="checkbox" name="show_ref" value="false"> <b>Related Links</b> <input name="keywords" | |
| size="75" value> </p> | |
| </form> | |
| <p align="center"> </p> | |
| </body> | |
| </html> |