<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="google-homepage.xsl"?>
<Module>
	<ModulePrefs
	 title="UWhub"
	 directory_title="UWhub"
	 title_url="http://uwhub.ca/"
	 description="Search box for UWhub, a searh engine for content related to the University of Waterloo"
	 author="Michael Fagan"
	 author_email="uwhub.admin+googlehomepage@gmail.com"
	 author_affiliation="UWhub"
	 author_location="Waterloo, Ontario, Canada"
	 render_inline="optional"
	 screenshot="http://uwhub.ca/about/google_homepage.png"
	 >
		<Locale country="ca" />
	</ModulePrefs>
	<Content type="html">
		<![CDATA[ 
			<script type="text/javascript">
				function syncsearch() {
					if (gq) {
						var uwq = document.getElementById('uwq');
						if (gq.value) { uwq.value = gq.value; }
						}
					}
				var gq = document.getElementById('q');
				if (gq && gq.type=='text') { gq.onkeyup = syncsearch; }
				else { gq = false; }
			</script>
			<form action="http://uwhub.ca/" method="get" target="_parent">
				<input type="text" name="q" id="uwq" />
				<!--
				<select name="vertical">
					<option>web</option>
					<option value="images">images</option>
				</select>
				-->
				<input type="submit" value="search" />
			</form>
		]]>
	</Content> 
</Module>