| OLD | NEW |
| 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-2015 Eyeo GmbH | 4 - Copyright (C) 2006-2015 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 <span class="icon"></span> | 64 <span class="icon"></span> |
| 65 </li> | 65 </li> |
| 66 <li id="tab-contribute"> | 66 <li id="tab-contribute"> |
| 67 <a class="i18n_options_tab_contribute"></a> | 67 <a class="i18n_options_tab_contribute"></a> |
| 68 <span class="icon"></span> | 68 <span class="icon"></span> |
| 69 </li> | 69 </li> |
| 70 </ul> | 70 </ul> |
| 71 </footer> | 71 </footer> |
| 72 </div> | 72 </div> |
| 73 </div> | 73 </div> |
| 74 <div id="tab-content"> | 74 <div id="content"> |
| 75 <div id="content-wrapper"> | 75 <div id="content-wrapper"> |
| 76 <div id="dialog-background"></div> | 76 <div id="dialog-background"></div> |
| 77 | 77 |
| 78 <!-- General tab content --> | 78 <!-- General tab content --> |
| 79 <div id="content-general"> | 79 <div id="content-general" class="tab-content"> |
| 80 <div> | 80 <div> |
| 81 <h1 class="i18n_options_blocking_title"></h1> | 81 <h1 class="i18n_options_blocking_title"></h1> |
| 82 <div class="hbox"> | 82 <div class="hbox"> |
| 83 <div id="blocking-languages"> | 83 <div id="blocking-languages"> |
| 84 <div class="option-name"> | 84 <div class="option-name"> |
| 85 <span class="i18n_options_language_title"></span> | 85 <span class="i18n_options_language_title"></span> |
| 86 <div class="tooltip"> | 86 <div class="tooltip"> |
| 87 <span class="i18n_options_readMore"></span> | 87 <span class="i18n_options_readMore"></span> |
| 88 <div role="tooltip"> | 88 <div role="tooltip"> |
| 89 <img src="skin/tooltips/block.png" alt="" /> | 89 <img src="skin/tooltips/block.png" alt="" /> |
| 90 <p class="i18n_options_language_title_tooltip"></p> | 90 <p class="i18n_options_language_title_tooltip"></p> |
| 91 <div class="notes"> | 91 <div class="notes"> |
| 92 <p class="i18n_options_language_title_tooltip_notes_1"><
/p> | 92 <p class="i18n_options_language_title_tooltip_notes_1"><
/p> |
| 93 <p class="i18n_options_language_title_tooltip_notes_2"><
/p> | 93 <p class="i18n_options_language_title_tooltip_notes_2"><
/p> |
| 94 </div> | 94 </div> |
| 95 </div> | 95 </div> |
| 96 </div> | 96 </div> |
| 97 </div> | 97 </div> |
| 98 <ul id="blocking-languages-table" class="table list"> | 98 <ul id="blocking-languages-table" class="table list"> |
| 99 <template> | 99 <template> |
| 100 <input type="checkbox" class="control" /> | 100 <button role="checkbox" class="control"></button> |
| 101 <span class="display"></span> | 101 <span class="display"></span> |
| 102 </template> | 102 </template> |
| 103 </ul> | 103 </ul> |
| 104 <div class="controls"> | 104 <div class="controls"> |
| 105 <button data-action="open-dialog" data-dialog="language"> | 105 <button data-action="open-dialog" data-dialog="language"> |
| 106 <span class="icon icon-add"></span> | 106 <span class="icon icon-add"></span> |
| 107 <span class="i18n_options_language_add"></span> | 107 <span class="i18n_options_language_add"></span> |
| 108 </button> | 108 </button> |
| 109 </div> | 109 </div> |
| 110 </div> | 110 </div> |
| 111 <div id="further-blocking"> | 111 <div id="further-blocking"> |
| 112 <div class="option-name"> | 112 <div class="option-name"> |
| 113 <strong class="i18n_options_furtherBlocking_title"></strong> | 113 <strong class="i18n_options_furtherBlocking_title"></strong> |
| 114 <div class="tooltip"> | 114 <div class="tooltip"> |
| 115 <span class="i18n_options_readMore"></span> | 115 <span class="i18n_options_readMore"></span> |
| 116 <div role="tooltip" class="flip-vertical"> | 116 <div role="tooltip" class="flip-vertical"> |
| 117 <img src="skin/tooltips/more.png" alt="" /> | 117 <img src="skin/tooltips/more.png" alt="" /> |
| 118 <p class="i18n_options_furtherBlocking_title_tooltip"></p> | 118 <p class="i18n_options_furtherBlocking_title_tooltip"></p> |
| 119 </div> | 119 </div> |
| 120 </div> | 120 </div> |
| 121 </div> | 121 </div> |
| 122 <div id="custom-wrapper"> | 122 <div id="custom-wrapper"> |
| 123 <ul id="recommend-list-table" class="table list"> | 123 <ul id="recommend-list-table" class="table list"> |
| 124 <template> | 124 <template> |
| 125 <input type="checkbox" class="control" /> | 125 <button role="checkbox" class="control"></button> |
| 126 <span class="display"></span> | 126 <span class="display"></span> |
| 127 <span class="popular"></span> | 127 <span class="popular"></span> |
| 128 </template> | 128 </template> |
| 129 </ul> | 129 </ul> |
| 130 <ul id="custom-list-table" class="table list"> | 130 <ul id="custom-list-table" class="table list"> |
| 131 <template> | 131 <template> |
| 132 <input type="checkbox" class="control" /> | 132 <button role="checkbox" class="control"></button> |
| 133 <span class="display"></span> | 133 <span class="display"></span> |
| 134 </template> | 134 </template> |
| 135 </ul> | 135 </ul> |
| 136 </div> | 136 </div> |
| 137 <div class="controls"> | 137 <div class="controls"> |
| 138 <button data-action="open-dialog" data-dialog="custom"> | 138 <button data-action="open-dialog" data-dialog="custom"> |
| 139 <span class="icon icon-add"></span> | 139 <span class="icon icon-add"></span> |
| 140 <span class="i18n_options_furtherBlocking_add"><span> | 140 <span class="i18n_options_furtherBlocking_add"><span> |
| 141 </button> | 141 </button> |
| 142 </div> | 142 </div> |
| (...skipping 11 matching lines...) Expand all Loading... |
| 154 <div role="tooltip"> | 154 <div role="tooltip"> |
| 155 <img src="skin/tooltips/acceptable-ads.png" alt="" /> | 155 <img src="skin/tooltips/acceptable-ads.png" alt="" /> |
| 156 <p class="i18n_options_acceptableAds_title_tooltip_1"></p> | 156 <p class="i18n_options_acceptableAds_title_tooltip_1"></p> |
| 157 <p class="i18n_options_acceptableAds_title_tooltip_2"></p> | 157 <p class="i18n_options_acceptableAds_title_tooltip_2"></p> |
| 158 <p class="i18n_options_acceptableAds_title_tooltip_3"></p> | 158 <p class="i18n_options_acceptableAds_title_tooltip_3"></p> |
| 159 </div> | 159 </div> |
| 160 </div> | 160 </div> |
| 161 </div> | 161 </div> |
| 162 <ul id="acceptableads-table" class="table list"> | 162 <ul id="acceptableads-table" class="table list"> |
| 163 <template> | 163 <template> |
| 164 <input type="checkbox" class="control" /> | 164 <button role="checkbox" class="control"></button> |
| 165 <span class="display"></span> | 165 <span class="display"></span> |
| 166 </template> | 166 </template> |
| 167 </ul> | 167 </ul> |
| 168 </div> | 168 </div> |
| 169 <div id="whitelisting"> | 169 <div id="whitelisting"> |
| 170 <div class="option-name"> | 170 <div class="option-name"> |
| 171 <strong class="i18n_options_whitelisted_title"></strong> | 171 <strong class="i18n_options_whitelisted_title"></strong> |
| 172 <div class="tooltip"> | 172 <div class="tooltip"> |
| 173 <span class="i18n_options_readMore"></span> | 173 <span class="i18n_options_readMore"></span> |
| 174 <div role="tooltip" class="flip-vertical"> | 174 <div role="tooltip" class="flip-vertical"> |
| (...skipping 29 matching lines...) Expand all Loading... |
| 204 <span></span> | 204 <span></span> |
| 205 <button class="i18n_options_button_cancel cancel-button" dat
a-action="cancel-domain-exception"></button> | 205 <button class="i18n_options_button_cancel cancel-button" dat
a-action="cancel-domain-exception"></button> |
| 206 </div> | 206 </div> |
| 207 </div> | 207 </div> |
| 208 </div> | 208 </div> |
| 209 </div> | 209 </div> |
| 210 </div> | 210 </div> |
| 211 </div> | 211 </div> |
| 212 | 212 |
| 213 <!-- Advanced tab content --> | 213 <!-- Advanced tab content --> |
| 214 <div id="content-advanced"> | 214 <div id="content-advanced" class="tab-content"> |
| 215 <div> | 215 <div> |
| 216 <h1><span class="i18n_options_tweaks_title"></span><a class="i18n_op
tions_readMore tooltip" href="#"></a></h1> | 216 <h1><span class="i18n_options_tweaks_title"></span><a class="i18n_op
tions_readMore tooltip" href="#"></a></h1> |
| 217 <ul class="table" style="width: auto;"> | 217 <ul class="table" style="width: auto;"> |
| 218 <li> | 218 <li> |
| 219 <input type="checkbox" id="easylist"/><span id="block-element-ex
planation" class="i18n_options_tweaks_blockElement"></span></li> | 219 <button role="checkbox" id="easylist"></button> |
| 220 <span id="block-element-explanation" class="i18n_options_tweaks_
blockElement"></span> |
| 221 </li> |
| 220 </ul> | 222 </ul> |
| 221 </div> | 223 </div> |
| 222 <div> | 224 <div> |
| 223 <h1><span class="i18n_options_blockingList_title"></span><a class="i
18n_options_readMore tooltip" href="#" target="_blank"></a></h1> | 225 <h1><span class="i18n_options_blockingList_title"></span><a class="i
18n_options_readMore tooltip" href="#" target="_blank"></a></h1> |
| 224 <ul id="blocking-list-tabs" class="tabs horizontal"> | 226 <ul id="blocking-list-tabs" class="tabs horizontal"> |
| 225 <li class="i18n_options_tab_overview active" data-show="blocking-l
ist-overview"></li><li class="i18n_options_tab_ownList" data-show="custom-filter
s"></li> | 227 <li class="i18n_options_tab_overview active" data-show="blocking-l
ist-overview"></li><li class="i18n_options_tab_ownList" data-show="custom-filter
s"></li> |
| 226 </ul> | 228 </ul> |
| 227 <div id="blocking-list"> | 229 <div id="blocking-list"> |
| 228 <div id="blocking-list-overview"> | 230 <div id="blocking-list-overview"> |
| 229 <ul class="table cols" style="width: auto;"> | 231 <ul class="table cols" style="width: auto;"> |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 <span class="i18n_options_customFilter_save"></span> | 276 <span class="i18n_options_customFilter_save"></span> |
| 275 </button> | 277 </button> |
| 276 </div> | 278 </div> |
| 277 </div> | 279 </div> |
| 278 </div> | 280 </div> |
| 279 </div> | 281 </div> |
| 280 </div> | 282 </div> |
| 281 </div> | 283 </div> |
| 282 | 284 |
| 283 <!-- Help tab content --> | 285 <!-- Help tab content --> |
| 284 <div id="content-help"> | 286 <div id="content-help" class="tab-content"> |
| 285 <h1 class="i18n_options_faq_title"></h1> | 287 <h1 class="i18n_options_faq_title"></h1> |
| 286 <p class="i18n_options_faq_description"></p> | 288 <p class="i18n_options_faq_description"></p> |
| 287 <p> | 289 <p> |
| 288 <a class="i18n_options_faq_title" href="#" target="_blank"></a> | 290 <a class="i18n_options_faq_title" href="#" target="_blank"></a> |
| 289 </p> | 291 </p> |
| 290 <h1 class="i18n_options_forum_title"></h1> | 292 <h1 class="i18n_options_forum_title"></h1> |
| 291 <p class="i18n_options_forum_description"></p> | 293 <p class="i18n_options_forum_description"></p> |
| 292 <p> | 294 <p> |
| 293 <a class="i18n_options_forum_link" href="#" target="_blank"></a> | 295 <a class="i18n_options_forum_link" href="#" target="_blank"></a> |
| 294 </p> | 296 </p> |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 <div class="url"></div> | 362 <div class="url"></div> |
| 361 <button class="i18n_options_dialog_predefined_confirm default-focus"
data-action="add-predefined-subscription"></button> | 363 <button class="i18n_options_dialog_predefined_confirm default-focus"
data-action="add-predefined-subscription"></button> |
| 362 </div> | 364 </div> |
| 363 </div> | 365 </div> |
| 364 </div> | 366 </div> |
| 365 <!-- Placeholder element to determine when to wrap focus around --> | 367 <!-- Placeholder element to determine when to wrap focus around --> |
| 366 <span class="focus-last" tabindex="0"></span> | 368 <span class="focus-last" tabindex="0"></span> |
| 367 </div> | 369 </div> |
| 368 </body> | 370 </body> |
| 369 </html> | 371 </html> |
| OLD | NEW |