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

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

Issue 10834144: Extensions Docs Server: Split apps from extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reworked 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698