<?xml version="1.0" encoding="UTF-8"?>
<Module>
	<ModulePrefs title="University of Sydney Library Catalogue" title_url="http://www.library.usyd.edu.au/" description="Search the University of Sydney Library catalogue by author, keywords, title, or journal." author="Jeremy Cullis, based on gadget by Matthias Liffers" author_email="j.cullis@library.usyd.edu.au" author_affiliation="The University of Sydney" author_location="Sydney, New south Wales" screenshot="http://www.library.usyd.edu.au/subjects/dentistry/uslgadgetscreenshot.png" thumbnail="http://www.library.usyd.edu.au/subjects/dentistry/uslgadgetscreenshotthumb.jpg">
		<Require feature="dynamic-height" />
                <Require feature="setprefs" />
		<Require feature="tabs" />
	</ModulePrefs>
	<UserPref name="selectedTab" datatype="hidden"/>
	<Content type="html">
		<![CDATA[
			<style type="text/css">
				@import url(http://www.google.com/ig/tablib.css);
				div.searchbox { background: url()#fff;
  
  
  

  
background-repeat: no-repeat;
border-right: 1px solid black;
border-bottom: 1px solid black;
border-left: 1px solid black;
font-size: 0.75em;
padding: 3px 3px 3px 3px;
text-align: center;
}

			</style>
			<script type="text/javascript">
				function init() { 
					var tabs = new _IG_Tabs(__MODULE_ID__, "Keywords");
					tabs.addTab("Title", "title_id");
					tabs.addTab("Keywords", "keywords_id");
					tabs.addTab("Author", "author_id");
					tabs.addTab("Journal", "journal_id");
				}
				_IG_RegisterOnloadHandler(init);
				_IG_AdjustIFrameHeight();
			</script>
			<div id="title_id" class="searchbox" style="display: none;">
				<form target="_parent" action="http://opac.library.usyd.edu.au/search/t" method="GET" name="search">
					Search the <strong>title</strong> index for <input name="SEARCH" size="30" maxlength="75" id="catsearchfield"><br />
					Restrict my search to <select name="searchscope" size="1" id="catsearchmenu">
					<option value="1" >e-resources</option>
					<option value="2">e-journals</option>
					<option value="3">e-books</option>
					<option value="4" selected="selected">entire collection</option>
					</select><br /><input type="submit" value="Search" id="catsearchbutton" /><br />


					
				</form>
			</div>
			<div id="keywords_id" class="searchbox" style="display: none;">
				<form target="_parent" action="http://opac.library.usyd.edu.au/search/X" method="GET" name="search">
					Search the <strong>keyword</strong> index for <input name="SEARCH" size="30" maxlength="75" id="catsearchfield"><br />
					Restrict my search to <select name="searchscope" size="1" id="catsearchmenu">
					<option value="1" >e-resources</option>
					<option value="2">e-journals</option>
					<option value="3">e-books</option>
					<option value="4" selected="selected">entire collection</option>
					</select><br /><input type="submit" value="Search" id="catsearchbutton">
				</form>
			</div>
			<div id="author_id" class="searchbox" style="display: none;">
				<form target="_parent" action="http://opac.library.usyd.edu.au/search/a" method="GET" name="search">
					Search the <strong>author</strong> index for <input name="SEARCH" size="30" maxlength="75" id="catsearchfield"><br />
					Restrict my search to <select name="searchscope" size="1" id="catsearchmenu">
					<option value="1" >e-resources</option>
					<option value="2">e-journals</option>
					<option value="3">e-books</option>
					<option value="4" selected="selected">entire collection</option>
					</select><br /><input type="submit" value="Search" id="catsearchbutton"><br />

				</form>
			</div>
			<div id="journal_id" class="searchbox" style="display: none;">
				<form target="_parent" action="http://opac.library.usyd.edu.au/search/f" method="GET" name="search">
					Search the <strong>Journal</strong> index for <input name="SEARCH" size="30" maxlength="75" id="catsearchfield"><br />
					Restrict my search to <select name="searchscope" size="1" id="catsearchmenu">
					<option value="1" >e-resources</option>
					<option value="2">e-journals</option>
					<option value="3">e-books</option>
					<option value="4" selected="selected">entire collection</option></select><br /><input type="submit" value="Search" id="catsearchbutton"><br />
				</form>
			</div>
		]]>
	</Content>
</Module>