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

Delta Between Two Patch Sets: html/templates/index.html

Issue 5427527162003456: Issue 1086 - Add acceptable ads checkbox to the settings page (Closed)
Left Patch Set: Created July 21, 2014, 11:42 a.m.
Right Patch Set: Cosmetic fixes Created July 22, 2014, 3:56 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « html/static/js/IESettings.js ('k') | locales/en.ini » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- saved from url=(0014)about:internet --> 2 <!-- saved from url=(0014)about:internet -->
3 <html lang="en"> 3 <html lang="en">
4 <head> 4 <head>
5 <title>Adblock Plus Options</title> 5 <title>Adblock Plus Options</title>
6 <meta name="viewport" content="width=device-width, initial-scale=1"/> 6 <meta name="viewport" content="width=device-width, initial-scale=1"/>
7 <link rel="stylesheet" href="../static/css/settings.css"/> 7 <link rel="stylesheet" href="../static/css/settings.css"/>
8 8
9 <!--[if lt IE 7]> 9 <!--[if lt IE 7]>
10 <script src="../static/js/vendor/DD_belatedPNG.js"></script> 10 <script src="../static/js/vendor/DD_belatedPNG.js"></script>
(...skipping 18 matching lines...) Expand all
29 <li class="feature"> 29 <li class="feature">
30 <div id="feature-language" class="feature-image"></div> 30 <div id="feature-language" class="feature-image"></div>
31 <div class="feature-description"> 31 <div class="feature-description">
32 <p class="feature-text"> 32 <p class="feature-text">
33 <span id="localeLanguageLabel" class="feature-title">Language:</sp an><span id="localeLanguageDescription" class="feature-title">Select your langua ge to get the most out of Adblock Plus so that it can get rid of all ads on the websites you visit.</span> 33 <span id="localeLanguageLabel" class="feature-title">Language:</sp an><span id="localeLanguageDescription" class="feature-title">Select your langua ge to get the most out of Adblock Plus so that it can get rid of all ads on the websites you visit.</span>
34 </p> 34 </p>
35 <p> 35 <p>
36 <select id="language"></select> 36 <select id="language"></select>
37 </p> 37 </p>
38 <p> 38 <p>
39 <input type="checkbox" id="acceptableAdsCheckbox" onchange="acceptab leAdsChange(this)"/><label id="acceptableAdsLabel" for="acceptableAdsCheckbox">E nable some non-intrusive advertising</label> 39 <input type="checkbox" id="acceptableAdsCheckbox"/><label id="accept ableAdsLabel" for="acceptableAdsCheckbox">Enable some non-intrusive advertising< /label>
Felix Dahlke 2014/07/21 13:15:37 onchange is not pretty, can you register the handl
40 </p> 40 </p>
41 </div> 41 </div>
42 </li> 42 </li>
43 <li class="feature"> 43 <li class="feature">
44 <div id="feature-exceptions" class="feature-image"></div> 44 <div id="feature-exceptions" class="feature-image"></div>
45 <div class="feature-description"> 45 <div class="feature-description">
46 <p class="feature-text"> 46 <p class="feature-text">
47 <span id="localeBlockingLabel" class="feature-title">Manage Blocki ng:</span><span id="localeBlockingDescription" class="feature-title">You can dis able adblocking for some websites. Manage your list of websites for which you wa nt to see ads.</span> 47 <span id="localeBlockingLabel" class="feature-title">Manage Blocki ng:</span><span id="localeBlockingDescription" class="feature-title">You can dis able adblocking for some websites. Manage your list of websites for which you wa nt to see ads.</span>
48 </p> 48 </p>
49 49
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 </li> 85 </li>
86 </ul> 86 </ul>
87 </div> 87 </div>
88 </footer> 88 </footer>
89 89
90 <script src="../static/js/ieEventListenerPolyfill.js"></script> 90 <script src="../static/js/ieEventListenerPolyfill.js"></script>
91 <script src="../static/js/settings.js"></script> 91 <script src="../static/js/settings.js"></script>
92 <script src="../static/js/IESettings.js"></script> 92 <script src="../static/js/IESettings.js"></script>
93 </body> 93 </body>
94 </html> 94 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld