| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 google.setOnLoadCallback(function() { | 48 google.setOnLoadCallback(function() { |
| 49 var customSearchOptions = {}; | 49 var customSearchOptions = {}; |
| 50 var customSearchControl = new google.search.CustomSearchControl( | 50 var customSearchControl = new google.search.CustomSearchControl( |
| 51 '007539736102453916271:q8_wzmg0804', customSearchOptions); | 51 '007539736102453916271:q8_wzmg0804', customSearchOptions); |
| 52 customSearchControl.setResultSetSize( | 52 customSearchControl.setResultSetSize( |
| 53 google.search.Search.FILTERED_CSE_RESULTSET); | 53 google.search.Search.FILTERED_CSE_RESULTSET); |
| 54 customSearchControl.draw('cse'); | 54 customSearchControl.draw('cse'); |
| 55 }, true); | 55 }, true); |
| 56 </script> | 56 </script> |
| 57 <script type="text/javascript">google.load("elements", "1", {packages: "tran
sliteration"});</script> | 57 <script type="text/javascript">google.load("elements", "1", {packages: "tran
sliteration"});</script> |
| 58 <script>window.bootstrap = { branchInfo: {{*branchInfo}} };</script> |
| 58 </div> | 59 </div> |
| 59 </div> | 60 </div> |
| OLD | NEW |