<?xml version="1.0" encoding="UTF-8" ?>
<Module>
    <ModulePrefs
		title="PDF Search Box"
		title_url="http://openpdf.info"
		author="OpenPDF.info"
		author_email="pinglimo+pdfsearch@gmail.com"
		description="Let your visitors search PDF files by placing search boxes on your blog."
		screenshot="http://openpdf.info/gadget/screenshot.png"
		thumbnail="http://openpdf.info/gadget/thumbnail.png">
    </ModulePrefs>
    <Content type="html">
        <![CDATA[
<html>
<head>
<title>PDF Search Box Sidebar Gadget</title>
</head>
<body>
<div style="width:180px;border:1px solid #000;padding:5px">
<img src="http://openpdf.info/gadget/logo.png" />
<div style="padding:10px;background:#000">
<form action="http://openpdf.info/ebook" method="post" name="searchform" target="_blank" style="margin:0">
<input type="text" style="padding:2px;width:140px;height:18px;border:0" name="r" onfocus="if(this.value == 'Search PDF...') {this.value = ''}" value="Search PDF..." onblur="if (this.value == '') {this.value = 'Search PDF...'}" />
<a href="javascript:document.searchform.submit();"><img src="http://openpdf.info/gadget/go.png" style="border:0;position:relative;top:3px" /></a>
</form>
</div>
</div>
</body>
</html>
                ]]>
    </Content>
</Module>

