wordpress-theme-openmamba/distribution/search.en.html

48 lines
1.6 KiB
HTML
Raw Normal View History

<!--#set var="title" value="Search software packages" -->
<!--#set var="description" value="Search openmamba software packages" -->
<!--#set var="keywords" value="openmamba,autodist,autospec,makedist,ftbfs,developers,patch" -->
<!--#include virtual="/header.html" -->
<script type="text/javascript" src="/scripts/webbuild/webbuild.js"></script>
<style type="text/css">
textarea {
font-size: 8pt;
overflow: scroll;
overflow-y: hidden;
overflow-x: scroll;
overflow: -moz-scrollbars-horizontal;
}
input { font-size: 8pt; }
</style>
<table width="100%"><tr><td>
<tr><td valign="middle">
<table align="center"><tr>
<td><img src="/images/packages_gr.png" alt="build automatici"></td>
<td class="toptitle">Search in openmamba (beta)</td>
</tr></table>
</td></tr>
<tr><td>
<div id="noajax_msg"><p>AJAX support is not enabled in your browser. Live update won't be available, press Reload to update the page.</p></div>
<span id="queryform">Loading, please wait...</span>
<br>
<a id="status"></a>
<span id="querystatus"></span>
<br>
<a id="reply"></a>
<span id="queryreply">&nbsp;</span>
<script>
n=window.location.href.replace('://',"").split('/');
if (n[1] == "search") {
distroquery_request("query=" + n[2] + "&searchbox=1");
} else if (n[1] == "distribution") {
distroquery_request(window.location.href.replace(/.*\?/,""));
} else if (n.length == 2) {
distroquery_request("package=" + n[1] + "&searchbox=1");
} else {
distroquery_request("repository=" + n[1] + "&package=" + n[2] + "&searchbox=1");
}
</script>
</td></tr>
</table>
<!--#include virtual="/footer.html" -->