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

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: Codereview and polish Created 7 years, 7 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="." title="Google Chrome {{title}}"> 4 <a href="." title="Google Chrome {{title}}">
5 <img src="{{static}}/images/chrome-logo.png" alt=""> 5 <img src="{{static}}/images/chrome-logo.png" alt="">
6 chrome {{platform}}s 6 chrome {{platform}}s
7 </a> 7 </a>
8 <div id="branch-chooser"> 8 <div id="branch-chooser">
9 <button id="branch-chooser-toggle" 9 <button id="branch-chooser-toggle"
10 class="{{branchInfo.current}}" data-menu="branch-chooser-popup"> 10 class="{{branchInfo.current}}" data-menu="branch-chooser-popup">
11 {{branchInfo.current}} &#x25be;&#x202F; 11 {{branchInfo.current}} &#x25be;&#x202F;
12 </button> 12 </button>
13 <div id="branch-chooser-popup"> 13 <div id="branch-chooser-popup">
14 {{#branchInfo.channels}} 14 {{#branchInfo.channels}}
15 {{^isCurrent}} 15 {{^isCurrent}}
16 <button class="{{name}}">{{name}}</button> 16 <button class="{{name}}">{{name}}</button>
17 {{/isCurrent}} 17 {{/isCurrent}}
18 {{/branchInfo.channels}} 18 {{/branchInfo.channels}}
19 </div> 19 </div>
20 </div> 20 </div>
21 </td> 21 </td>
22 <td> 22 <td>
23 <ul> 23 <ul>
24 <li> 24 <li>
25 <a href="samples.html" 25 <a href="{{?branchInfo.channel}}/{{branchInfo.channel}}{{/}}/{{platform} }/samples.html"
26 title="Sample {{title}} (with source code)">Samples</a> 26 title="Sample {{title}} (with source code)">Samples</a>
27 </li> 27 </li>
28 <li> 28 <li>
29 <a href="http://groups.google.com/a/chromium.org/group/chromium-{{platfo rm}}s" 29 <a href="http://groups.google.com/a/chromium.org/group/chromium-{{platfo rm}}s"
30 title="Google Chrome {{title}} developer forum" 30 title="Google Chrome {{title}} developer forum"
31 target="_blank">Group</a> 31 target="_blank">Group</a>
32 </li> 32 </li>
33 <li> 33 <li>
34 <a href="http://stackoverflow.com/questions/tagged/google-chrome-{{platf orm}}" 34 <a href="http://stackoverflow.com/questions/tagged/google-chrome-{{platf orm}}"
35 title="[google-chrome-{{platform}}] tag on Stack Overflow" 35 title="[google-chrome-{{platform}}] tag on Stack Overflow"
36 target="_blank">Stack overflow</a> 36 target="_blank">Stack overflow</a>
37 </li> 37 </li>
38 </ul> 38 </ul>
39 </td> 39 </td>
40 </tr></table> 40 </tr></table>
41 </div> 41 </div>
42 <div id="gc-topnav-space"></div> 42 <div id="gc-topnav-space"></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698