Commit | Line | Data |
---|---|---|
16b35757 RJ |
1 | |
2 | ||
97594e45 | 3 | <!DOCTYPE html> |
4 | ||
16b35757 | 5 | <div style="float: right; width: 350px; position: relative; top: -30px"> |
97594e45 | 6 | <link rel="stylesheet" href="http://www.google.com/cse/style/look/minimalist.css" |
7 | type="text/css" /> | |
8 | ||
9 | ||
10 | <!-- | |
16b35757 RJ |
11 | <div id="cse" style="width: 100%;">Loading</div> |
12 | <script src="http://www.google.com/jsapi" type="text/javascript"></script> | |
13 | <script type="text/javascript"> | |
14 | google.load('search', '1', {language : 'en', style : google.loader.themes.MINIMALIST}); | |
15 | google.setOnLoadCallback(function() { | |
16 | var customSearchControl = new google.search.CustomSearchControl('004118323935733566362:einy5gdhg28'); | |
17 | customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET); | |
18 | customSearchControl.draw('cse'); | |
19 | }, true); | |
97594e45 | 20 | </script> --> |
21 | ||
22 | <script type='text/javascript'> | |
23 | (function() { | |
24 | var cx = '004118323935733566362:if0wheyrmqu'; | |
25 | var gcse = document.createElement('script'); | |
26 | gcse.type = 'text/javascript'; | |
27 | gcse.async = true; | |
28 | gcse.src = 'https://cse.google.com/cse.js?cx=' + cx; | |
29 | var s = document.getElementsByTagName('script')[0]; | |
30 | s.parentNode.insertBefore(gcse, s); | |
31 | })(); | |
32 | </script> | |
33 | ||
34 | <div class="gcse:search" ></div> | |
35 | ||
16b35757 | 36 | </div> |
16b35757 RJ |
37 | |
38 | ||
97594e45 | 39 | |
40 |