Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Side by Side Diff: chrome/common/extensions/docs/server2/templates/private/footer.html

Issue 10828027: Extensions Docs Server: use addEventListener with branch.js (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698