OLD | NEW |
1 <div id="gc-footer"> | 1 <div id="gc-footer"> |
2 <div class="text"> | 2 <div class="text"> |
3 <p> | 3 <p> |
4 Except as otherwise <a href="http://code.google.com/policies.html#restrict
ions">noted</a>, | 4 Except as otherwise <a href="http://code.google.com/policies.html#restrict
ions">noted</a>, |
5 the content of this page is licensed under the <a rel="license" href="http
://creativecommons.org/licenses/by/3.0/">Creative Commons | 5 the content of this page is licensed under the <a rel="license" href="http
://creativecommons.org/licenses/by/3.0/">Creative Commons |
6 Attribution 3.0 License</a>, and code samples are licensed under the | 6 Attribution 3.0 License</a>, and code samples are licensed under the |
7 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD
License</a>. | 7 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD
License</a>. |
8 </p> | 8 </p> |
9 <p> | 9 <p> |
10 ©2012 Google | 10 ©2012 Google |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 google.setOnLoadCallback(function() { | 46 google.setOnLoadCallback(function() { |
47 var customSearchOptions = {}; | 47 var customSearchOptions = {}; |
48 var customSearchControl = new google.search.CustomSearchControl( | 48 var customSearchControl = new google.search.CustomSearchControl( |
49 '007539736102453916271:q8_wzmg0804', customSearchOptions); | 49 '007539736102453916271:q8_wzmg0804', customSearchOptions); |
50 customSearchControl.setResultSetSize( | 50 customSearchControl.setResultSetSize( |
51 google.search.Search.FILTERED_CSE_RESULTSET); | 51 google.search.Search.FILTERED_CSE_RESULTSET); |
52 customSearchControl.draw('cse'); | 52 customSearchControl.draw('cse'); |
53 }, true); | 53 }, true); |
54 </script> | 54 </script> |
55 <script type="text/javascript">google.load("elements", "1", {packages: "tran
sliteration"});</script> | 55 <script type="text/javascript">google.load("elements", "1", {packages: "tran
sliteration"});</script> |
56 <script> | |
57 window.bootstrap = { | |
58 api_names: {{*api_list.chrome}}.concat({{*api_list.experimental}}), | |
59 branchInfo: {{*branchInfo}} | |
60 }; | |
61 </script> | |
62 </div> | 56 </div> |
63 </div> | 57 </div> |
OLD | NEW |