How-To's
From MCLS Wiki
The purpose of this section is to provide Michigan Evergreen Libraries with helpful, library-created "How-To's".
Contents |
Spine Label Printing (sheets)
Branch District Library's Spine Label Printing
Overdue Notice Generation
Branch District Library's Overdue Notice Generation
Generating Lists of New Items in Your Catalog
Branch District Library's New Items list Howto
Add a quick Evergreen keyword search box to your library's web site
Copy the following code into your web page code, replacing YOUR-CODE with your MI Evergreen subdomain (i.e., grpl, tadl, bdl, etc.):
<form action="http://YOUR-CODE.michiganevergreen.org/opac/en-US/skin/default/xml/rresult.xml" method="get">
<div>
Quick Catalog Search:<br />
<input type="text" alt="Input Box for Catalog Search" maxlength="250" size="20" id="t" name="t" value="" />
<input type="hidden" id="rt" name="rt" value="keyword" />
<input type="hidden" id="tp" name="tp" value="keyword" />
<input type="hidden" id="l" name="l" value="2" />
<input type="hidden" id="d" name="d" value="" />
<input type="hidden" id="f" name="f" value="" />
<input type="submit" value="Search" class="form-submit" />
</div>
</form>
