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

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

Issue 836833002: Docs: Remove Send Feedback button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 11 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
« no previous file with comments | « chrome/common/extensions/docs/templates/private/cc.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {{- This is the template for every page on the site. 1 {{- This is the template for every page on the site.
2 - |platform| The platform. 2 - |platform| The platform.
3 - |platformTitle| The title of the platform ("Extensions" or "Apps"). 3 - |platformTitle| The title of the platform ("Extensions" or "Apps").
4 - |content| The main content of the page. 4 - |content| The main content of the page.
5 -}} 5 -}}
6 <!DOCTYPE html> 6 <!DOCTYPE html>
7 <html> 7 <html>
8 <head> 8 <head>
9 <meta charset="utf-8" /> 9 <meta charset="utf-8" />
10 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 10 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 <main id="gc-pagecontent" role="main"> 53 <main id="gc-pagecontent" role="main">
54 54
55 {{- This is unindented because it may contain whitespace-sensitive tags. -}} 55 {{- This is unindented because it may contain whitespace-sensitive tags. -}}
56 {{+content /}} 56 {{+content /}}
57 </main> 57 </main>
58 58
59 <footer id="gc-footer" role="contentinfo" class="span-full"> 59 <footer id="gc-footer" role="contentinfo" class="span-full">
60 <div class="g-section g-tpl-50-50"> 60 <div class="g-section g-tpl-50-50">
61 <div class="g-unit g-first"> 61 <div class="g-unit g-first">
62 <nav class="links"> 62 <nav class="links">
63 <a href="https://www.google.com/">Google</a><a href="https://develop ers.google.com/site-terms">Terms of Service</a><a href="http://www.google.com/in tl/en/privacy/">Privacy Policy</a><a href="" data-feedback>Report a bug</a> 63 <a href="https://www.google.com/">Google</a><a href="https://develop ers.google.com/site-terms">Terms of Service</a><a href="http://www.google.com/in tl/en/privacy/">Privacy Policy</a><a href="http://crbug.com/new" data-feedback>R eport a content bug</a>
64 </nav> 64 </nav>
65 </div> 65 </div>
66 <div class="g-unit g-last"> 66 <div class="g-unit g-last">
67 <div id="social-buttons"> 67 <div id="social-buttons">
68 <div data-size="small" data-href="http://www.google.com/chrome" data -annotation="bubble" class="g-plusone"></div> 68 <div data-size="small" data-href="http://www.google.com/chrome" data -annotation="bubble" class="g-plusone"></div>
69 <a rel="publisher" target="_blank" href="https://plus.google.com/+Go ogleChromeDevelopers?prsrc=3" data-g-label="plus" data-g-event="nav-subfooter">A dd us on <span class="element-invisible">Google+</span><img src="//ssl.gstatic.c om/images/icons/gplus-16.png" data-g-label="plus" data-g-event="nav-subfooter" a lt=""></a> 69 <a rel="publisher" target="_blank" href="https://plus.google.com/+Go ogleChromeDevelopers?prsrc=3" data-g-label="plus" data-g-event="nav-subfooter">A dd us on <span class="element-invisible">Google+</span><img src="//ssl.gstatic.c om/images/icons/gplus-16.png" data-g-label="plus" data-g-event="nav-subfooter" a lt=""></a>
70 </div> 70 </div>
71 </div> 71 </div>
72 </div> 72 </div>
73 </footer> 73 </footer>
74 74
75 </div> 75 </div>
76 76
77 <script src="{{static}}/js/fatnav.js"></script> 77 <script src="{{static}}/js/fatnav.js"></script>
78 <script src="{{static}}/js/article.js"></script> 78 <script src="{{static}}/js/article.js"></script>
79 <script src="{{static}}/js/prettify.js"></script> 79 <script src="{{static}}/js/prettify.js"></script>
80 <script src="{{static}}/js/search.js"></script> 80 <script src="{{static}}/js/search.js"></script>
81 <script src="//www.gstatic.com/feedback/api.js"></script> 81 <script src="//www.gstatic.com/feedback/api.js"></script>
82 <script src="{{static}}/js/site.js"></script> 82 <script src="{{static}}/js/site.js"></script>
83 </body> 83 </body>
84 </html> 84 </html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/templates/private/cc.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698