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 10 matching lines...) Expand all Loading... |
21 <head> | 21 <head> |
22 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | 22 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
23 <link type="text/css" href="jquery-ui/css/smoothness/jquery-ui-1.8.16.custom.css
" rel="stylesheet" /> | 23 <link type="text/css" href="jquery-ui/css/smoothness/jquery-ui-1.8.16.custom.css
" rel="stylesheet" /> |
24 <style type="text/css" media="screen"> | 24 <style type="text/css" media="screen"> |
25 body { | 25 body { |
26 font-size: 75%; | 26 font-size: 75%; |
27 font-family: Helvetica, Arial, sans-serif; | 27 font-family: Helvetica, Arial, sans-serif; |
28 min-width: 170px; | 28 min-width: 170px; |
29 background: #ffffff; | 29 background: #ffffff; |
30 color: #000000; | 30 color: #000000; |
| 31 overflow: hidden; |
31 } | 32 } |
32 | 33 |
33 a { text-decoration: none } | 34 a { text-decoration: none } |
34 | 35 |
35 #notification | 36 #notification |
36 { | 37 { |
37 min-width: 240px; | 38 min-width: 240px; |
38 margin-bottom: 10px; | 39 margin-bottom: 10px; |
39 border-radius: 5px; | 40 border-radius: 5px; |
40 border: 2px solid; | 41 border: 2px solid; |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 } | 107 } |
107 | 108 |
108 #shareBox > a | 109 #shareBox > a |
109 { | 110 { |
110 display: block; | 111 display: block; |
111 margin-top: 5px; | 112 margin-top: 5px; |
112 } | 113 } |
113 </style> | 114 </style> |
114 | 115 |
115 <script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script> | 116 <script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script> |
| 117 <script type="text/javascript" src="ext/common.js"></script> |
| 118 <script type="text/javascript" src="ext/background.js"></script> |
116 <script type="text/javascript" src="i18n.js"></script> | 119 <script type="text/javascript" src="i18n.js"></script> |
117 <script type="text/javascript" src="popup.js"></script> | 120 <script type="text/javascript" src="popup.js"></script> |
118 <script type="text/javascript" src="notification.js"></script> | 121 <script type="text/javascript" src="notification.js"></script> |
119 <script type="text/javascript" src="stats.js"></script> | 122 <script type="text/javascript" src="stats.js"></script> |
120 </head> | 123 </head> |
121 <!-- Set tabindex to work around Chromium issue 304532 --> | 124 <!-- Set tabindex to work around Chromium issue 304532 --> |
122 <body id="main" tabindex="1"> | 125 <body id="main" tabindex="1"> |
123 <div id="notification" style="display: none"> | 126 <div id="notification" style="display: none"> |
124 <h1 id="title"></h1> | 127 <h1 id="title"></h1> |
125 <p id="message"></p> | 128 <p id="message"></p> |
126 </div> | 129 </div> |
127 | 130 |
128 <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> | 131 <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> |
129 <div id="clickHideInactiveStuff" style="display: none"> | 132 <div id="clickHideInactiveStuff" style="display: none"> |
130 <div class="spacer"></div> | 133 <div class="spacer"></div> |
131 <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> | 134 <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> |
132 </div> | 135 </div> |
133 | 136 |
134 <div id="clickHideActiveStuff" style="display: none"> | 137 <div id="clickHideActiveStuff" style="display: none"> |
135 <div id="clickHideMsg"><span class="i18n_clickhide_instructions"></span></div> | 138 <div id="clickHideMsg"><span class="i18n_clickhide_instructions"></span></div> |
136 <div class="spacer"></div> | 139 <div class="spacer"></div> |
137 <button id="cancelButton" class="ui-button ui-widget ui-state-default ui-corner-
all ui-button-text-only"><span class="i18n_cancel"></span></button> | 140 <button id="cancelButton" class="ui-button ui-widget ui-state-default ui-corner-
all ui-button-text-only"><span class="i18n_cancel"></span></button> |
138 </div> | 141 </div> |
139 | 142 |
| 143 <div class="spacer"></div> |
| 144 <button id="optionsButton" class="ui-button ui-widget ui-state-default ui-corner
-all ui-button-text-only"><span class="i18n_options"></span></button> |
| 145 |
140 <div id="statsContainer" hidden> | 146 <div id="statsContainer" hidden> |
141 <strong class="i18n_stats_title"></strong> | 147 <strong class="i18n_stats_title"></strong> |
142 <div id="stats"> | 148 <div id="stats"> |
143 <div id="statsPage" class="label"></div> | 149 <div id="statsPage" class="label"></div> |
144 <div id="statsTotal" class="label"></div> | 150 <div id="statsTotal" class="label"></div> |
145 </div> | 151 </div> |
146 <div> | 152 <div> |
147 <a id="share" class="i18n_stats_share_title" href="#"></a> | 153 <a id="share" class="i18n_stats_share_title" href="#"></a> |
148 <div id="shareBox" hidden> | 154 <div id="shareBox" hidden> |
149 <a class="i18n_stats_share_label_fb ui-button ui-widget ui-state-default u
i-corner-all" data-social="facebook"></a> | 155 <a class="i18n_stats_share_label_fb ui-button ui-widget ui-state-default u
i-corner-all" data-social="facebook"></a> |
150 <a id="shareTwitter" class="i18n_stats_share_label_twitter ui-button ui-wi
dget ui-state-default ui-corner-all" data-social="twitter"></a> | 156 <a id="shareTwitter" class="i18n_stats_share_label_twitter ui-button ui-wi
dget ui-state-default ui-corner-all" data-social="twitter"></a> |
151 <a id="shareGplus" class="i18n_stats_share_label_gplus ui-button ui-widget
ui-state-default ui-corner-all" data-social="gplus"></a> | 157 <a id="shareGplus" class="i18n_stats_share_label_gplus ui-button ui-widget
ui-state-default ui-corner-all" data-social="gplus"></a> |
152 </div> | 158 </div> |
153 </div> | 159 </div> |
154 </div> | 160 </div> |
155 | 161 |
156 </div> | 162 </div> |
157 </body> | 163 </body> |
158 </html> | 164 </html> |
OLD | NEW |