<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="RIcerca Pacchetti DEB" height="300" width="300" author="balloto" author_email="balloto@gmail.com" author_location="Brescia, Italy" screenshot="" title_url="http://tuxpress.blogspot.com">
</ModulePrefs>
<Content type="html"><![CDATA[
<script language="javascript" type="text/javascript">
function cerca()
{
var elemento = document.getElementById("pacchetto");
var pacdeb = elemento.value;
parent.location.href = "http://packages.debian.org/cgi-bin/search_contents.pl?word=" + pacdeb + "&searchmode=searchfiles&case=insensitive&version=stable&arch=i386";
}
</script>
<input type="text" id="pacchetto" /> <input type="button" value="Cerca" onclick="javascript:cerca();" />
]]>
</Content>
</Module>

