repair ML search knob
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
This commit is contained in:
parent
8145105ee3
commit
0bf480856e
@ -21,16 +21,20 @@ list with frequently asked questions...
|
|||||||
<p>
|
<p>
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
<form method="GET" action="http://www.google.com/custom">
|
<div id="cse" style="width: 100%;">Loading</div>
|
||||||
<input type="hidden" name="domains" value="lists.busybox.net">
|
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
|
||||||
<input type="hidden" name="sitesearch" value="lists.busybox.net">
|
<script type="text/javascript">
|
||||||
<input type="text" name="q" size="31" maxlength="255" value="">
|
google.load('search', '1', {language : 'en'});
|
||||||
<br>
|
google.setOnLoadCallback(function() {
|
||||||
<input type="submit" name="sa" value="search the mailing list archives">
|
var customSearchControl = new google.search.CustomSearchControl(
|
||||||
<br>
|
'009810735161915413714:3rfmqierl8s');
|
||||||
<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>
|
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
|
||||||
<br>
|
var customSearchOptions = new google.search.DrawOptions();
|
||||||
</form>
|
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>
|
</center>
|
||||||
|
|
||||||
<!--#include file="footer.html" -->
|
<!--#include file="footer.html" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user