Left: | ||
Right: |
OLD | NEW |
---|---|
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
4 <link type="text/css" href="jquery-ui/css/smoothness/jquery-ui-1.8.16.custom.css " rel="stylesheet" /> | 4 <link type="text/css" href="jquery-ui/css/smoothness/jquery-ui-1.8.16.custom.css " rel="stylesheet" /> |
5 <script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script> | 5 <script type="text/javascript" src="jquery-ui/js/jquery-1.7.1.min.js"></script> |
6 <script type="text/javascript" src="jquery-ui/js/jquery-ui-1.8.16.custom.min.js" ></script> | 6 <script type="text/javascript" src="jquery-ui/js/jquery-ui-1.8.16.custom.min.js" ></script> |
7 <script type="text/javascript" src="i18n.js" charset="utf-8"></script> | 7 <script type="text/javascript" src="i18n.js" charset="utf-8"></script> |
8 <script type="text/javascript" src="options.js" charset="utf-8"></script> | 8 <script type="text/javascript" src="options.js" charset="utf-8"></script> |
9 <title>Adblock Plus Options</title> | 9 <title>Adblock Plus Options</title> |
10 <style type="text/css" media="screen"> | 10 <style type="text/css" media="screen"> |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
120 <td> | 120 <td> |
121 <h1><span class="i18n_options"></span></h1> | 121 <h1><span class="i18n_options"></span></h1> |
122 </td> | 122 </td> |
123 </tr> | 123 </tr> |
124 </table> | 124 </table> |
125 | 125 |
126 <div id="tabs"> | 126 <div id="tabs"> |
127 <ul> | 127 <ul> |
128 <li><a href="#tab-filterlists"><span class="i18n_filter_lists"></span></a></ li> | 128 <li><a href="#tab-filterlists"><span class="i18n_filter_lists"></span></a></ li> |
129 <li><a href="#tab-userfilters"><span class="i18n_add_your_own_filters"></spa n></a></li> | 129 <li><a href="#tab-userfilters"><span class="i18n_add_your_own_filters"></spa n></a></li> |
130 <li><a href="#tab-whitelisted"><span class="i18n_whitelisted_domains"></span ></a></li> | |
131 <li><a href="#tab-general"><span class="i18n_general"></span></a></li> | 130 <li><a href="#tab-general"><span class="i18n_general"></span></a></li> |
132 </ul> | 131 </ul> |
133 | 132 |
134 <div id="tab-filterlists"> | 133 <div id="tab-filterlists"> |
135 <p> | 134 <p> |
136 <span class="i18n_enable_only_the"></span> | 135 <span class="i18n_enable_only_the"></span> |
137 </p> | 136 </p> |
138 <p> | 137 <p> |
139 <span class="i18n_out_of_date_lists"></span> | 138 <span class="i18n_out_of_date_lists"></span> |
140 <button id="updateFilterLists" class="refreshButton"><span class="i18n_upd ate_now"></span></button><br /> | 139 <button id="updateFilterLists" class="refreshButton"><span class="i18n_upd ate_now"></span></button><br /> |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
175 </p> | 174 </p> |
176 </div> | 175 </div> |
177 | 176 |
178 <div id="acceptableAdsContainer"> | 177 <div id="acceptableAdsContainer"> |
179 <input type="checkbox" id="acceptableAds" /> | 178 <input type="checkbox" id="acceptableAds" /> |
180 <span class="i18n_filters_acceptableAds2_label"></span> | 179 <span class="i18n_filters_acceptableAds2_label"></span> |
181 <a id="acceptableAdsLink" href="#" class="i18n_filters_viewList_label">< /a> | 180 <a id="acceptableAdsLink" href="#" class="i18n_filters_viewList_label">< /a> |
182 <a id="acceptableAdsDocs" href="#" class="i18n_filters_readMore_label">< /a> | 181 <a id="acceptableAdsDocs" href="#" class="i18n_filters_readMore_label">< /a> |
183 </div> | 182 </div> |
184 </p> | 183 </p> |
185 </div> | 184 </div> |
Wladimir Palant
2012/10/23 05:25:19
Won't this cause errors in the code attempting to
Felix Dahlke
2012/10/23 07:28:45
Agreed, done. But I had to remove the link, becaus
| |
186 | 185 |
187 <div id="tab-whitelisted"> | |
188 <p class="i18n_disabled_for_these_domains"></p> | |
189 | |
190 <form id="whitelistForm" action="#"> | |
191 <table> | |
192 <tr> | |
193 <td style="max-width:100%"> | |
194 <input type="text" value="" id="newWhitelistDomain" style="width:100%" > | |
195 </td> | |
196 <td> | |
197 <button class="addButton" type="submit"><span class="i18n_add_domain_b utton"></span></button> | |
198 </td> | |
199 </tr> | |
200 | |
201 <tr> | |
202 <td> | |
203 <select id="excludedDomainsBox" size="10" multiple style="width:500px; background: white;"></select> | |
204 </td> | |
205 <td> | |
206 <button id="removeWhitelist" class="removeButton"><span class="i18n_re move_button"></span></button> | |
207 </td> | |
208 </tr> | |
209 </table> | |
210 </form> | |
211 </div> | |
212 | |
213 <div id="tab-userfilters"> | 186 <div id="tab-userfilters"> |
214 <p class="i18n_filter_must_follow_syntax">"http://adblockplus.org/en/filters "</p> | 187 <p class="i18n_filter_must_follow_syntax">"http://adblockplus.org/en/filters "</p> |
215 | 188 |
216 <form id="customFilterForm" action="#"> | 189 <form id="customFilterForm" action="#"> |
217 <table> | 190 <table> |
218 <tr> | 191 <tr> |
219 <td> | 192 <td> |
220 <input type="text" value="" id="newFilter" style="width:500px"> | 193 <input type="text" value="" id="newFilter" style="width:500px"> |
221 </td> | 194 </td> |
222 <td> | 195 <td> |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
256 <input type="checkbox" id="shouldShowIcon" /><span class="i18n_show_icon "></span> | 229 <input type="checkbox" id="shouldShowIcon" /><span class="i18n_show_icon "></span> |
257 </div> | 230 </div> |
258 </p> | 231 </p> |
259 | 232 |
260 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1 4"</p> | 233 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1 4"</p> |
261 </div> | 234 </div> |
262 </div> | 235 </div> |
263 | 236 |
264 </body> | 237 </body> |
265 </html> | 238 </html> |
OLD | NEW |