LEFT | RIGHT |
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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 </button> | 279 </button> |
280 <button class="i18n_options_customFilter_cancel" data-action="canc
el-custom-filters"> | 280 <button class="i18n_options_customFilter_cancel" data-action="canc
el-custom-filters"> |
281 </button> | 281 </button> |
282 </div> | 282 </div> |
283 </div> | 283 </div> |
284 </section> | 284 </section> |
285 </div> | 285 </div> |
286 | 286 |
287 <!-- Help tab content --> | 287 <!-- Help tab content --> |
288 <div id="content-help" role="tabpanel" aria-labelledby="tab-help"> | 288 <div id="content-help" role="tabpanel" aria-labelledby="tab-help"> |
289 <h1 class="i18n_options_faq_title"></h1> | 289 <h1 class="i18n_options_tab_help"></h1> |
290 <p class="i18n_options_faq_description"></p> | 290 <p class="i18n_options_help_description"></p> |
291 <p> | 291 <section> |
292 <a id="link-faq" class="i18n_options_faq_title" target="_blank"></a> | 292 <h2 class="i18n_options_support_title"></h2> |
293 </p> | 293 <ul> |
294 <h1 class="i18n_options_forum_title"></h1> | 294 <li id="report-issue" class="i18n_options_report_issue"></li> |
295 <p class="i18n_options_forum_description"></p> | 295 <li id="report-ad" class="i18n_options_report_ad"></li> |
296 <p> | 296 <li id="report-bug" class="i18n_options_report_bug"></li> |
297 <a id="link-forum" class="i18n_options_forum_link" target="_blank"></
a> | 297 <li id="report-forum" class="i18n_options_report_forum"></li> |
298 </p> | 298 </ul> |
299 <h1 class="i18n_options_media_title"></h1> | 299 </section> |
300 <p class="i18n_options_media_description"></p> | 300 <section> |
301 <p> | 301 <h2 class="i18n_options_social_title"></h2> |
302 <span id="share-general"> | 302 <p class="i18n_options_social_description"></p> |
303 <a id="link-twitter" target="_blank">Twitter</a> | 303 <div id="social"> |
304 <a id="link-facebook" target="_blank">Facebook</a> | 304 <ul id="social-general"> |
305 <a id="link-gplus" target="_blank">Google+</a> | 305 <li><a id="twitter">Twitter</a></li> |
306 </span> | 306 <li><a id="facebook">Facebook</a></li> |
307 <span id="share-chinese"> | 307 <li><a id="google-plus">Google Plus</a></li> |
308 <a id="link-renren" target="_blank">renren</a> | 308 </ul> |
309 <a id="link-weibo" target="_blank">weibo</a> | 309 <ul id="social-chinese"> |
310 </span> | 310 <li><a id="weibo">Weibo</a></li> |
311 </p> | 311 </ul> |
| 312 <p> |
| 313 <strong> |
| 314 <span class="i18n_options_email"></span> |
| 315 <a href="mailto:support@adblockplus.org">support@adblockplus.org
</a> |
| 316 </strong> |
| 317 </p> |
| 318 </div> |
| 319 </section> |
312 </div> | 320 </div> |
313 </main> | 321 </main> |
314 | 322 |
315 <!-- Dialog --> | 323 <!-- Dialog --> |
316 <div id="dialog" role="dialog" aria-hidden="true"> | 324 <div id="dialog" role="dialog" aria-hidden="true"> |
317 <header> | 325 <header> |
318 <span id="dialog-title"> | 326 <span id="dialog-title"> |
319 <span id="dialog-title-about" class="i18n_options_dialog_about_title">
</span> | 327 <span id="dialog-title-about" class="i18n_options_dialog_about_title">
</span> |
320 <span id="dialog-title-custom" class="i18n_options_dialog_custom_title
"></span> | 328 <span id="dialog-title-custom" class="i18n_options_dialog_custom_title
"></span> |
321 <span id="dialog-title-language-add" class="i18n_options_dialog_langua
ge_title"></span> | 329 <span id="dialog-title-language-add" class="i18n_options_dialog_langua
ge_title"></span> |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 <div class="dialog-content-block"> | 373 <div class="dialog-content-block"> |
366 <h3></h3> | 374 <h3></h3> |
367 <div class="url"></div> | 375 <div class="url"></div> |
368 <button class="i18n_options_dialog_predefined_confirm default-focus"
data-action="add-predefined-subscription"></button> | 376 <button class="i18n_options_dialog_predefined_confirm default-focus"
data-action="add-predefined-subscription"></button> |
369 </div> | 377 </div> |
370 </div> | 378 </div> |
371 </div> | 379 </div> |
372 <!-- Placeholder element to determine when to wrap focus around --> | 380 <!-- Placeholder element to determine when to wrap focus around --> |
373 <span class="focus-last" tabindex="0"></span> | 381 <span class="focus-last" tabindex="0"></span> |
374 </div> | 382 </div> |
| 383 <!-- Notification --> |
| 384 <div id="notification" aria-hidden="true" aria-live="polite"> |
| 385 <strong id="notification-text"></strong> |
| 386 <button id="hide-notification" data-action="hide-notification"> |
| 387 <span class="i18n_options_notification_hide sr-only"></span> |
| 388 </button> |
| 389 </div> |
375 </body> | 390 </body> |
376 </html> | 391 </html> |
LEFT | RIGHT |