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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 display: block; | 50 display: block; |
51 } | 51 } |
52 </style> | 52 </style> |
53 | 53 |
54 <script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script> | 54 <script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script> |
55 <script type="text/javascript" src="i18n.js"></script> | 55 <script type="text/javascript" src="i18n.js"></script> |
56 <script type="text/javascript" src="popup.js"></script> | 56 <script type="text/javascript" src="popup.js"></script> |
57 </head> | 57 </head> |
58 <body id="main"> | 58 <body id="main"> |
59 <div id="enabledCheckboxAndLabel" style="display:none"><input id="enabled" type=
"checkbox" checked><label for="enabled"><span class="i18n_enabled_for_site"></sp
an></label></div> | 59 <div id="enabledCheckboxAndLabel" style="display:none"><input id="enabled" type=
"checkbox" checked><label for="enabled"><span class="i18n_enabled_for_site"></sp
an></label></div> |
60 <div id="mustReloadMsg" style="display:none"><span class="i18n_new_filters_added
"></span></div> | |
61 <div id="clickHideInactiveStuff" style="display: none"> | 60 <div id="clickHideInactiveStuff" style="display: none"> |
62 <div class="spacer"></div> | 61 <div class="spacer"></div> |
63 <button id="clickHideButton" class="ui-button ui-widget ui-state-default ui-corn
er-all ui-button-text-only"><span class="i18n_easy_create_filter"></span></butto
n> | 62 <button id="clickHideButton" class="ui-button ui-widget ui-state-default ui-corn
er-all ui-button-text-only"><span class="i18n_easy_create_filter"></span></butto
n> |
64 </div> | 63 </div> |
65 | 64 |
66 <div id="clickHideActiveStuff" style="display: none"> | 65 <div id="clickHideActiveStuff" style="display: none"> |
67 <div id="clickHideMsg"><span class="i18n_clickhide_instructions"></span></div> | 66 <div id="clickHideMsg"><span class="i18n_clickhide_instructions"></span></div> |
68 <div class="spacer"></div> | 67 <div class="spacer"></div> |
69 <button id="cancelButton" class="ui-button ui-widget ui-state-default ui-corner-
all ui-button-text-only"><span class="i18n_cancel"></span></button> | 68 <button id="cancelButton" class="ui-button ui-widget ui-state-default ui-corner-
all ui-button-text-only"><span class="i18n_cancel"></span></button> |
70 </div> | 69 </div> |
71 | 70 |
72 </div> | 71 </div> |
73 </body> | 72 </body> |
74 </html> | 73 </html> |
OLD | NEW |