[git commit] repair ML search knob

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Dec 16 15:58:57 UTC 2011


commit: http://git.uclibc.org/uClibc-website/commit/?id=525a71d4247cedc143fd28b0ea77f6b23ae89c55
branch: http://git.uclibc.org/uClibc-website/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 lists.html |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/lists.html b/lists.html
index fe3104d..466deaf 100644
--- a/lists.html
+++ b/lists.html
@@ -34,16 +34,20 @@ you need may very well be listed there.
 </p>
 
 <center>
-<form method="GET" action="http://www.google.com/custom">
-<input type="hidden" name="domains" value="uclibc.org">
-<input type="hidden" name="sitesearch" value="uclibc.org">
-<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_25gry.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:goa8ot4arow');
+		customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
+		var customSearchOptions = new google.search.DrawOptions();
+		customSearchOptions.enableSearchboxOnly("http://google.com/cse?cx=009810735161915413714:goa8ot4arow");
+		customSearchControl.draw('cse', customSearchOptions);
+	}, true);
+</script>
+<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
 </center>
 
 


More information about the uClibc-cvs mailing list