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