Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: options.html

Issue 29335794: Proof-of-concept: Link version to corresponding announcement (Closed)
Patch Set: Send request on demand, always link for release builds, falling back to releases overview Created Feb. 5, 2016, 2:09 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « messageResponder.js ('k') | options.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 - This file is part of Adblock Plus <https://adblockplus.org/>, 3 - This file is part of Adblock Plus <https://adblockplus.org/>,
4 - Copyright (C) 2006-2016 Eyeo GmbH 4 - Copyright (C) 2006-2016 Eyeo GmbH
5 - 5 -
6 - Adblock Plus is free software: you can redistribute it and/or modify 6 - Adblock Plus is free software: you can redistribute it and/or modify
7 - it under the terms of the GNU General Public License version 3 as 7 - it under the terms of the GNU General Public License version 3 as
8 - published by the Free Software Foundation. 8 - published by the Free Software Foundation.
9 - 9 -
10 - Adblock Plus is distributed in the hope that it will be useful, 10 - Adblock Plus is distributed in the hope that it will be useful,
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 <li id="tab-advanced" data-action="switch-tab" data-tab="advanced-al lFilterLists"> 46 <li id="tab-advanced" data-action="switch-tab" data-tab="advanced-al lFilterLists">
47 <a class="i18n_options_tab_advanced"></a> 47 <a class="i18n_options_tab_advanced"></a>
48 <span class="icon"></span> 48 <span class="icon"></span>
49 </li> 49 </li>
50 <li id="tab-help" data-action="switch-tab" data-tab="help"> 50 <li id="tab-help" data-action="switch-tab" data-tab="help">
51 <a class="i18n_options_tab_help"></a> 51 <a class="i18n_options_tab_help"></a>
52 <span class="icon"></span> 52 <span class="icon"></span>
53 </li> 53 </li>
54 </ul> 54 </ul>
55 </nav> 55 </nav>
56 <a id="link-version"> 56 <a id="version">
57 <span class="i18n_options_version"></span> 57 <span class="i18n_options_version"></span>
58 <span id="abp-version"></span> 58 <span id="abp-version"></span>
59 </a> 59 </a>
60 <footer> 60 <footer>
61 <ul class="tabs vertical bottom"> 61 <ul class="tabs vertical bottom">
62 <li id="tab-share"> 62 <li id="tab-share">
63 <a class="i18n_options_tab_share"></a> 63 <a class="i18n_options_tab_share"></a>
64 <span class="icon"></span> 64 <span class="icon"></span>
65 </li> 65 </li>
66 <li id="tab-contribute"> 66 <li id="tab-contribute">
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 <div class="url"></div> 397 <div class="url"></div>
398 <button class="i18n_options_dialog_predefined_confirm default-focus" data-action="add-predefined-subscription"></button> 398 <button class="i18n_options_dialog_predefined_confirm default-focus" data-action="add-predefined-subscription"></button>
399 </div> 399 </div>
400 </div> 400 </div>
401 </div> 401 </div>
402 <!-- Placeholder element to determine when to wrap focus around --> 402 <!-- Placeholder element to determine when to wrap focus around -->
403 <span class="focus-last" tabindex="0"></span> 403 <span class="focus-last" tabindex="0"></span>
404 </div> 404 </div>
405 </body> 405 </body>
406 </html> 406 </html>
OLDNEW
« no previous file with comments | « messageResponder.js ('k') | options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld