OLD | NEW |
1 {{?branchInfo.showWarning}} | 1 {{?branchInfo.showWarning}} |
2 <div id="branchWarning" class="displayModeWarning"> | 2 <div id="branchWarning" class="displayModeWarning"> |
3 <span>WARNING: this is the {{branchInfo.current}} documentation. It may not wo
rk with the stable release of Chrome.</span> | 3 <span>WARNING: this is the {{branchInfo.current}} documentation. It may not wo
rk with the stable release of Chrome.</span> |
4 <select id="branchChooser"> | 4 <select id="branchChooser"> |
5 <option value="">Choose a different version...</option> | 5 <option value="">Choose a different version...</option> |
6 {{#branchInfo.channels}} | 6 {{#branchInfo.channels}} |
7 <option value="{{path}}">{{name}}</option> | 7 <option value="{{path}}">{{name}}</option> |
8 {{/}} | 8 {{/}} |
9 </select> | 9 </select> |
10 </div> | 10 </div> |
11 {{/}} | 11 {{/}} |
12 <a id="top"></a> | 12 <a id="top"></a> |
13 <div id="header"> | 13 <div id="header"> |
14 <div id="logo"> | 14 <div id="logo"> |
15 <a href="http://code.google.com/"><img src="{{static}}/images/chrome_logo.gi
f" alt="Google Code Labs" style="border:0; margin:0;"></a> | 15 <a href="http://code.google.com/"><img src="{{static}}/images/chrome_logo.gi
f" alt="Google Code Labs" style="border:0; margin:0;"></a> |
16 </div> | 16 </div> |
17 <div id="cse"></div> | 17 <div id="cse"></div> |
18 <span class="greytext">e.g. "page action" or "tabs"</span> | 18 <span id="cseSampleText" hidden>e.g. "page action" or "tabs"</span> |
19 </div> | 19 </div> |
20 <a id="gc-topnav-anchor"></a> | 20 <a id="gc-topnav-anchor"></a> |
21 <div id="gc-topnav"> | 21 <div id="gc-topnav"> |
22 <h1>Google Chrome {{title}}</h1> | 22 <h1>Google Chrome {{title}}</h1> |
23 <ul id="home" class="gc-topnav-tabs"> | 23 <ul id="home" class="gc-topnav-tabs"> |
24 <li id="home_link"> | 24 <li id="home_link"> |
25 <a href="index.html" title="Google Chrome {{title}} home page"><div>Home</
div></a> | 25 <a href="index.html" title="Google Chrome {{title}} home page"><div>Home</
div></a> |
26 </li> | 26 </li> |
27 <li id="docs_link"> | 27 <li id="docs_link"> |
28 <a href="docs.html" title="Official Google Chrome {{title}} documentation"
><div>Docs</div></a> | 28 <a href="docs.html" title="Official Google Chrome {{title}} documentation"
><div>Docs</div></a> |
29 </li> | 29 </li> |
30 <li id="faq_link"> | 30 <li id="faq_link"> |
31 <a href="faq.html" title="Answers to frequently asked questions about Goog
le Chrome {{title}}"><div>FAQ</div></a> | 31 <a href="faq.html" title="Answers to frequently asked questions about Goog
le Chrome {{title}}"><div>FAQ</div></a> |
32 </li> | 32 </li> |
33 <li id="samples_link"> | 33 <li id="samples_link"> |
34 <a href="samples.html" title="Sample {{title}} (with source code)"><div>Sa
mples</div></a> | 34 <a href="samples.html" title="Sample {{title}} (with source code)"><div>Sa
mples</div></a> |
35 </li> | 35 </li> |
36 <li id="group_link"> | 36 <li id="group_link"> |
37 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions
" title="Google Chrome {{title}} developer forum"><div>Group</div></a> | 37 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions
" title="Google Chrome {{title}} developer forum"><div>Group</div></a> |
38 </li> | 38 </li> |
39 <li id="so_link"> | 39 <li id="so_link"> |
40 <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension
" title="[google-chrome-extension] tag on Stack Overflow"><div>Questions?</div><
/a> | 40 <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension
" title="[google-chrome-extension] tag on Stack Overflow"><div>Questions?</div><
/a> |
41 </li> | 41 </li> |
42 </ul> | 42 </ul> |
43 </div> | 43 </div> |
OLD | NEW |