Left: | ||
Right: |
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-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, |
11 - but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 - GNU General Public License for more details. | 13 - GNU General Public License for more details. |
14 - | 14 - |
15 - You should have received a copy of the GNU General Public License | 15 - You should have received a copy of the GNU General Public License |
16 - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. | 16 - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
17 --> | 17 --> |
18 | 18 |
19 <html> | 19 <html> |
20 <head> | 20 <head> |
21 <meta charset="utf-8"> | 21 <meta charset="utf-8"> |
22 <title class="i18n_options_page_title"></title> | 22 <title class="i18n_options_page_title"></title> |
23 <link rel="stylesheet" href="skin/common.css"> | 23 <link rel="stylesheet" href="skin/common.css"> |
24 <link rel="stylesheet" href="skin/new-options.css"> | 24 <link rel="stylesheet" href="skin/new-options.css"> |
25 <style id="search-style"></style> | |
26 <script src="ext/common.js"></script> | 25 <script src="ext/common.js"></script> |
27 <script src="ext/content.js"></script> | 26 <script src="ext/content.js"></script> |
28 <script src="common.js"></script> | 27 <script src="common.js"></script> |
29 <script src="i18n.js"></script> | 28 <script src="i18n.js"></script> |
30 <script src="new-options.js"></script> | 29 <script src="new-options.js"></script> |
31 </head> | 30 </head> |
32 <body data-tab="general"> | 31 <body data-tab="general"> |
33 <!-- Navigation sidebar --> | 32 <!-- Navigation sidebar --> |
34 <div id="nav-sidebar"> | 33 <div id="nav-sidebar"> |
35 <div id="fixed-sidebar" class="fixed"> | 34 <div id="fixed-sidebar" class="fixed"> |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
80 </ul> | 79 </ul> |
81 </footer> | 80 </footer> |
82 </div> | 81 </div> |
83 </div> | 82 </div> |
84 <div id="content"> | 83 <div id="content"> |
85 <div id="content-wrapper"> | 84 <div id="content-wrapper"> |
86 <div id="dialog-background"></div> | 85 <div id="dialog-background"></div> |
87 | 86 |
88 <!-- General tab content --> | 87 <!-- General tab content --> |
89 <div id="content-general" role="tabpanel" aria-labelledby="tab-general"> | 88 <div id="content-general" role="tabpanel" aria-labelledby="tab-general"> |
90 <div> | 89 <h1 class="i18n_options_tab_general"></h1> |
91 <h1 class="i18n_options_blocking_title"></h1> | 90 <p class="i18n_options_general_description"></p> |
92 <div class="hbox"> | 91 <section> |
93 <div id="blocking-languages"> | 92 <h2 class="i18n_options_privacy_header"></h2> |
94 <div class="option-name"> | 93 <ul id="recommend-security-list-table" class="table list"> |
95 <span class="i18n_options_language_title"></span> | 94 <template> |
96 <span class="i18n_options_readMore" | 95 <button data-action="toggle-remove-subscription" role="checkbox" class="control"></button> |
97 data-tooltip="options_language_title_tooltip" | 96 <label class="display"></label> |
98 data-tooltip-image="skin/tooltips/block.png"></span> | 97 <span class="i18n_options_readMore" data-tooltip="options_more_% value%_tooltip"></span> |
99 </div> | 98 </template> |
100 <ul id="blocking-languages-table" class="table list"> | 99 </ul> |
101 <template> | 100 </section> |
102 <button data-action="toggle-disable-subscription" role="chec kbox" class="control" title="options_control_toggle_title"></button> | 101 <section> |
103 <label class="display"></label> | 102 <h2 class="i18n_options_aa_header"></h2> |
104 <button data-action="remove-subscription" class="delete cont rol" title="options_control_remove_title"></button> | 103 <p class="i18n_options_aa_description"></p> |
105 </template> | 104 <form id="acceptable-ads"> |
106 </ul> | 105 <div> |
107 <div class="controls"> | 106 <input data-action="enable-aa" type="radio" name="acceptable-ads " value="tracking"> |
Thomas Greiner
2017/08/09 18:14:48
Detail: I noticed that you created three messages
saroyanm
2017/08/14 14:00:08
I'll do in your suggested way.
saroyanm
2017/08/16 14:17:35
Done, I used none, for the block all option value,
| |
108 <button data-action="open-dialog" data-dialog="language"> | 107 <label class="i18n_options_aa_tracking_label"></label> |
109 <span class="icon icon-add"></span> | 108 <p id="enable-aa-description" class="i18n_options_aa_tracking_de scription_1"></p> |
110 <span class="i18n_options_language_add"></span> | 109 <p class="i18n_options_aa_tracking_description_2"></p> |
111 </button> | |
112 </div> | |
113 </div> | 110 </div> |
114 <div id="further-blocking"> | 111 <div> |
115 <div class="option-name"> | 112 <input data-action="enable-privacy-aa" type="radio" name="accept able-ads" value="no-tracking"> |
116 <strong class="i18n_options_more_title"></strong> | 113 <label class="i18n_options_aa_no_tracking_label"></label> |
117 <span class="i18n_options_readMore" | 114 <p class="i18n_options_aa_no_tracking_description"></p> |
118 data-tooltip="options_more_title_tooltip" | 115 <p id="no-dnt" class="i18n_options_aa_no_dnt_notification"></p> |
Thomas Greiner
2017/08/09 18:14:48
Suggestion: Can we drop the "no" in "no-dnt" and "
saroyanm
2017/08/14 14:00:08
Acknowledged.
saroyanm
2017/08/16 14:17:35
Done.
| |
119 data-tooltip-image="skin/tooltips/more.png" | 116 </div> |
120 data-tooltip-flip="horizontal"></span> | 117 <div> |
121 </div> | 118 <input data-action="block-all" type="radio" name="acceptable-ads " value="disable"> |
122 <div id="custom-wrapper"> | 119 <label class="i18n_options_aa_disable_label"></label> |
123 <ul id="recommend-list-table" class="table list"> | 120 </div> |
124 <template> | 121 </form> |
125 <button data-action="toggle-remove-subscription" role="che ckbox" class="control"></button> | 122 </section> |
126 <div class="fill"> | 123 <section> |
127 <label class="display" | 124 <h2 class="i18n_options_language_header"></h2> |
128 data-tooltip="options_more_%value%_tooltip" | 125 <p class="i18n_options_language_description"></p> |
129 data-tooltip-native></label> | 126 <div id="blocking-languages"> |
130 </div> | 127 <ul id="blocking-languages-table" class="table list"> |
131 </template> | 128 <template> |
132 </ul> | 129 <label class="display"></label> |
133 <ul id="custom-list-table" class="table list"> | 130 <button data-single="hidden" data-action="remove-subscription" class="delete control" title="options_control_remove_title"></button> |
134 <template> | 131 <button data-single="visible" data-action="save-change-subscri ption,open-dialog" data-dialog="language-change" class="i18n_options_language_ch ange"></button> |
135 <button data-action="toggle-disable-subscription" role="ch eckbox" class="control" title="options_control_toggle_title"></button> | 132 </template> |
136 <label class="display"></label> | 133 </ul> |
137 <button data-action="remove-subscription" class="delete co ntrol" title="options_control_remove_title"></button> | 134 <div class="controls"> |
138 </template> | 135 <button data-action="open-dialog" data-dialog="language-add"> |
139 </ul> | 136 <span class="i18n_options_language_add"></span> |
140 </div> | 137 </button> |
141 <div class="controls"> | |
142 <button data-action="open-dialog" data-dialog="custom"> | |
143 <span class="icon icon-add"></span> | |
144 <span class="i18n_options_more_add"><span> | |
145 </button> | |
146 </div> | |
147 </div> | 138 </div> |
148 </div> | 139 </div> |
149 </div> | 140 <p class="i18n_options_language_tip"></p> |
150 <div> | 141 </section> |
151 <h1 class="i18n_options_exceptions_title"></h1> | 142 <section> |
152 <div class="hbox"> | 143 <h2 class="i18n_options_more_filters_header"></h2> |
153 <div id="acceptable-ads"> | 144 <p class="i18n_options_more_filters_description"></p> |
154 <div class="option-name"> | 145 <ul id="custom-list-table" class="table list"> |
155 <strong class="i18n_options_acceptableAds_title"></strong> | 146 <template> |
156 <span class="i18n_options_readMore" | 147 <label class="display"></label> |
157 data-tooltip="options_acceptableAds_title_tooltip" | 148 <span class="i18n_options_readMore" data-tooltip="options_more_% value%_tooltip"></span> |
158 data-tooltip-image="skin/tooltips/acceptable-ads.png"></sp an> | 149 <button data-action="remove-subscription" class="delete control" title="options_control_remove_title"></button> |
159 </div> | 150 </template> |
160 <ul id="acceptableads-table" class="table list"> | 151 </ul> |
161 <template> | 152 <p class="i18n_options_more_filters_note"></p> |
162 <button data-action="toggle-remove-subscription" role="check box" class="control"></button> | 153 </section> |
163 <label class="display"></label> | |
164 </template> | |
165 </ul> | |
166 </div> | |
167 </div> | |
168 </div> | |
169 </div> | 154 </div> |
170 | 155 |
171 <!-- Whitelist tab content --> | 156 <!-- Whitelist tab content --> |
172 <div id="content-whitelist" role="tabpanel" aria-labelledby="tab-whiteli st"> | 157 <div id="content-whitelist" role="tabpanel" aria-labelledby="tab-whiteli st"> |
173 <h1 class="i18n_options_tab_whitelist"></h1> | 158 <h1 class="i18n_options_tab_whitelist"></h1> |
174 <p class="i18n_options_whitelist_description"></p> | 159 <p class="i18n_options_whitelist_description"></p> |
175 <form> | 160 <form> |
176 <input id="whitelisting-textbox" type="text"> | 161 <input id="whitelisting-textbox" type="text"> |
177 <button id="whitelisting-add-button" | 162 <button id="whitelisting-add-button" |
178 type="submit" | 163 type="submit" |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
337 </p> | 322 </p> |
338 </div> | 323 </div> |
339 </div> | 324 </div> |
340 </div> | 325 </div> |
341 | 326 |
342 <!-- Dialog --> | 327 <!-- Dialog --> |
343 <div id="dialog" role="dialog" aria-hidden="true"> | 328 <div id="dialog" role="dialog" aria-hidden="true"> |
344 <header> | 329 <header> |
345 <span id="dialog-title"> | 330 <span id="dialog-title"> |
346 <span id="dialog-title-custom" class="i18n_options_dialog_custom_title "></span> | 331 <span id="dialog-title-custom" class="i18n_options_dialog_custom_title "></span> |
347 <span id="dialog-title-language" class="i18n_options_dialog_language_t itle"></span> | 332 <span id="dialog-title-language-add" class="i18n_options_dialog_langua ge_title"></span> |
333 <span id="dialog-title-language-change" class="i18n_options_dialog_lan guage_title"></span> | |
348 <span id="dialog-title-predefined" class="i18n_options_dialog_predefin ed_title"></span> | 334 <span id="dialog-title-predefined" class="i18n_options_dialog_predefin ed_title"></span> |
349 </span> | 335 </span> |
350 <button id="dialog-close" class="i18n_options_close focus-first" data-ac tion="close-dialog"></button> | 336 <button id="dialog-close" class="i18n_options_close focus-first" data-ac tion="close-dialog"></button> |
351 </header> | 337 </header> |
352 <div id="dialog-body" class="content"> | 338 <div id="dialog-body" class="content"> |
353 <!-- Add language subscription --> | 339 <!-- Add language subscription --> |
354 <div id="dialog-content-language" class="dialog-content"> | 340 <div id="dialog-content-language-add" class="dialog-content"> |
355 <div class="dialog-content-block"> | 341 <ul id="all-lang-table-add" class="table list"> |
356 <h3 class="i18n_options_dialog_language_added"></h3> | 342 <template> |
357 <ul id="blocking-languages-dialog-table" class="table list"> | 343 <button data-action="add-language-subscription,close-dialog" class ="control" role="checkbox"> |
358 <template> | |
359 <label class="display"></label> | 344 <label class="display"></label> |
360 </template> | 345 </button> |
361 </ul> | 346 </template> |
362 </div> | 347 </ul> |
363 <div id="other-language" class="dialog-content-block"> | 348 </div> |
364 <div> | 349 <!-- Change language subscription --> |
Thomas Greiner
2017/08/09 18:14:48
This is pretty much exactly the same dialog as the
saroyanm
2017/08/14 14:00:08
agree
saroyanm
2017/08/16 14:17:35
Done.
| |
365 <label for="find-language" class="i18n_options_dialog_language_oth er"></label> | 350 <div id="dialog-content-language-change" class="dialog-content"> |
366 <input type="search" id="find-language" class="default-focus" /> | 351 <ul id="all-lang-table-change" class="table list"> |
367 </div> | 352 <template> |
368 <ul id="all-lang-table" class="table list"> | 353 <button data-action="change-language-subscription,close-dialog" cl ass="control" role="checkbox"> |
369 <template> | |
370 <button data-action="add-language-subscription" class="button-ad d control"> | |
371 +<span class="i18n_options_button_add"></span> | |
372 </button> | |
373 <label class="display"></label> | 354 <label class="display"></label> |
374 </template> | 355 </button> |
375 </ul> | 356 </template> |
376 </div> | 357 </ul> |
377 </div> | 358 </div> |
378 <!-- Add custom subscription --> | 359 <!-- Add custom subscription --> |
379 <div id="dialog-content-custom" class="dialog-content"> | 360 <div id="dialog-content-custom" class="dialog-content"> |
380 <div class="dialog-content-block"> | 361 <div class="dialog-content-block"> |
381 <div> | 362 <div> |
382 <label for="blockingList-textbox" class="i18n_options_dialog_custo m_subscription_title"></label> | 363 <label for="blockingList-textbox" class="i18n_options_dialog_custo m_subscription_title"></label> |
383 <input id="blockingList-textbox" type="text" class="default-focus" placeholder="www.example.com/blockinglist.txt" /> | 364 <input id="blockingList-textbox" type="text" class="default-focus" placeholder="www.example.com/blockinglist.txt" /> |
384 </div> | 365 </div> |
385 <button class="i18n_options_dialog_custom_import" data-action="impor t-subscription"></button> | 366 <button class="i18n_options_dialog_custom_import" data-action="impor t-subscription"></button> |
386 </div> | 367 </div> |
387 <div class="dialog-content-block"> | 368 <div class="dialog-content-block"> |
388 <h3 class="i18n_options_dialog_edit_own_list"></h3> | 369 <h3 class="i18n_options_dialog_edit_own_list"></h3> |
389 <button class="i18n_options_dialog_create_own_list" data-action="clo se-dialog,switch-tab,edit-custom-filters" data-tab="advanced"></button> | 370 <button class="i18n_options_dialog_create_own_list" data-action="clo se-dialog,switch-tab,edit-custom-filters" data-tab="advanced"></button> |
390 </div> | 371 </div> |
391 </div> | 372 </div> |
392 <!-- Add predefined subscription --> | 373 <!-- Add predefined subscription --> |
393 <div id="dialog-content-predefined" class="dialog-content"> | 374 <div id="dialog-content-predefined" class="dialog-content"> |
394 <div class="dialog-content-block"> | 375 <div class="dialog-content-block"> |
395 <h3></h3> | 376 <h3></h3> |
396 <div class="url"></div> | 377 <div class="url"></div> |
397 <button class="i18n_options_dialog_predefined_confirm default-focus" data-action="add-predefined-subscription"></button> | 378 <button class="i18n_options_dialog_predefined_confirm default-focus" data-action="add-predefined-subscription"></button> |
398 </div> | 379 </div> |
399 </div> | 380 </div> |
400 </div> | 381 </div> |
401 <!-- Placeholder element to determine when to wrap focus around --> | 382 <!-- Placeholder element to determine when to wrap focus around --> |
402 <span class="focus-last" tabindex="0"></span> | 383 <span class="focus-last" tabindex="0"></span> |
403 </div> | 384 </div> |
404 </body> | 385 </body> |
405 </html> | 386 </html> |
OLD | NEW |