| Left: | ||
| Right: | 
| 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-2017 eyeo GmbH | 4 - Copyright (C) 2006-2017 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 29 matching lines...) Expand all Loading... | |
| 40 | 40 | 
| 41 <nav> | 41 <nav> | 
| 42 <ul id="nav-tablist" class="tabs vertical" | 42 <ul id="nav-tablist" class="tabs vertical" | 
| 43 role="tablist" data-action="switch-tab" | 43 role="tablist" data-action="switch-tab" | 
| 44 data-keys="ArrowLeft ArrowUp ArrowRight ArrowDown"> | 44 data-keys="ArrowLeft ArrowUp ArrowRight ArrowDown"> | 
| 45 <li id="tab-general" role="tab" data-tab="general" | 45 <li id="tab-general" role="tab" data-tab="general" | 
| 46 aria-selected="true" aria-controls="content-general" | 46 aria-selected="true" aria-controls="content-general" | 
| 47 tabindex="0"> | 47 tabindex="0"> | 
| 48 <span class="i18n_options_tab_general"></span> | 48 <span class="i18n_options_tab_general"></span> | 
| 49 </li> | 49 </li> | 
| 50 <li id="tab-whitelist" role="tab" data-tab="whitelist" | |
| 51 aria-controls="content-whitelist" | |
| 52 tabindex="-1"> | |
| 53 <span class="i18n_options_tab_whitelist"></span> | |
| 54 </li> | |
| 50 <li id="tab-advanced" role="tab" data-tab="advanced" | 55 <li id="tab-advanced" role="tab" data-tab="advanced" | 
| 51 aria-controls="content-advanced" tabindex="-1"> | 56 aria-controls="content-advanced" tabindex="-1"> | 
| 52 <span class="i18n_options_tab_advanced"></span> | 57 <span class="i18n_options_tab_advanced"></span> | 
| 53 </li> | 58 </li> | 
| 54 <li id="tab-help" role="tab" data-tab="help" | 59 <li id="tab-help" role="tab" data-tab="help" | 
| 55 aria-controls="content-help" tabindex="-1"> | 60 aria-controls="content-help" tabindex="-1"> | 
| 56 <span class="i18n_options_tab_help"></span> | 61 <span class="i18n_options_tab_help"></span> | 
| 57 </li> | 62 </li> | 
| 58 </ul> | 63 </ul> | 
| 59 </nav> | 64 </nav> | 
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 152 data-tooltip="options_acceptableAds_title_tooltip" | 157 data-tooltip="options_acceptableAds_title_tooltip" | 
| 153 data-tooltip-image="skin/tooltips/acceptable-ads.png"></sp an> | 158 data-tooltip-image="skin/tooltips/acceptable-ads.png"></sp an> | 
| 154 </div> | 159 </div> | 
| 155 <ul id="acceptableads-table" class="table list"> | 160 <ul id="acceptableads-table" class="table list"> | 
| 156 <template> | 161 <template> | 
| 157 <button data-action="toggle-remove-subscription" role="check box" class="control"></button> | 162 <button data-action="toggle-remove-subscription" role="check box" class="control"></button> | 
| 158 <label class="display"></label> | 163 <label class="display"></label> | 
| 159 </template> | 164 </template> | 
| 160 </ul> | 165 </ul> | 
| 161 </div> | 166 </div> | 
| 162 <div id="whitelisting"> | 167 </div> | 
| 163 <div class="option-name"> | 168 </div> | 
| 164 <strong class="i18n_options_whitelisted_title"></strong> | 169 </div> | 
| 165 <span class="i18n_options_readMore" | 170 | 
| 166 data-tooltip="options_whitelisted_title_tooltip" | 171 <!-- Whitelist tab content --> | 
| 167 data-tooltip-image="skin/tooltips/whitelisted.png" | 172 <div id="content-whitelist" role="tabpanel" aria-labelledby="tab-whiteli st"> | 
| 168 data-tooltip-flip="horizontal"></span> | 173 <h1 class="i18n_options_tab_whitelist"></h1> | 
| 169 </div> | 174 <p class="i18n_options_whitelist_description"></p> | 
| 170 <ul id="whitelisting-table" class="table list"> | 175 <form> | 
| 171 <template> | 176 <input id="whitelisting-textbox" type="text"> | 
| 172 <label class="display"></label> | 177 <button id="whitelisting-add-button" | 
| 173 <button data-action="remove-filter" class="delete control" t itle="options_control_remove_title"></button> | 178 type="submit" | 
| 174 </template> | 179 data-action="add-domain-exception" | 
| 175 </ul> | 180 class="i18n_options_whitelist_add" disabled> | 
| 176 <div class="controls"> | 181 </button> | 
| 177 <button data-action="edit-domain-exception"> | 182 <div id="whitelisting-validation"></div> | 
| 178 <span class="icon icon-add"></span> | 183 </form> | 
| 179 <span class="i18n_options_whitelisted_add"></span> | 184 <ul id="whitelisting-table" class="table list"> | 
| 180 </button> | 185 <template> | 
| 181 <div> | 186 <label class="display"></label> | 
| 182 <span class="icon icon-add" data-action="add-domain-exceptio n"></span> | 187 <button data-action="remove-filter" class="delete control" | 
| 183 <input type="text" id="whitelisting-textbox" placeholder="ww w.example.com" /> | 188 title="options_control_remove_title"> | 
| 184 <span class="icon icon-enter" data-action="add-domain-except ion"></span> | 189 </button> | 
| 185 </div> | 190 </template> | 
| 186 <div> | 191 </ul> | 
| 187 <button id="whitelisting-add-button" class="button-add" data -action="add-domain-exception"> | |
| 188 +<span class="i18n_options_button_add"></span> | |
| 189 </button> | |
| 190 <span></span> | |
| 191 <button class="i18n_options_button_cancel cancel-button" dat a-action="cancel-domain-exception"></button> | |
| 192 </div> | |
| 193 </div> | |
| 194 </div> | |
| 195 </div> | |
| 196 </div> | |
| 197 </div> | 192 </div> | 
| 198 | 193 | 
| 199 <!-- Advanced tab content --> | 194 <!-- Advanced tab content --> | 
| 200 <div id="content-advanced" role="tabpanel" | 195 <div id="content-advanced" role="tabpanel" | 
| 201 aria-labelledby="tab-advanced"> | 196 aria-labelledby="tab-advanced"> | 
| 202 <div> | 197 <div> | 
| 203 <h1 class="i18n_options_tab_advanced"></h1> | 198 <h1 class="i18n_options_tab_advanced"></h1> | 
| 204 <p class="i18n_options_advanced_description"></p> | 199 <p class="i18n_options_advanced_description"></p> | 
| 205 <section> | 200 <section> | 
| 206 <h2 class="i18n_options_customize_header"></h2> | 201 <h2 class="i18n_options_customize_header"></h2> | 
| (...skipping 23 matching lines...) Expand all Loading... | |
| 230 </label> | 225 </label> | 
| 231 </li> | 226 </li> | 
| 232 </ul> | 227 </ul> | 
| 233 </section> | 228 </section> | 
| 234 </div> | 229 </div> | 
| 235 | 230 | 
| 236 <section> | 231 <section> | 
| 237 <h1 class="i18n_options_filterList_title"></h1> | 232 <h1 class="i18n_options_filterList_title"></h1> | 
| 238 <p id="filter-lists-description" class="i18n_options_filterList_desc ription"></p> | 233 <p id="filter-lists-description" class="i18n_options_filterList_desc ription"></p> | 
| 239 | 234 | 
| 235 <div id="all-filter-lists-table-header"> | |
| 236 <h2 class="i18n_options_filterList_column_status"></h2> | |
| 237 <h2 class="i18n_options_filterList_column_name"></h2> | |
| 238 <h2 class="i18n_options_filterList_column_update"></h2> | |
| 239 </div> | |
| 240 <ul class="table cols" id="all-filter-lists-table"> | 240 <ul class="table cols" id="all-filter-lists-table"> | 
| 241 <li class="static header"> | |
| 242 <h2 class="i18n_options_filterList_column_status"></h2> | |
| 243 <h2 class="i18n_options_filterList_column_name"></h2> | |
| 244 <h2 class="i18n_options_filterList_column_update"></h2> | |
| 245 </li> | |
| 246 <template> | 241 <template> | 
| 247 <button data-action="remove-subscription" class="control delete" ></button> | 242 <button data-action="remove-subscription" class="control delete" ></button> | 
| 248 <button data-action="toggle-disable-subscription" role="checkbox " class="control"> | 243 <button data-action="toggle-disable-subscription" role="checkbox " class="control"> | 
| 249 </button> | 244 </button> | 
| 250 <div class="state"> | 245 <div class="state"> | 
| 251 <span class="i18n_options_filterList_state_active" id="state-a ctive"></span> | 246 <span class="i18n_options_filterList_state_active" id="state-a ctive"></span> | 
| 252 <span class="i18n_options_filterList_state_disabled" id="state -disabled"></span> | 247 <span class="i18n_options_filterList_state_disabled" id="state -disabled"></span> | 
| 253 </div> | 248 </div> | 
| 254 <div> | 249 <div> | 
| 255 <label class="display"></label> | 250 <label class="display"></label> | 
| 256 </div> | 251 </div> | 
| 257 <span class="last-update"></span> | 252 <span class="last-update"></span> | 
| 258 <span class="message"></span> | 253 <span class="message"></span> | 
| 259 <a href="#" data-action="open-context-menu" class="arrow"></a> | 254 <a data-action="open-context-menu" class="arrow"></a> | 
| 260 <div role="menubar" class="context-menu-wrapper"> | 255 <div role="menubar" class="context-menu-wrapper"> | 
| 
 
Thomas Greiner
2017/07/07 13:01:09
Since we're now making the context menu accessible
 
saroyanm
2017/07/10 11:38:00
Good point.
 
saroyanm
2017/07/12 15:29:01
Done.
 
 | |
| 261 <div class="context-menu"> | 256 <div class="context-menu"> | 
| 262 <div class="content"> | 257 <ul class="content" role="menu"> | 
| 263 <a role="menuitem" href="#" class="i18n_options_filterList _updateNow update-subscription" data-action="update-subscription"></a> | 258 <li role="menuitem"> | 
| 264 <a role="menuitem" class="i18n_options_filterList_website website" target="_blank"></a> | 259 <a class="i18n_options_filterList_updateNow update-subsc ription" data-action="update-subscription"></a> | 
| 265 <a role="menuitem" class="i18n_options_filterList_source s ource" target="_blank"></a> | 260 </li> | 
| 266 <a role="menuitem" href="#" class="i18n_options_filterList _delete delete" data-action="remove-subscription"></a> | 261 <li role="menuitem"> | 
| 267 </div> | 262 <a class="i18n_options_filterList_website website" targe t="_blank"></a> | 
| 263 </li> | |
| 264 <li role="menuitem"> | |
| 265 <a class="i18n_options_filterList_source source" target= "_blank"></a> | |
| 266 </li> | |
| 267 <li role="menuitem"> | |
| 268 <a class="i18n_options_filterList_delete delete" data-ac tion="remove-subscription"></a> | |
| 269 </li> | |
| 270 </ul> | |
| 268 </div> | 271 </div> | 
| 269 </div> | 272 </div> | 
| 270 </template> | 273 </template> | 
| 271 </ul> | 274 </ul> | 
| 272 <div class="controls"> | 275 <div class="controls"> | 
| 273 <button data-action="open-dialog" data-dialog="custom"> | 276 <button data-action="open-dialog" data-dialog="custom"> | 
| 274 <span class="icon icon-add"></span> | 277 <span class="icon icon-add"></span> | 
| 275 <span class="i18n_options_filterList_add"></span> | 278 <span class="i18n_options_filterList_add"></span> | 
| 276 </button> | 279 </button> | 
| 277 <button data-action="update-all-subscriptions"> | 280 <button data-action="update-all-subscriptions"> | 
| 278 <span class="icon icon-update"></span> | 281 <span class="icon icon-update"></span> | 
| 279 <span class="i18n_options_filterList_update"></span> | 282 <span class="i18n_options_filterList_update"></span> | 
| 280 </button> | 283 </button> | 
| 281 </div> | 284 </div> | 
| 282 </section> | 285 </section> | 
| 283 | 286 | 
| 284 <section> | 287 <section> | 
| 285 <h1 class="i18n_options_customFilters_title"></h1> | 288 <h1 class="i18n_options_customFilters_title"></h1> | 
| 286 <p class="i18n_options_customFilters_description"></p> | 289 <p class="i18n_options_customFilters_description"></p> | 
| 287 <h2 class="i18n_options_customFilters_widget_title"></h2> | 290 <h2 class="i18n_options_customFilters_widget_title"></h2> | 
| 288 <div id="custom-filters" class="mode-empty"> | 291 <div id="custom-filters"> | 
| 289 <div id="empty-custom-filters"> | 292 <div id="empty-custom-filters"> | 
| 290 <p class="i18n_options_customFilters_tip"></p> | 293 <p class="i18n_options_customFilters_tip"></p> | 
| 291 <button class="i18n_options_customFilters_start" data-action="ed it-custom-filters"> | 294 <button class="i18n_options_customFilters_start" data-action="ed it-custom-filters"> | 
| 292 </button> | 295 </button> | 
| 293 <p> | 296 <p> | 
| 294 <a class="i18n_options_customFilters_learn" id="link-filters" target="_blank"></a> | 297 <a class="i18n_options_customFilters_learn" id="link-filters" target="_blank"></a> | 
| 295 </p> | 298 </p> | 
| 296 </div> | 299 </div> | 
| 297 <select id="custom-filters-box" multiple></select> | 300 <textarea id="custom-filters-raw" rows="15"></textarea> | 
| 
 
Thomas Greiner
2017/07/07 13:01:09
What's the reason for making this a `<select>` ele
 
saroyanm
2017/07/10 11:38:00
Interesting, shouldn't we allow them to delete the
 
saroyanm
2017/07/10 13:27:43
This will not be a regression, as user still can r
 
saroyanm
2017/07/12 15:29:00
Done.
 
 | |
| 298 <textarea id="custom-filters-raw"></textarea> | |
| 299 <button id="custom-filters-edit" class="i18n_options_customFilter_ edit" data-action="edit-custom-filters"> | 301 <button id="custom-filters-edit" class="i18n_options_customFilter_ edit" data-action="edit-custom-filters"> | 
| 300 </button> | 302 </button> | 
| 301 <div id="custom-filters-raw-controls"> | 303 <div id="custom-filters-raw-controls"> | 
| 302 <button class="i18n_options_customFilter_save" data-action="save -custom-filters"> | 304 <button class="i18n_options_customFilter_save" data-action="save -custom-filters"> | 
| 303 </button> | 305 </button> | 
| 304 <button class="i18n_options_customFilter_cancel" data-action="ca ncel-custom-filters"> | 306 <button class="i18n_options_customFilter_cancel" data-action="ca ncel-custom-filters"> | 
| 305 </button> | 307 </button> | 
| 306 </div> | 308 </div> | 
| 307 </div> | 309 </div> | 
| 308 </section> | 310 </section> | 
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 394 <div class="url"></div> | 396 <div class="url"></div> | 
| 395 <button class="i18n_options_dialog_predefined_confirm default-focus" data-action="add-predefined-subscription"></button> | 397 <button class="i18n_options_dialog_predefined_confirm default-focus" data-action="add-predefined-subscription"></button> | 
| 396 </div> | 398 </div> | 
| 397 </div> | 399 </div> | 
| 398 </div> | 400 </div> | 
| 399 <!-- Placeholder element to determine when to wrap focus around --> | 401 <!-- Placeholder element to determine when to wrap focus around --> | 
| 400 <span class="focus-last" tabindex="0"></span> | 402 <span class="focus-last" tabindex="0"></span> | 
| 401 </div> | 403 </div> | 
| 402 </body> | 404 </body> | 
| 403 </html> | 405 </html> | 
| LEFT | RIGHT |