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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 <!-- General tab content --> | 79 <!-- General tab content --> |
80 <div id="content-general" role="tabpanel" aria-labelledby="tab-general"> | 80 <div id="content-general" role="tabpanel" aria-labelledby="tab-general"> |
81 <header> | 81 <header> |
82 <h1 class="i18n_options_tab_general"></h1> | 82 <h1 class="i18n_options_tab_general"></h1> |
83 <p class="i18n_options_general_description"></p> | 83 <p class="i18n_options_general_description"></p> |
84 </header> | 84 </header> |
85 <section class="cols"> | 85 <section class="cols"> |
86 <h2 class="i18n_options_privacy_header"></h2> | 86 <h2 class="i18n_options_privacy_header"></h2> |
87 <ul class="list" id="recommend-protection-list-table"> | 87 <ul class="list" id="recommend-protection-list-table"> |
88 <template> | 88 <template> |
89 <button data-action="toggle-remove-subscription" role="checkbox" c
lass="control icon"></button> | 89 <button data-action="toggle-remove-subscription" data-disable="pre
configured" role="checkbox" class="control icon"></button> |
90 <span data-display="title"></span> | 90 <span data-display="title"></span> |
91 <span data-tooltip="options_protection_%value%_tooltip"></span> | 91 <span data-tooltip="options_protection_%value%_tooltip"></span> |
92 </template> | 92 </template> |
93 </ul> | 93 </ul> |
94 </section> | 94 </section> |
95 <section class="cols"> | 95 <section class="cols"> |
96 <header> | 96 <header> |
97 <h2 class="i18n_options_acceptableAds_header"></h2> | 97 <h2 class="i18n_options_acceptableAds_header"></h2> |
98 <p class="i18n_options_acceptableAds_description"></p> | 98 <p class="i18n_options_acceptableAds_description"></p> |
99 </header> | 99 </header> |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 </header> | 134 </header> |
135 <div id="blocking-languages"> | 135 <div id="blocking-languages"> |
136 <ul id="blocking-languages-table" class="table list bottom-control"> | 136 <ul id="blocking-languages-table" class="table list bottom-control"> |
137 <template> | 137 <template> |
138 <span> | 138 <span> |
139 <span data-display="title"></span> | 139 <span data-display="title"></span> |
140 <span class="dimmed"> | 140 <span class="dimmed"> |
141 (<span data-display="originalTitle"></span>) | 141 (<span data-display="originalTitle"></span>) |
142 </span> | 142 </span> |
143 </span> | 143 </span> |
144 <button data-single="hidden" data-action="remove-subscription" c
lass="icon delete control" title="options_control_remove_title"></button> | 144 <button data-single="hidden" data-hide="preconfigured" data-acti
on="remove-subscription" class="icon delete control" title="options_control_remo
ve_title"></button> |
145 <button data-single="visible" data-action="open-dialog" data-dia
log="language-change" class="i18n_options_language_change link"></button> | 145 <button data-single="visible" data-hide="preconfigured" data-act
ion="open-dialog" data-dialog="language-change" class="i18n_options_language_cha
nge link"></button> |
146 </template> | 146 </template> |
147 </ul> | 147 </ul> |
148 <button class="i18n_options_language_add list" data-action="open-dia
log" data-dialog="language-add"></button> | 148 <button class="i18n_options_language_add list" data-action="open-dia
log" data-dialog="language-add"></button> |
149 <p class="i18n_options_language_tip"></p> | 149 <p class="i18n_options_language_tip"></p> |
150 </div> | 150 </div> |
151 </section> | 151 </section> |
152 <section id="more-filters" class="cols"> | 152 <section id="more-filters" class="cols"> |
153 <header> | 153 <header> |
154 <h2 class="i18n_options_more_filters_header"></h2> | 154 <h2 class="i18n_options_more_filters_header"></h2> |
155 <p class="i18n_options_more_filters_description"></p> | 155 <p class="i18n_options_more_filters_description"></p> |
156 </header> | 156 </header> |
157 <div> | 157 <div> |
158 <ul id="more-list-table" class="table list"> | 158 <ul id="more-list-table" class="table list"> |
159 <template> | 159 <template> |
160 <span data-display="title"></span> | 160 <span data-display="title"></span> |
161 <button data-action="remove-subscription" class="i18n_options_co
ntrol_remove_title link control" title="options_control_remove_title"></button> | 161 <button data-hide="preconfigured" data-action="remove-subscripti
on" class="i18n_options_control_remove_title link control" title="options_contro
l_remove_title"></button> |
162 </template> | 162 </template> |
163 </ul> | 163 </ul> |
164 <p class="i18n_options_more_filters_note"></p> | 164 <p class="i18n_options_more_filters_note"></p> |
165 </div> | 165 </div> |
166 </section> | 166 </section> |
167 </div> | 167 </div> |
168 | 168 |
169 <!-- Whitelist tab content --> | 169 <!-- Whitelist tab content --> |
170 <div id="content-whitelist" role="tabpanel" aria-labelledby="tab-whitelist
"> | 170 <div id="content-whitelist" role="tabpanel" aria-labelledby="tab-whitelist
"> |
171 <header> | 171 <header> |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 <li role="menuitem"> | 262 <li role="menuitem"> |
263 <button class="i18n_options_filterList_updateNow icon up
date-subscription" data-action="update-subscription"></button> | 263 <button class="i18n_options_filterList_updateNow icon up
date-subscription" data-action="update-subscription"></button> |
264 </li> | 264 </li> |
265 <li role="menuitem"> | 265 <li role="menuitem"> |
266 <a class="i18n_options_filterList_website icon website"
target="_blank"></a> | 266 <a class="i18n_options_filterList_website icon website"
target="_blank"></a> |
267 </li> | 267 </li> |
268 <li role="menuitem"> | 268 <li role="menuitem"> |
269 <a class="i18n_options_filterList_source icon source" ta
rget="_blank"></a> | 269 <a class="i18n_options_filterList_source icon source" ta
rget="_blank"></a> |
270 </li> | 270 </li> |
271 <li role="menuitem"> | 271 <li role="menuitem"> |
272 <button class="i18n_options_control_remove_title icon de
lete" data-action="remove-subscription"></button> | 272 <button class="i18n_options_control_remove_title icon de
lete" data-hide="preconfigured" data-action="remove-subscription"></button> |
273 </li> | 273 </li> |
274 </ul> | 274 </ul> |
275 </div> | 275 </div> |
276 </div> | 276 </div> |
277 </div> | 277 </div> |
278 <div class="col5"> | 278 <div class="col5"> |
279 <button data-action="remove-subscription" class="control icon de
lete"></button> | 279 <button data-hide="preconfigured" data-action="remove-subscripti
on" class="control icon delete"></button> |
280 </div> | 280 </div> |
281 </template> | 281 </template> |
282 </ul> | 282 </ul> |
283 <div class="side-controls wrap"> | 283 <div class="side-controls wrap"> |
284 <button class="i18n_options_filterList_add primary" data-action="ope
n-dialog" data-dialog="import"></button> | 284 <button class="i18n_options_filterList_add primary" data-action="ope
n-dialog" data-dialog="import"></button> |
285 <button id="update" class="i18n_options_filterList_update secondary"
data-action="update-all-subscriptions"></button> | 285 <button id="update" class="i18n_options_filterList_update secondary"
data-action="update-all-subscriptions"></button> |
286 </div> | 286 </div> |
287 </section> | 287 </section> |
288 | 288 |
289 <section class="cols"> | 289 <section class="cols"> |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
430 </div> | 430 </div> |
431 <!-- Notification --> | 431 <!-- Notification --> |
432 <div id="notification" aria-hidden="true" aria-live="polite"> | 432 <div id="notification" aria-hidden="true" aria-live="polite"> |
433 <strong id="notification-text"></strong> | 433 <strong id="notification-text"></strong> |
434 <button class="icon close secondary" data-action="hide-notification"> | 434 <button class="icon close secondary" data-action="hide-notification"> |
435 <span class="i18n_options_notification_hide sr-only"></span> | 435 <span class="i18n_options_notification_hide sr-only"></span> |
436 </button> | 436 </button> |
437 </div> | 437 </div> |
438 </body> | 438 </body> |
439 </html> | 439 </html> |
OLD | NEW |