Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: options.html

Issue 8432019: Added acceptable ads list to the options UI (Closed)
Patch Set: Created Sept. 25, 2012, 2:18 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/adblockplus_compat.js ('k') | options.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 21 matching lines...) Expand all
32 white-space: pre; 32 white-space: pre;
33 } 33 }
34 34
35 #subscriptionTemplate, 35 #subscriptionTemplate,
36 #addSubscriptionContainer, 36 #addSubscriptionContainer,
37 #customSubscriptionContainer 37 #customSubscriptionContainer
38 { 38 {
39 display: none; 39 display: none;
40 } 40 }
41 41
42 #acceptableAdsContainer
43 {
44 margin-top: 10px;
45 }
46
47 #acceptableAdsLink,
48 #acceptableAdsDocs
49 {
50 margin-left: 10px;
51 margin-right: 10px;
52 }
53
42 .subscription 54 .subscription
43 { 55 {
44 margin: 3px 0px; 56 margin: 3px 0px;
45 } 57 }
46 58
47 .subscriptionRemoveButton, 59 .subscriptionRemoveButton,
48 .subscriptionEnabledContainer, 60 .subscriptionEnabledContainer,
49 .subscriptionTitle 61 .subscriptionTitle
50 { 62 {
51 margin-right: 1em; 63 margin-right: 1em;
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 <div id="customSubscriptionContainer"> 166 <div id="customSubscriptionContainer">
155 <p> 167 <p>
156 <span class="i18n_subscriptionSelection_title_label"></span><br /> 168 <span class="i18n_subscriptionSelection_title_label"></span><br />
157 <input type="text" id="customSubscriptionTitle" style="width:500px" /> 169 <input type="text" id="customSubscriptionTitle" style="width:500px" />
158 </p> 170 </p>
159 <p> 171 <p>
160 <span class="i18n_subscriptionSelection_location_label"></span><br /> 172 <span class="i18n_subscriptionSelection_location_label"></span><br />
161 <input type="text" id="customSubscriptionLocation" style="width:500px" /> 173 <input type="text" id="customSubscriptionLocation" style="width:500px" />
162 </p> 174 </p>
163 </div> 175 </div>
176
177 <div id="acceptableAdsContainer">
178 <input type="checkbox" id="acceptableAds" />
179 <span class="i18n_filters_acceptableAds2_label"></span>
180 <a id="acceptableAdsLink" href="#" class="i18n_filters_viewList_label">< /a>
181 <a id="acceptableAdsDocs" href="#" class="i18n_filters_readMore_label">< /a>
182 </div>
164 </p> 183 </p>
165 </div> 184 </div>
166 185
167 <div id="tab-whitelisted"> 186 <div id="tab-whitelisted">
168 <p class="i18n_disabled_for_these_domains"></p> 187 <p class="i18n_disabled_for_these_domains"></p>
169 188
170 <form id="whitelistForm" action="#"> 189 <form id="whitelistForm" action="#">
171 <table> 190 <table>
172 <tr> 191 <tr>
173 <td style="max-width:100%"> 192 <td style="max-width:100%">
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 <input type="checkbox" id="hidePlaceholders" /><span class="i18n_overlay _hideplaceholders_label"></span> 264 <input type="checkbox" id="hidePlaceholders" /><span class="i18n_overlay _hideplaceholders_label"></span>
246 </div> 265 </div>
247 </p> 266 </p>
248 267
249 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1 0"</p> 268 <p class="i18n_found_a_bug">"https://adblockplus.org/forum/viewforum.php?f=1 0"</p>
250 </div> 269 </div>
251 </div> 270 </div>
252 271
253 </body> 272 </body>
254 </html> 273 </html>
OLDNEW
« no previous file with comments | « lib/adblockplus_compat.js ('k') | options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld