Commit 0bf48085 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

repair ML search knob

parent 8145105e
Loading
Loading
Loading
Loading
+14 −10
Original line number Diff line number Diff line
@@ -21,16 +21,20 @@ list with frequently asked questions...
<p>

<center>
<form method="GET" action="http://www.google.com/custom">
<input type="hidden" name="domains" value="lists.busybox.net">
<input type="hidden" name="sitesearch" value="lists.busybox.net">
<input type="text" name="q" size="31" maxlength="255" value="">
<br>
<input type="submit" name="sa" value="search the mailing list archives">
<br>
<a href="http://www.google.com/"><img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" height="32" width="75" align="middle"></a>
<br>
</form>
<div id="cse" style="width: 100%;">Loading</div>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
	google.load('search', '1', {language : 'en'});
	google.setOnLoadCallback(function() {
		var customSearchControl = new google.search.CustomSearchControl(
					      '009810735161915413714:3rfmqierl8s');
		customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
		var customSearchOptions = new google.search.DrawOptions();
		customSearchOptions.enableSearchboxOnly("http://google.com/cse?cx=009810735161915413714:3rfmqierl8s");
		customSearchControl.draw('cse', customSearchOptions);
	}, true);
</script>
<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
</center>

<!--#include file="footer.html" -->