| 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-present eyeo GmbH | 4 - Copyright (C) 2006-present 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 | 329 |
| 330 <!-- Dialog --> | 330 <!-- Dialog --> |
| 331 <div id="dialog" role="dialog" aria-hidden="true"> | 331 <div id="dialog" role="dialog" aria-hidden="true"> |
| 332 <header> | 332 <header> |
| 333 <span id="dialog-title"> | 333 <span id="dialog-title"> |
| 334 <h3 id="dialog-title-about" class="i18n_options_dialog_about_title"></
h3> | 334 <h3 id="dialog-title-about" class="i18n_options_dialog_about_title"></
h3> |
| 335 <h3 id="dialog-title-import" class="i18n_options_dialog_import_title">
</h3> | 335 <h3 id="dialog-title-import" class="i18n_options_dialog_import_title">
</h3> |
| 336 <h3 id="dialog-title-language-add" class="i18n_options_dialog_language
_title"></h3> | 336 <h3 id="dialog-title-language-add" class="i18n_options_dialog_language
_title"></h3> |
| 337 <h3 id="dialog-title-language-change" class="i18n_options_dialog_langu
age_title"></h3> | 337 <h3 id="dialog-title-language-change" class="i18n_options_dialog_langu
age_title"></h3> |
| 338 <h3 id="dialog-title-predefined" class="i18n_options_dialog_predefined
_title"></h3> | 338 <h3 id="dialog-title-predefined" class="i18n_options_dialog_predefined
_title"></h3> |
| 339 <h3 id="dialog-title-tracking" class="i18n_options_dialog_tracking_tit
le"></h3> | |
| 340 </span> | 339 </span> |
| 341 <button id="dialog-close" data-action="close-dialog"></button> | 340 <button id="dialog-close" data-action="close-dialog"></button> |
| 342 </header> | 341 </header> |
| 343 <div id="dialog-body" class="content"> | 342 <div id="dialog-body" class="content"> |
| 344 <!-- About Adblock Plus --> | 343 <!-- About Adblock Plus --> |
| 345 <div id="dialog-content-about" class="dialog-content"> | 344 <div id="dialog-content-about" class="dialog-content"> |
| 346 <p id="abp-version"></p> | 345 <p id="abp-version"></p> |
| 347 <p class="i18n_options_dialog_about_copyright"></p> | 346 <p class="i18n_options_dialog_about_copyright"></p> |
| 348 <p class="i18n_options_dialog_about_trademark"></p> | 347 <p class="i18n_options_dialog_about_trademark"></p> |
| 349 <p> | 348 <p> |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 </form> | 384 </form> |
| 386 </div> | 385 </div> |
| 387 <!-- Add predefined subscription --> | 386 <!-- Add predefined subscription --> |
| 388 <div id="dialog-content-predefined" class="dialog-content"> | 387 <div id="dialog-content-predefined" class="dialog-content"> |
| 389 <div class="dialog-content-block"> | 388 <div class="dialog-content-block"> |
| 390 <h3></h3> | 389 <h3></h3> |
| 391 <div class="url"></div> | 390 <div class="url"></div> |
| 392 <button class="i18n_options_dialog_predefined_confirm default-focus
primary" data-action="add-predefined-subscription"></button> | 391 <button class="i18n_options_dialog_predefined_confirm default-focus
primary" data-action="add-predefined-subscription"></button> |
| 393 </div> | 392 </div> |
| 394 </div> | 393 </div> |
| 395 <!-- Acceptable Ads tracking notification --> | |
| 396 <div id="dialog-content-tracking" class="dialog-content"> | |
| 397 <div class="dialog-content-block"> | |
| 398 <div id="tracking-notification"> | |
| 399 <p class="i18n_options_dialog_tracking_notification_1"></p> | |
| 400 <p class="i18n_options_dialog_tracking_notification_2"></p> | |
| 401 <p class="i18n_options_dialog_tracking_notification_3"></p> | |
| 402 <p class="i18n_options_dialog_tracking_notification_4"></p> | |
| 403 </div> | |
| 404 <h3 class="i18n_options_dialog_tracking_note_title"></h3> | |
| 405 <ul> | |
| 406 <li class="i18n_options_dialog_tracking_note_1"></li> | |
| 407 <li class="i18n_options_dialog_tracking_note_2"></li> | |
| 408 <li class="i18n_options_dialog_tracking_note_3"></li> | |
| 409 </ul> | |
| 410 <p class="side-controls wrap"> | |
| 411 <button class="i18n_options_dialog_tracking_allow primary default-
focus" data-pref="ui_warn_tracking" data-action="toggle-pref,close-dialog"></but
ton> | |
| 412 <button class="i18n_options_dialog_tracking_disallow secondary" da
ta-pref="ui_warn_tracking" data-value="privacy" data-action="switch-acceptable-a
ds,toggle-pref,close-dialog"></button> | |
| 413 </p> | |
| 414 </div> | |
| 415 </div> | |
| 416 </div> | 394 </div> |
| 417 <!-- Placeholder element to determine when to wrap focus around --> | 395 <!-- Placeholder element to determine when to wrap focus around --> |
| 418 <span class="focus-last" tabindex="0"></span> | 396 <span class="focus-last" tabindex="0"></span> |
| 419 </div> | 397 </div> |
| 420 <!-- Notification --> | 398 <!-- Notification --> |
| 421 <div id="notification" aria-hidden="true" aria-live="polite"> | 399 <div id="notification" aria-hidden="true" aria-live="polite"> |
| 422 <strong id="notification-text"></strong> | 400 <strong id="notification-text"></strong> |
| 423 <button id="hide-notification" data-action="hide-notification"> | 401 <button id="hide-notification" data-action="hide-notification"> |
| 424 <span class="i18n_options_notification_hide sr-only"></span> | 402 <span class="i18n_options_notification_hide sr-only"></span> |
| 425 </button> | 403 </button> |
| 426 </div> | 404 </div> |
| 427 </body> | 405 </body> |
| 428 </html> | 406 </html> |
| OLD | NEW |