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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/private/header_body.html

Issue 10828027: Extensions Docs Server: use addEventListener with branch.js (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | Annotate | Revision Log
OLDNEW
1 {{?branchInfo.showWarning}} 1 {{?branchInfo.showWarning}}
2 <script>window.bootstrap = { branchInfo: {{*branchInfo}} };</script>
not at google - send to devlin 2012/07/27 03:30:39 Put in the footer? Loading the select without the
cduvall 2012/07/27 17:51:10 Done.
2 <div id="branchWarning" class="displayModeWarning"> 3 <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> 4 <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)"> 5 <select id="branchChooser">
5 <option value="">Choose a different version...</option> 6 <option value="">Choose a different version...</option>
6 {{#branchInfo.branches}} 7 {{#branchInfo.branches}}
7 <option value="{{path}}">{{name}}</option> 8 <option value="{{path}}">{{name}}</option>
8 {{/}} 9 {{/}}
9 </select> 10 </select>
10 </div> 11 </div>
11 {{/}} 12 {{/}}
12 <a id="top"></a> 13 <a id="top"></a>
13 <div id="skipto"> 14 <div id="skipto">
14 <a href="#gc-pagecontent">Skip to page content</a> 15 <a href="#gc-pagecontent">Skip to page content</a>
(...skipping 23 matching lines...) Expand all
38 <a href="samples.html" title="Sample extensions (with source code)"><div>S amples</div></a> 39 <a href="samples.html" title="Sample extensions (with source code)"><div>S amples</div></a>
39 </li> 40 </li>
40 <li id="group_link"> 41 <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> 42 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions " title="Google Chrome Extensions developer forum"><div>Group</div></a>
42 </li> 43 </li>
43 <li id="so_link"> 44 <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> 45 <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension " title="[google-chrome-extension] tag on Stack Overflow"><div>Questions?</div>< /a>
45 </li> 46 </li>
46 </ul> 47 </ul>
47 </div> 48 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698