<?xml version="1.0" encoding="UTF-8"?>
<Module>
	<ModulePrefs title="Search This Blog" author="Mark A. Greenwood" description="Provides a Postvorta search box for this blog">
		<Require feature="opensocial-0.7"/>
		<Require feature="google.blog"/>
		<Require feature="dynamic-height"/>
		<Optional feature="skins" />
	</ModulePrefs>

	<Content type="html">
	<![CDATA[
		<html>
		<head>
			<style type="text/css">
				a:visited {
					color: inherit !important;
				}
			</style>
		</head>		
		<body style="background-color: transparent;">	
			<form id="postvorta-form" action="" method="get" target="_top">
				<input style="margin-right: -1.25em; width: 100%; padding-right: 1.5em;" type="text" name="q" /><input type="image" src="http://www.postvorta.co.uk/gadgets/search.png" style="height: 1em; vertical-align: middle;"/>
				<input type="hidden" name="t" value="true"/><input type="hidden" name="b" value="true"/>				
				<span id="poweredBy" style="font-size: 11px;">powered by <span id="link" style="font-family: Impact, sans-serif;"><a href="http://www.postvorta.co.uk" target="_top">Postvorta</a></span></span>
			</form>

			<script type="text/javascript">
				function init() {
					document.getElementById('poweredBy').style.color = gadgets.skins.getProperty('CONTENT_TEXT_COLOR');
					document.getElementById('link').style.color = gadgets.skins.getProperty('CONTENT_LINK_COLOR');
					var form = document.getElementById('postvorta-form');
					form.action="http://www.postvorta.co.uk/search/"+blog.currentBlogId+"/";
					gadgets.window.adjustHeight();
				}

				var blog = new google.Blog(init, window.name);
			</script>
		</body>
		</html>
	]]>
	</Content>
</Module>

