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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 <!-- General tab content --> | 78 <!-- General tab content --> |
79 <div id="content-general" role="tabpanel" aria-labelledby="tab-general"> | 79 <div id="content-general" role="tabpanel" aria-labelledby="tab-general"> |
80 <header> | 80 <header> |
81 <h1 class="i18n_options_tab_general"></h1> | 81 <h1 class="i18n_options_tab_general"></h1> |
82 <p class="i18n_options_general_description"></p> | 82 <p class="i18n_options_general_description"></p> |
83 </header> | 83 </header> |
84 <section class="cols"> | 84 <section class="cols"> |
85 <h2 class="i18n_options_privacy_header"></h2> | 85 <h2 class="i18n_options_privacy_header"></h2> |
86 <ul class="list" id="recommend-protection-list-table"> | 86 <ul class="list" id="recommend-protection-list-table"> |
87 <template> | 87 <template> |
88 <button data-action="toggle-remove-subscription" role="checkbox" c
lass="control"></button> | 88 <button data-action="toggle-remove-subscription" role="checkbox" c
lass="control icon"></button> |
89 <label class="display"></label> | 89 <label class="display"></label> |
90 <span data-tooltip="options_protection_%value%_tooltip"></span> | 90 <span data-tooltip="options_protection_%value%_tooltip"></span> |
91 </template> | 91 </template> |
92 </ul> | 92 </ul> |
93 </section> | 93 </section> |
94 <section class="cols"> | 94 <section class="cols"> |
95 <header> | 95 <header> |
96 <h2 class="i18n_options_acceptableAds_header"></h2> | 96 <h2 class="i18n_options_acceptableAds_header"></h2> |
97 <p class="i18n_options_acceptableAds_description"></p> | 97 <p class="i18n_options_acceptableAds_description"></p> |
98 </header> | 98 </header> |
99 <form id="acceptable-ads"> | 99 <form id="acceptable-ads"> |
100 <div id="tracking-warning"> | 100 <div id="tracking-warning"> |
101 <button id="hide-tracking-warning" type="button" data-pref="ui_war
n_tracking" data-action="toggle-pref"> | 101 <button id="hide-tracking-warning" class="icon close tertiary" typ
e="button" data-pref="ui_warn_tracking" data-action="toggle-pref"> |
102 <span class="i18n_options_notification_hide sr-only"></span> | 102 <span class="i18n_options_notification_hide sr-only"></span> |
103 </button> | 103 </button> |
104 <p id="tracking-warning-1"></p> | 104 <p id="tracking-warning-1"></p> |
105 <p class="i18n_options_tracking_warning_2"></p> | 105 <p class="i18n_options_tracking_warning_2"></p> |
106 <p id="tracking-warning-3"></p> | 106 <p id="tracking-warning-3"></p> |
107 <button class="i18n_options_tracking_warning_acknowledgment link"
type="button" data-pref="ui_warn_tracking" data-action="toggle-pref"></button> | 107 <button class="i18n_options_tracking_warning_acknowledgment link"
type="button" data-pref="ui_warn_tracking" data-action="toggle-pref"></button> |
108 </div> | 108 </div> |
109 <ul> | 109 <ul> |
110 <li> | 110 <li> |
111 <button id="acceptable-ads-allow" data-action="switch-acceptable
-ads" type="button" role="checkbox" name="acceptable-ads" value="ads"></button> | 111 <button id="acceptable-ads-allow" class="icon" data-action="swit
ch-acceptable-ads" type="button" role="checkbox" name="acceptable-ads" value="ad
s"></button> |
112 <label for="acceptable-ads-allow" class="i18n_options_acceptable
Ads_ads_label"></label> | 112 <label for="acceptable-ads-allow" class="i18n_options_acceptable
Ads_ads_label"></label> |
113 <p id="enable-acceptable-ads-description" class="i18n_options_ac
ceptableAds_ads_description_1"></p> | 113 <p id="enable-acceptable-ads-description" class="i18n_options_ac
ceptableAds_ads_description_1"></p> |
114 </li> | 114 </li> |
115 <ul> | 115 <ul> |
116 <li> | 116 <li> |
117 <button id="acceptable-ads-privacy-allow" data-action="switch-
acceptable-ads" type="button" role="checkbox" name="acceptable-ads" value="priva
cy"></button> | 117 <button id="acceptable-ads-privacy-allow" class="icon" data-ac
tion="switch-acceptable-ads" type="button" role="checkbox" name="acceptable-ads"
value="privacy"></button> |
118 <label for="acceptable-ads-privacy-allow" class="i18n_options_
acceptableAds_privacy_label"></label> | 118 <label for="acceptable-ads-privacy-allow" class="i18n_options_
acceptableAds_privacy_label"></label> |
119 <span class="i18n_options_new_label new"></span> | 119 <span class="i18n_options_new_label new"></span> |
120 <p> | 120 <p> |
121 <a id="enable-acceptable-ads-privacy-description" class="i18
n_options_learn_more" target="_blank"></a> | 121 <a id="enable-acceptable-ads-privacy-description" class="i18
n_options_learn_more" target="_blank"></a> |
122 </p> | 122 </p> |
123 <p id="dnt" class="i18n_options_acceptableAds_dnt_notification
"></p> | 123 <p id="dnt" class="i18n_options_acceptableAds_dnt_notification
"></p> |
124 </li> | 124 </li> |
125 </ul> | 125 </ul> |
126 </ul> | 126 </ul> |
127 </form> | 127 </form> |
128 </section> | 128 </section> |
129 <section class="cols"> | 129 <section class="cols"> |
130 <header> | 130 <header> |
131 <h2 class="i18n_options_language_header"></h2> | 131 <h2 class="i18n_options_language_header"></h2> |
132 <p class="i18n_options_language_description"></p> | 132 <p class="i18n_options_language_description"></p> |
133 </header> | 133 </header> |
134 <div id="blocking-languages"> | 134 <div id="blocking-languages"> |
135 <ul id="blocking-languages-table" class="table list bottom-control"> | 135 <ul id="blocking-languages-table" class="table list bottom-control"> |
136 <template> | 136 <template> |
137 <label class="display"></label> | 137 <label class="display"></label> |
138 <button data-single="hidden" data-action="remove-subscription" c
lass="delete control" title="options_control_remove_title"></button> | 138 <button data-single="hidden" data-action="remove-subscription" c
lass="icon delete control" title="options_control_remove_title"></button> |
139 <button data-single="visible" data-action="open-dialog" data-dia
log="language-change" class="i18n_options_language_change link"></button> | 139 <button data-single="visible" data-action="open-dialog" data-dia
log="language-change" class="i18n_options_language_change link"></button> |
140 </template> | 140 </template> |
141 </ul> | 141 </ul> |
142 <button class="i18n_options_language_add list" data-action="open-dia
log" data-dialog="language-add"></button> | 142 <button class="i18n_options_language_add list" data-action="open-dia
log" data-dialog="language-add"></button> |
143 <p class="i18n_options_language_tip"></p> | 143 <p class="i18n_options_language_tip"></p> |
144 </div> | 144 </div> |
145 </section> | 145 </section> |
146 <section id="more-filters" class="cols"> | 146 <section id="more-filters" class="cols"> |
147 <header> | 147 <header> |
148 <h2 class="i18n_options_more_filters_header"></h2> | 148 <h2 class="i18n_options_more_filters_header"></h2> |
(...skipping 24 matching lines...) Expand all Loading... |
173 <input id="whitelisting-textbox" type="text"> | 173 <input id="whitelisting-textbox" type="text"> |
174 <button id="whitelisting-add-button" | 174 <button id="whitelisting-add-button" |
175 type="submit" | 175 type="submit" |
176 data-action="add-domain-exception" | 176 data-action="add-domain-exception" |
177 class="i18n_options_whitelist_add primary" disabled> | 177 class="i18n_options_whitelist_add primary" disabled> |
178 </button> | 178 </button> |
179 </form> | 179 </form> |
180 <ul id="whitelisting-table" class="table list"> | 180 <ul id="whitelisting-table" class="table list"> |
181 <template> | 181 <template> |
182 <label class="display"></label> | 182 <label class="display"></label> |
183 <button data-action="remove-filter" class="delete control" | 183 <button data-action="remove-filter" class="icon delete control" |
184 title="options_control_remove_title"> | 184 title="options_control_remove_title"> |
185 </button> | 185 </button> |
186 </template> | 186 </template> |
187 </ul> | 187 </ul> |
188 </div> | 188 </div> |
189 | 189 |
190 <!-- Advanced tab content --> | 190 <!-- Advanced tab content --> |
191 <div id="content-advanced" role="tabpanel" | 191 <div id="content-advanced" role="tabpanel" |
192 aria-labelledby="tab-advanced"> | 192 aria-labelledby="tab-advanced"> |
193 <header> | 193 <header> |
194 <h1 class="i18n_options_tab_advanced"></h1> | 194 <h1 class="i18n_options_tab_advanced"></h1> |
195 <p class="i18n_options_advanced_description"></p> | 195 <p class="i18n_options_advanced_description"></p> |
196 </header> | 196 </header> |
197 <section class="cols"> | 197 <section class="cols"> |
198 <h2 class="i18n_options_customize_header"></h2> | 198 <h2 class="i18n_options_customize_header"></h2> |
199 <ul id="customize" class="list"> | 199 <ul id="customize" class="list"> |
200 <li data-pref="shouldShowBlockElementMenu"> | 200 <li data-pref="shouldShowBlockElementMenu"> |
201 <button role="checkbox" data-action="toggle-pref"></button> | 201 <button class="icon" role="checkbox" data-action="toggle-pref"></b
utton> |
202 <span class="i18n_options_customize_blockElement display"></span> | 202 <span class="i18n_options_customize_blockElement display"></span> |
203 <span data-tooltip="options_customize_blockElement_tooltip"></span
> | 203 <span data-tooltip="options_customize_blockElement_tooltip"></span
> |
204 </li> | 204 </li> |
205 <li data-pref="show_devtools_panel"> | 205 <li data-pref="show_devtools_panel"> |
206 <button role="checkbox" data-action="toggle-pref"></button> | 206 <button class="icon" role="checkbox" data-action="toggle-pref"></b
utton> |
207 <span class="i18n_options_customize_showDevToolsPanel display"></s
pan> | 207 <span class="i18n_options_customize_showDevToolsPanel display"></s
pan> |
208 <span data-tooltip="options_customize_showDevToolsPanel_tooltip"><
/span> | 208 <span data-tooltip="options_customize_showDevToolsPanel_tooltip"><
/span> |
209 </li> | 209 </li> |
210 <li data-pref="notifications_ignoredcategories"> | 210 <li data-pref="notifications_ignoredcategories"> |
211 <button role="checkbox" data-action="toggle-pref"></button> | 211 <button class="icon" role="checkbox" data-action="toggle-pref"></b
utton> |
212 <span class="i18n_options_customize_showNotifications display"></s
pan> | 212 <span class="i18n_options_customize_showNotifications display"></s
pan> |
213 <span data-tooltip="options_customize_showNotifications_tooltip"><
/span> | 213 <span data-tooltip="options_customize_showNotifications_tooltip"><
/span> |
214 </li> | 214 </li> |
215 </ul> | 215 </ul> |
216 </section> | 216 </section> |
217 | 217 |
218 <section> | 218 <section> |
219 <header> | 219 <header> |
220 <h2 class="i18n_options_filterList_title"></h2> | 220 <h2 class="i18n_options_filterList_title"></h2> |
221 <p> | 221 <p> |
222 <span class="i18n_options_filterList_description"></span> | 222 <span class="i18n_options_filterList_description"></span> |
223 <a id="filter-lists-learn-more" class="i18n_options_learn_more" ta
rget="_blank"></a> | 223 <a id="filter-lists-learn-more" class="i18n_options_learn_more" ta
rget="_blank"></a> |
224 </p> | 224 </p> |
225 </header> | 225 </header> |
226 | 226 |
227 <div id="all-filter-lists-table-header" class="th"> | 227 <div id="all-filter-lists-table-header" class="th"> |
228 <h3 class="i18n_options_filterList_column_status col5"></h3> | 228 <h3 class="i18n_options_filterList_column_status col5"></h3> |
229 <h3 class="i18n_options_filterList_column_name col5"></h3> | 229 <h3 class="i18n_options_filterList_column_name col5"></h3> |
230 <h3 class="i18n_options_filterList_column_update col5"></h3> | 230 <h3 class="i18n_options_filterList_column_update col5"></h3> |
231 <h3 class="col5"></h3> | 231 <h3 class="col5"></h3> |
232 <h3 class="col5"></h3> | 232 <h3 class="col5"></h3> |
233 </div> | 233 </div> |
234 <ul class="table cols" id="all-filter-lists-table"> | 234 <ul class="table cols" id="all-filter-lists-table"> |
235 <template> | 235 <template> |
236 <div class="col5"> | 236 <div class="col5"> |
237 <button data-action="toggle-disable-subscription" role="checkbox
" class="control toggle"> | 237 <button data-action="toggle-disable-subscription" role="checkbox
" class="control icon toggle"> |
238 </button> | 238 </button> |
239 <div class="state"> | 239 <div class="state"> |
240 <span class="i18n_options_filterList_state_active" id="state-a
ctive"></span> | 240 <span class="i18n_options_filterList_state_active" id="state-a
ctive"></span> |
241 <span class="i18n_options_filterList_state_disabled" id="state
-disabled"></span> | 241 <span class="i18n_options_filterList_state_disabled" id="state
-disabled"></span> |
242 </div> | 242 </div> |
243 </div> | 243 </div> |
244 <div class="col5"> | 244 <div class="col5"> |
245 <label class="display"></label> | 245 <label class="display"></label> |
246 </div> | 246 </div> |
247 <div class="col5"> | 247 <div class="col5"> |
248 <span class="last-update"></span> | 248 <span class="last-update"></span> |
249 <span class="message"></span> | 249 <span class="message"></span> |
250 </div> | 250 </div> |
251 <div class="col5"> | 251 <div class="col5"> |
252 <button data-action="open-context-menu" class="gear"></button> | 252 <button data-action="open-context-menu" class="icon gear"></butt
on> |
253 <div role="menubar" class="context-menu-wrapper"> | 253 <div role="menubar" class="context-menu-wrapper"> |
254 <div class="context-menu"> | 254 <div class="context-menu"> |
255 <ul class="content" role="menu"> | 255 <ul class="content" role="menu"> |
256 <li role="menuitem"> | 256 <li role="menuitem"> |
257 <button class="i18n_options_filterList_updateNow update-
subscription" data-action="update-subscription"></button> | 257 <button class="i18n_options_filterList_updateNow icon up
date-subscription" data-action="update-subscription"></button> |
258 </li> | 258 </li> |
259 <li role="menuitem"> | 259 <li role="menuitem"> |
260 <a class="i18n_options_filterList_website website" targe
t="_blank"></a> | 260 <a class="i18n_options_filterList_website icon website"
target="_blank"></a> |
261 </li> | 261 </li> |
262 <li role="menuitem"> | 262 <li role="menuitem"> |
263 <a class="i18n_options_filterList_source source" target=
"_blank"></a> | 263 <a class="i18n_options_filterList_source icon source" ta
rget="_blank"></a> |
264 </li> | 264 </li> |
265 <li role="menuitem"> | 265 <li role="menuitem"> |
266 <button class="i18n_options_control_remove_title delete"
data-action="remove-subscription"></button> | 266 <button class="i18n_options_control_remove_title icon de
lete" data-action="remove-subscription"></button> |
267 </li> | 267 </li> |
268 </ul> | 268 </ul> |
269 </div> | 269 </div> |
270 </div> | 270 </div> |
271 </div> | 271 </div> |
272 <div class="col5"> | 272 <div class="col5"> |
273 <button data-action="remove-subscription" class="control delete"
></button> | 273 <button data-action="remove-subscription" class="control icon de
lete"></button> |
274 </div> | 274 </div> |
275 </template> | 275 </template> |
276 </ul> | 276 </ul> |
277 <div class="side-controls wrap"> | 277 <div class="side-controls wrap"> |
278 <button class="i18n_options_filterList_add primary" data-action="ope
n-dialog" data-dialog="import"></button> | 278 <button class="i18n_options_filterList_add primary" data-action="ope
n-dialog" data-dialog="import"></button> |
279 <button id="update" class="i18n_options_filterList_update secondary"
data-action="update-all-subscriptions"></button> | 279 <button id="update" class="i18n_options_filterList_update secondary"
data-action="update-all-subscriptions"></button> |
280 </div> | 280 </div> |
281 </section> | 281 </section> |
282 | 282 |
283 <section class="cols"> | 283 <section class="cols"> |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 </li> | 325 </li> |
326 </ul> | 326 </ul> |
327 </section> | 327 </section> |
328 <section class="cols"> | 328 <section class="cols"> |
329 <header> | 329 <header> |
330 <h2 class="i18n_options_social_title"></h2> | 330 <h2 class="i18n_options_social_title"></h2> |
331 <p class="i18n_options_social_description"></p> | 331 <p class="i18n_options_social_description"></p> |
332 </header> | 332 </header> |
333 <div id="social"> | 333 <div id="social"> |
334 <ul id="social-general"> | 334 <ul id="social-general"> |
335 <li><a id="twitter" target="_blank">Twitter</a></li> | 335 <li><a id="twitter" class="icon" target="_blank">Twitter</a></li> |
336 <li><a id="facebook" target="_blank">Facebook</a></li> | 336 <li><a id="facebook" class="icon" target="_blank">Facebook</a></li
> |
337 <li><a id="google-plus" target="_blank">Google Plus</a></li> | 337 <li><a id="google-plus" class="icon" target="_blank">Google Plus</
a></li> |
338 </ul> | 338 </ul> |
339 <ul id="social-chinese"> | 339 <ul id="social-chinese"> |
340 <li><a id="weibo" target="_blank">Weibo</a></li> | 340 <li><a id="weibo" target="_blank">Weibo</a></li> |
341 </ul> | 341 </ul> |
342 </div> | 342 </div> |
343 </section> | 343 </section> |
344 </div> | 344 </div> |
345 </main> | 345 </main> |
346 | 346 |
347 <!-- Dialog --> | 347 <!-- Dialog --> |
348 <div id="dialog" role="dialog" aria-hidden="true"> | 348 <div id="dialog" role="dialog" aria-hidden="true"> |
349 <header> | 349 <header> |
350 <span id="dialog-title"> | 350 <span id="dialog-title"> |
351 <h3 id="dialog-title-about" class="i18n_options_dialog_about_title"></
h3> | 351 <h3 id="dialog-title-about" class="i18n_options_dialog_about_title"></
h3> |
352 <h3 id="dialog-title-import" class="i18n_options_dialog_import_title">
</h3> | 352 <h3 id="dialog-title-import" class="i18n_options_dialog_import_title">
</h3> |
353 <h3 id="dialog-title-language-add" class="i18n_options_dialog_language
_title"></h3> | 353 <h3 id="dialog-title-language-add" class="i18n_options_dialog_language
_title"></h3> |
354 <h3 id="dialog-title-language-change" class="i18n_options_dialog_langu
age_title"></h3> | 354 <h3 id="dialog-title-language-change" class="i18n_options_dialog_langu
age_title"></h3> |
355 <h3 id="dialog-title-predefined" class="i18n_options_dialog_predefined
_title"></h3> | 355 <h3 id="dialog-title-predefined" class="i18n_options_dialog_predefined
_title"></h3> |
356 </span> | 356 </span> |
357 <button id="dialog-close" data-action="close-dialog"></button> | 357 <button class="icon close primary" data-action="close-dialog"></button> |
358 </header> | 358 </header> |
359 <div id="dialog-body" class="content"> | 359 <div id="dialog-body" class="content"> |
360 <!-- About Adblock Plus --> | 360 <!-- About Adblock Plus --> |
361 <div id="dialog-content-about" class="dialog-content"> | 361 <div id="dialog-content-about" class="dialog-content"> |
362 <p id="abp-version"></p> | 362 <p id="abp-version"></p> |
363 <p class="i18n_options_dialog_about_copyright"></p> | 363 <p class="i18n_options_dialog_about_copyright"></p> |
364 <p class="i18n_options_dialog_about_trademark"></p> | 364 <p class="i18n_options_dialog_about_trademark"></p> |
365 <p> | 365 <p> |
366 <button class="i18n_options_close primary default-focus" data-action
="close-dialog"></button> | 366 <button class="i18n_options_close primary default-focus" data-action
="close-dialog"></button> |
367 </p> | 367 </p> |
368 </div> | 368 </div> |
369 <!-- Add language subscription --> | 369 <!-- Add language subscription --> |
370 <div id="dialog-content-language-add" class="dialog-content"> | 370 <div id="dialog-content-language-add" class="dialog-content"> |
371 <ul id="all-lang-table-add" class="table list default-focus"> | 371 <ul id="all-lang-table-add" class="table list default-focus"> |
372 <template> | 372 <template> |
373 <button data-action="add-language-subscription,close-dialog" class
="control add" role="checkbox"> | 373 <button data-action="add-language-subscription,close-dialog" class
="control icon add" role="checkbox"> |
374 <label class="display"></label> | 374 <label class="display"></label> |
375 </button> | 375 </button> |
376 <button data-action="change-language-subscription,close-dialog" cl
ass="control change" role="checkbox"> | 376 <button data-action="change-language-subscription,close-dialog" cl
ass="control icon change" role="checkbox"> |
377 <label class="display"></label> | 377 <label class="display"></label> |
378 </button> | 378 </button> |
379 </template> | 379 </template> |
380 </ul> | 380 </ul> |
381 </div> | 381 </div> |
382 <!-- Add import subscription --> | 382 <!-- Add import subscription --> |
383 <div id="dialog-content-import" class="dialog-content"> | 383 <div id="dialog-content-import" class="dialog-content"> |
384 <form data-validation="custom" novalidate> | 384 <form data-validation="custom" novalidate> |
385 <p class="floating-input"> | 385 <p class="floating-input"> |
386 <input placeholder=" " id="import-list-title" type="text" class="d
efault-focus" required /> | 386 <input placeholder=" " id="import-list-title" type="text" class="d
efault-focus" required /> |
387 <label for="import-list-title" class="i18n_options_dialog_import_s
ubscription_title"></label> | 387 <label for="import-list-title" class="i18n_options_dialog_import_s
ubscription_title"></label> |
388 <span class="attention"></span> | 388 <span class="icon attention"></span> |
389 <span class="i18n_options_dialog_import_subscription_title_error e
rror-msg"></span> | 389 <span class="i18n_options_dialog_import_subscription_title_error e
rror-msg"></span> |
390 </p> | 390 </p> |
391 <p class="floating-input"> | 391 <p class="floating-input"> |
392 <input placeholder=" " id="import-list-url" type="url" required/> | 392 <input placeholder=" " id="import-list-url" type="url" required/> |
393 <label for="import-list-url" class="i18n_options_dialog_import_sub
scription_location"></label> | 393 <label for="import-list-url" class="i18n_options_dialog_import_sub
scription_location"></label> |
394 <span class="attention"></span> | 394 <span class="icon attention"></span> |
395 <span class="i18n_options_dialog_import_subscription_location_erro
r error-msg"></span> | 395 <span class="i18n_options_dialog_import_subscription_location_erro
r error-msg"></span> |
396 </p> | 396 </p> |
397 <p class="side-controls"> | 397 <p class="side-controls"> |
398 <button class="i18n_options_customFilter_cancel secondary" type="r
eset" data-action="close-dialog"></button> | 398 <button class="i18n_options_customFilter_cancel secondary" type="r
eset" data-action="close-dialog"></button> |
399 <button type="button" class="i18n_options_dialog_import_title prim
ary" data-action="validate-import-subscription"></button> | 399 <button type="button" class="i18n_options_dialog_import_title prim
ary" data-action="validate-import-subscription"></button> |
400 </p> | 400 </p> |
401 </form> | 401 </form> |
402 </div> | 402 </div> |
403 <!-- Add predefined subscription --> | 403 <!-- Add predefined subscription --> |
404 <div id="dialog-content-predefined" class="dialog-content"> | 404 <div id="dialog-content-predefined" class="dialog-content"> |
405 <div class="dialog-content-block"> | 405 <div class="dialog-content-block"> |
406 <h3></h3> | 406 <h3></h3> |
407 <div class="url"></div> | 407 <div class="url"></div> |
408 <button class="i18n_options_dialog_predefined_confirm default-focus
primary" data-action="add-predefined-subscription"></button> | 408 <button class="i18n_options_dialog_predefined_confirm default-focus
primary" data-action="add-predefined-subscription"></button> |
409 </div> | 409 </div> |
410 </div> | 410 </div> |
411 </div> | 411 </div> |
412 <!-- Placeholder element to determine when to wrap focus around --> | 412 <!-- Placeholder element to determine when to wrap focus around --> |
413 <span class="focus-last" tabindex="0"></span> | 413 <span class="focus-last" tabindex="0"></span> |
414 </div> | 414 </div> |
415 <!-- Notification --> | 415 <!-- Notification --> |
416 <div id="notification" aria-hidden="true" aria-live="polite"> | 416 <div id="notification" aria-hidden="true" aria-live="polite"> |
417 <strong id="notification-text"></strong> | 417 <strong id="notification-text"></strong> |
418 <button id="hide-notification" data-action="hide-notification"> | 418 <button class="icon close secondary" data-action="hide-notification"> |
419 <span class="i18n_options_notification_hide sr-only"></span> | 419 <span class="i18n_options_notification_hide sr-only"></span> |
420 </button> | 420 </button> |
421 </div> | 421 </div> |
422 </body> | 422 </body> |
423 </html> | 423 </html> |
OLD | NEW |