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

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

Issue 15087006: Docserver: there is only one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: epic rebase Created 7 years, 5 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 <button class="google-button" id="scroll-to-top">↑</button> 2 <button class="google-button" id="scroll-to-top">↑</button>
3 <button class="google-button" id="send-feedback">Send Feedback</button> 3 <button class="google-button" id="send-feedback">Send Feedback</button>
4 <div class="text"> 4 <div class="text">
5 <p> 5 <p>
6 Except as otherwise <a href="http://code.google.com/policies.html#restrict ions">noted</a>, 6 Except as otherwise <a href="http://code.google.com/policies.html#restrict ions">noted</a>,
7 the content of this page is licensed under the <a rel="license" href="http ://creativecommons.org/licenses/by/3.0/">Creative Commons 7 the content of this page is licensed under the <a rel="license" href="http ://creativecommons.org/licenses/by/3.0/">Creative Commons
8 Attribution 3.0 License</a>, and code samples are licensed under the 8 Attribution 3.0 License</a>, and code samples are licensed under the
9 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD License</a>. 9 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD License</a>.
10 </p> 10 </p>
11 <p> 11 <p>
12 ©2013 Google 12 ©2013 Google
13 </p> 13 </p>
14 <script src="{{static}}/js/branch.js" type="text/javascript"></script> 14 <script src="{{static}}/js/platform_chooser.js" type="text/javascript"></scr ipt>
15 <script src="{{static}}/js/popup.js" type="text/javascript"></script> 15 <script src="{{static}}/js/popup.js" type="text/javascript"></script>
16 <script src="{{static}}/js/prettify.js" type="text/javascript"></script> 16 <script src="{{static}}/js/prettify.js" type="text/javascript"></script>
17 <script src="{{static}}/js/scroll.js" type="text/javascript"></script> 17 <script src="{{static}}/js/scroll.js" type="text/javascript"></script>
18 <script src="{{static}}/js/sidebar.js" type="text/javascript"></script> 18 <script src="{{static}}/js/sidebar.js" type="text/javascript"></script>
19 <script src="{{static}}/js/tabs.js" type="text/javascript"></script> 19 <script src="{{static}}/js/tabs.js" type="text/javascript"></script>
20 <script> 20 <script>
21 (function() { 21 (function() {
22 // Auto syntax highlight all pre tags. 22 // Auto syntax highlight all pre tags.
23 var preElements = document.getElementsByTagName('pre'); 23 var preElements = document.getElementsByTagName('pre');
24 for (var i = 0; i < preElements.length; i++) 24 for (var i = 0; i < preElements.length; i++)
(...skipping 23 matching lines...) Expand all
48 <script type="text/javascript" src="//www.gstatic.com/feedback/api.js"></scr ipt> 48 <script type="text/javascript" src="//www.gstatic.com/feedback/api.js"></scr ipt>
49 <script type="text/javascript"> 49 <script type="text/javascript">
50 (function() { 50 (function() {
51 document.getElementById('send-feedback').addEventListener('click', functi on() { 51 document.getElementById('send-feedback').addEventListener('click', functi on() {
52 userfeedback.api.startFeedback({ productId: 86265 }); 52 userfeedback.api.startFeedback({ productId: 86265 });
53 }); 53 });
54 })(); 54 })();
55 </script> 55 </script>
56 </div> 56 </div>
57 </div> 57 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698