Commit | Line | Data |
---|---|---|
16b35757 RJ |
1 | |
2 | ||
3 | <html> | |
4 | <div style="float: right; width: 350px; position: relative; top: -30px"> | |
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', {language : 'en', style : google.loader.themes.MINIMALIST}); | |
9 | google.setOnLoadCallback(function() { | |
10 | var customSearchControl = new google.search.CustomSearchControl('004118323935733566362:einy5gdhg28'); | |
11 | customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET); | |
12 | customSearchControl.draw('cse'); | |
13 | }, true); | |
14 | </script> | |
15 | </div> | |
16 | <link rel="stylesheet" href="http://www.google.com/cse/style/look/minimalist.css" | |
17 | type="text/css" /> | |
18 | ||
19 | ||
20 | </html> |