| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 - This file is part of Adblock Plus <http://adblockplus.org/>, | 4 - This file is part of Adblock Plus <http://adblockplus.org/>, |
| 5 - Copyright (C) 2006-2013 Eyeo GmbH | 5 - Copyright (C) 2006-2013 Eyeo GmbH |
| 6 - | 6 - |
| 7 - Adblock Plus is free software: you can redistribute it and/or modify | 7 - Adblock Plus is free software: you can redistribute it and/or modify |
| 8 - it under the terms of the GNU General Public License version 3 as | 8 - it under the terms of the GNU General Public License version 3 as |
| 9 - published by the Free Software Foundation. | 9 - published by the Free Software Foundation. |
| 10 - | 10 - |
| (...skipping 23 matching lines...) Expand all Loading... | |
| 34 <div id="logo"></div> | 34 <div id="logo"></div> |
| 35 </header> | 35 </header> |
| 36 | 36 |
| 37 <div id="wrapper"> | 37 <div id="wrapper"> |
| 38 <div id="notification"> | 38 <div id="notification"> |
| 39 <h1> | 39 <h1> |
| 40 <span id="notification-title"></span> | 40 <span id="notification-title"></span> |
| 41 <span id="close-notification"></span> | 41 <span id="close-notification"></span> |
| 42 </h1> | 42 </h1> |
| 43 <div id="notification-message"></div> | 43 <div id="notification-message"></div> |
| 44 <div id="notification-question"> | |
|
Felix Dahlke
2014/03/18 14:21:41
I'm not sure without having seen it in action, but
Thomas Greiner
2014/03/19 13:45:40
Right, it is good to have that redundancy for crit
| |
| 45 <button id="notification-yes" class="i18n_overlay_notification_button_yes" ></button> | |
| 46 <button id="notification-no" class="i18n_overlay_notification_button_no">< /button> | |
| 47 </div> | |
| 44 </div> | 48 </div> |
| 45 | 49 |
| 46 <div id="clickhide-instructions" class="i18n_clickhide_instructions"></div> | 50 <div id="clickhide-instructions" class="i18n_clickhide_instructions"></div> |
| 47 | 51 |
| 48 <ul id="menu"> | 52 <ul id="menu"> |
| 49 <li id="enabled" class="menu-item" role="button"> | 53 <li id="enabled" class="menu-item" role="button"> |
| 50 <div class="icon"></div> | 54 <div class="icon"></div> |
| 51 <span id="enabled-yes" class="i18n_enabled_for_site"></span> | 55 <span id="enabled-yes" class="i18n_enabled_for_site"></span> |
| 52 <span id="enabled-no" class="i18n_disabled_for_site"></span> | 56 <span id="enabled-no" class="i18n_disabled_for_site"></span> |
| 53 </li> | 57 </li> |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 92 </ul> | 96 </ul> |
| 93 </div> | 97 </div> |
| 94 | 98 |
| 95 <footer id="options" role="button"> | 99 <footer id="options" role="button"> |
| 96 <div class="icon"></div> | 100 <div class="icon"></div> |
| 97 <span class="i18n_options_short"></span> | 101 <span class="i18n_options_short"></span> |
| 98 </footer> | 102 </footer> |
| 99 | 103 |
| 100 </body> | 104 </body> |
| 101 </html> | 105 </html> |
| OLD | NEW |