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" onchange="redirectToBranch(this.value)"> | 4 <select id="branchChooser"> |
5 <option value="">Choose a different version...</option> | 5 <option value="">Choose a different version...</option> |
6 {{#branchInfo.branches}} | 6 {{#branchInfo.branches}} |
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="skipto"> | 13 <div id="skipto"> |
14 <a href="#gc-pagecontent">Skip to page content</a> | 14 <a href="#gc-pagecontent">Skip to page content</a> |
(...skipping 23 matching lines...) Expand all Loading... |
38 <a href="samples.html" title="Sample extensions (with source code)"><div>S
amples</div></a> | 38 <a href="samples.html" title="Sample extensions (with source code)"><div>S
amples</div></a> |
39 </li> | 39 </li> |
40 <li id="group_link"> | 40 <li id="group_link"> |
41 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions
" title="Google Chrome Extensions developer forum"><div>Group</div></a> | 41 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions
" title="Google Chrome Extensions developer forum"><div>Group</div></a> |
42 </li> | 42 </li> |
43 <li id="so_link"> | 43 <li id="so_link"> |
44 <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension
" title="[google-chrome-extension] tag on Stack Overflow"><div>Questions?</div><
/a> | 44 <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension
" title="[google-chrome-extension] tag on Stack Overflow"><div>Questions?</div><
/a> |
45 </li> | 45 </li> |
46 </ul> | 46 </ul> |
47 </div> | 47 </div> |
OLD | NEW |