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

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

Issue 14273041: Doc server manifest page generation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix imports 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
OLDNEW
1 <div id="gc-topnav"> 1 <div id="gc-topnav">
2 <table><tr> 2 <table><tr>
3 <td id="chrome-logo"> 3 <td id="chrome-logo">
4 <a href="/{{platform}}s/" title="Google Chrome {{title}}"> 4 <a href="/{{platform}}s/" title="Google Chrome {{title}}">
5 <img src="{{static}}/images/chrome-logo.png" alt=""> chrome 5 <img src="{{static}}/images/chrome-logo.png" alt=""> chrome
6 </a> 6 </a>
7 <div id="platform-chooser"> 7 <div id="platform-chooser">
8 <button id="platform-chooser-toggle" data-menu="platform-chooser-popup"> 8 <button id="platform-chooser-toggle" data-menu="platform-chooser-popup">
9 {{platform}}s &#x25be;&#x202F; 9 {{platform}}s &#x25be;&#x202F;
10 </button> 10 </button>
11 <div id="platform-chooser-popup"> 11 <div id="platform-chooser-popup">
12 <button class="apps" data-href="/apps/about_apps.html">apps</button> 12 <button class="apps" data-href="/apps/about_apps.html">apps</button>
13 <button class="extensions" data-href="/extensions">extensions</button> 13 <button class="extensions" data-href="/extensions">extensions</button>
14 </div> 14 </div>
15 </div> 15 </div>
16 </td> 16 </td>
17 <td> 17 <td>
18 <ul> 18 <ul>
19 <li> 19 <li>
20 <a href="samples.html" 20 <a href="/{{platform}}s/samples.html"
21 title="Sample {{title}} (with source code)">Samples</a> 21 title="Sample {{title}} (with source code)">Samples</a>
22 </li> 22 </li>
23 <li> 23 <li>
24 <a href="http://groups.google.com/a/chromium.org/group/chromium-{{platfo rm}}s" 24 <a href="http://groups.google.com/a/chromium.org/group/chromium-{{platfo rm}}s"
25 title="Google Chrome {{title}} developer forum" 25 title="Google Chrome {{title}} developer forum"
26 target="_blank">Group</a> 26 target="_blank">Group</a>
27 </li> 27 </li>
28 <li> 28 <li>
29 <a href="http://stackoverflow.com/questions/tagged/google-chrome-{{platf orm}}" 29 <a href="http://stackoverflow.com/questions/tagged/google-chrome-{{platf orm}}"
30 title="[google-chrome-{{platform}}] tag on Stack Overflow" 30 title="[google-chrome-{{platform}}] tag on Stack Overflow"
31 target="_blank">Stack overflow</a> 31 target="_blank">Stack overflow</a>
32 </li> 32 </li>
33 </ul> 33 </ul>
34 </td> 34 </td>
35 </tr></table> 35 </tr></table>
36 </div> 36 </div>
37 <div id="gc-topnav-space"></div> 37 <div id="gc-topnav-space"></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698