Hi All,
Pasted below is the code for III for the
catalogsearch.html
It's also posted in the files section as "catalogsearch-for-iii.html"
Bryan
===============================================================================
<!-- This is the /assets/fixed_pluslets/catalogsearch.html for
Innovative Interfaces WebPAC Pro -->
<!-- Obviously, you should change the filename back to
catalogsearch.html -->
<!-- Modified for version 0.9.1.1 by Bryan Carson on 2009-10-15 -->
<form action="
http://yourlibrary.innovativeopac.edu/search/"
method="get" target="_blank" name="querybox" id="querybox"
class="mainform" onsubmit="this.action = this.action +
this.search_type.value;
this.search_type.value= ''">
<br />
<strong>Search for</strong>
<input type="text" maxlength="800" size="25" name="search"
class="search_smaller" />
<strong>in </strong>
<select name="search_type" class="search_smaller">
<option value="Y">Keyword</option>
<option value="t">Title</option>
<option value="a">Author</option>
<option value="d">Subject</option>
<option value="j">Genre</option>
<option value="c">LC Call Number</option>
<option value="h">Local Call Number</option>
<option value="g">Gov Docs Number</option>
<option value="i">ISBN/ISSN</option>
</select>
<input type="hidden" name="searchscope" value="2" />
<input type="hidden" name="searcharg" />
<input type="hidden" name="submit" value="Submit" />
<input value="Search MIDCAT" name="submit" type="submit"
class="search_smaller" />
<input type="hidden" name="SORT" value="D" />
</form>