OLD | NEW |
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>avast! Ad Blocker - powered by Adblock Plus</title> | 5 <title>avast! Ad Blocker - powered by Adblock Plus</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> |
11 <script>DD_belatedPNG.fix("#logo, .feature-image, #abp-logo div");</script
> | 11 <script>DD_belatedPNG.fix("#logo, .feature-image, #abp-logo div");</script
> |
12 <![endif]--> | 12 <![endif]--> |
13 <!--[if lt IE 9]> | 13 <!--[if lt IE 9]> |
14 <script src="../static/js/vendor/html5shiv.js"></script> | 14 <script src="../static/js/vendor/html5shiv.js"></script> |
15 <![endif]--> | 15 <![endif]--> |
16 </head> | 16 </head> |
17 | 17 |
18 <body onload="init()"> | 18 <body onload="init()"> |
19 <div id="wrapper"> | 19 <div id="wrapper"> |
20 <header> | 20 <header> |
21 <div id="logo"></div> | 21 <div id="logo"></div> |
22 <h1 id="title">Ad Blocker</h1> | 22 <h1 id="title">Ad Filter</h1> |
23 </header> | 23 </header> |
24 | 24 |
25 <ul id="features"> | 25 <ul id="features"> |
26 <li class="feature"> | 26 <li class="feature"> |
27 <div id="feature-language" class="feature-image"></div> | 27 <div id="feature-language" class="feature-image"></div> |
28 <div class="feature-description"> | 28 <div class="feature-description"> |
29 <div id="localeLanguageLabel" class="feature-title">Language:</div> | 29 <div id="localeLanguageLabel" class="feature-title">Language:</div> |
30 <p id="localeLanguageDescription" class="feature-text"> | 30 <p id="localeLanguageDescription" class="feature-text"> |
31 Select your language to get the most out of avast! Ad Blocker so t
hat it can get rid of all ads on the websites you visit. | 31 Select your language to get the most out of avast! Ad Filter so th
at it can get rid of all ads on the websites you visit. |
32 </p> | 32 </p> |
33 <select id="language"> | 33 <select id="language"> |
34 </select> | 34 </select> |
35 </div> | 35 </div> |
36 </li> | 36 </li> |
37 <li class="feature"> | 37 <li class="feature"> |
38 <div id="feature-exceptions" class="feature-image"></div> | 38 <div id="feature-exceptions" class="feature-image"></div> |
39 <div class="feature-description"> | 39 <div class="feature-description"> |
40 <div id="localeBlockingLabel" class="feature-title">Manage Blocking:
</div> | 40 <div id="localeBlockingLabel" class="feature-title">Manage Blocking:
</div> |
41 <p id="localeBlockingDescription" class="feature-text"> | 41 <p id="localeBlockingDescription" class="feature-text"> |
(...skipping 27 matching lines...) Expand all Loading... |
69 </li> | 69 </li> |
70 --> | 70 --> |
71 </ul> | 71 </ul> |
72 </div> | 72 </div> |
73 | 73 |
74 <footer> | 74 <footer> |
75 <a href="http://adblockplus.org/" target="_blank"> | 75 <a href="http://adblockplus.org/" target="_blank"> |
76 Powered by <span id="abp-name">Adblock Plus</span> | 76 Powered by <span id="abp-name">Adblock Plus</span> |
77 </a> | 77 </a> |
78 </footer> | 78 </footer> |
79 | 79 |
80 <script src="../static/js/settings.js"></script> | 80 <script src="../static/js/settings.js"></script> |
81 <script src="../static/js/IESettings.js"></script> | 81 <script src="../static/js/IESettings.js"></script> |
82 </body> | 82 </body> |
83 </html> | 83 </html> |
OLD | NEW |