OLD | NEW |
| (Empty) |
1 <div id="gc-topnav"> | |
2 <table><tr> | |
3 <td id="chrome-logo"> | |
4 <a href="{{base_path}}{{platform}}s/" title="Google Chrome {{title}}"> | |
5 <img src="{{static}}/images/chrome-logo.png" alt=""> chrome | |
6 </a> | |
7 <div id="platform-chooser"> | |
8 <button id="platform-chooser-toggle" data-menu="platform-chooser-popup"> | |
9 {{platform}}s ▾  | |
10 </button> | |
11 <div id="platform-chooser-popup"> | |
12 <button class="apps" data-href="/apps/about_apps.html">apps</button> | |
13 <button class="extensions" data-href="/extensions">extensions</button> | |
14 </div> | |
15 </div> | |
16 </td> | |
17 <td> | |
18 <ul> | |
19 <li> | |
20 <a href="{{base_path}}{{platform}}s/samples.html" | |
21 title="Sample {{title}} (with source code)">Samples</a> | |
22 </li> | |
23 <li> | |
24 <a href="http://groups.google.com/a/chromium.org/group/chromium-{{platfo
rm}}s" | |
25 title="Google Chrome {{title}} developer forum" | |
26 target="_blank">Group</a> | |
27 </li> | |
28 <li> | |
29 <a href="http://stackoverflow.com/tags/google-chrome-{{platform}}/info" | |
30 title="[google-chrome-{{platform}}] tag on Stack Overflow" | |
31 target="_blank">Stack overflow</a> | |
32 </li> | |
33 </ul> | |
34 </td> | |
35 </tr></table> | |
36 </div> | |
37 <div id="gc-topnav-space"></div> | |
OLD | NEW |