Wiki source code of GoogleSearchEngine

Last modified by Ludovic Dubost on 2009/09/21 12:19

Show last authors
1 = Google XWiki.org search
2
3 {{html clean=false}}
4 <!-- Google Custom Search Element -->
5 <div id="cse" style="width:100%;">Loading</div>
6 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
7 <script type="text/javascript">
8 google.load('search', '1');
9 google.setOnLoadCallback(function(){
10 new google.search.CustomSearchControl('000075340031457099297:_xkq4wmgara').draw('cse');
11 }, true);
12 </script>
13 {{/html}}