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