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

Side by Side Diff: html/templates/index.html

Issue 5427527162003456: Issue 1086 - Add acceptable ads checkbox to the settings page (Closed)
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:
View unified diff | Download patch
« no previous file with comments | « html/static/js/IESettings.js ('k') | locales/en.ini » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 14 matching lines...) Expand all
25 <h1 id="title">Adblock Plus Options</h1> 25 <h1 id="title">Adblock Plus Options</h1>
26 </header> 26 </header>
27 27
28 <ul id="features"> 28 <ul id="features">
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 <select id="language"></select> 36 <select id="language"></select>
37 </p>
38 <p>
39 <input type="checkbox" id="acceptableAdsCheckbox"/><label id="accept ableAdsLabel" for="acceptableAdsCheckbox">Enable some non-intrusive advertising< /label>
40 </p>
36 </div> 41 </div>
37 </li> 42 </li>
38 <li class="feature"> 43 <li class="feature">
39 <div id="feature-exceptions" class="feature-image"></div> 44 <div id="feature-exceptions" class="feature-image"></div>
40 <div class="feature-description"> 45 <div class="feature-description">
41 <p class="feature-text"> 46 <p class="feature-text">
42 <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>
43 </p> 48 </p>
44 49
45 <div id="exceptions"> 50 <div id="exceptions">
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 </li> 85 </li>
81 </ul> 86 </ul>
82 </div> 87 </div>
83 </footer> 88 </footer>
84 89
85 <script src="../static/js/ieEventListenerPolyfill.js"></script> 90 <script src="../static/js/ieEventListenerPolyfill.js"></script>
86 <script src="../static/js/settings.js"></script> 91 <script src="../static/js/settings.js"></script>
87 <script src="../static/js/IESettings.js"></script> 92 <script src="../static/js/IESettings.js"></script>
88 </body> 93 </body>
89 </html> 94 </html>
OLDNEW
« no previous file with comments | « html/static/js/IESettings.js ('k') | locales/en.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld