OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- | 2 <!-- |
3 - This file is part of Adblock Plus <http://adblockplus.org/>, | 3 - This file is part of Adblock Plus <http://adblockplus.org/>, |
4 - Copyright (C) 2006-2013 Eyeo GmbH | 4 - Copyright (C) 2006-2013 Eyeo GmbH |
5 - | 5 - |
6 - Adblock Plus is free software: you can redistribute it and/or modify | 6 - Adblock Plus is free software: you can redistribute it and/or modify |
7 - it under the terms of the GNU General Public License version 3 as | 7 - it under the terms of the GNU General Public License version 3 as |
8 - published by the Free Software Foundation. | 8 - published by the Free Software Foundation. |
9 - | 9 - |
10 - Adblock Plus is distributed in the hope that it will be useful, | 10 - Adblock Plus is distributed in the hope that it will be useful, |
(...skipping 28 matching lines...) Expand all Loading... |
39 <h2 id="features-title" class="i18n_firstRun_features"></h2> | 39 <h2 id="features-title" class="i18n_firstRun_features"></h2> |
40 | 40 |
41 <ul id="features"> | 41 <ul id="features"> |
42 <li id="feature-typo" class="feature" hidden="true"> | 42 <li id="feature-typo" class="feature" hidden="true"> |
43 <div class="feature-image"></div> | 43 <div class="feature-image"></div> |
44 <div class="feature-description"> | 44 <div class="feature-description"> |
45 <p class="feature-text"> | 45 <p class="feature-text"> |
46 <span class="i18n_firstRun_feature_typo feature-title"></span> <sp
an class="i18n_firstRun_feature_typo_description"></span> | 46 <span class="i18n_firstRun_feature_typo feature-title"></span> <sp
an class="i18n_firstRun_feature_typo_description"></span> |
47 </p> | 47 </p> |
48 </div> | 48 </div> |
49 <button id="toggle-typo"></button> | 49 <div id="toggle-typo" class="toggle enable"> |
| 50 <div class="toggle-inner"> |
| 51 <div class="i18n_firstRun_toggle_on toggle-on"></div> |
| 52 <div class="toggle-blob"></div> |
| 53 <div class="i18n_firstRun_toggle_off toggle-off"></div> |
| 54 </div> |
| 55 </div> |
50 </li> | 56 </li> |
51 <li id="feature-malware" class="feature"> | 57 <li id="feature-malware" class="feature"> |
52 <div class="feature-image"></div> | 58 <div class="feature-image"></div> |
53 <div class="feature-description"> | 59 <div class="feature-description"> |
54 <p class="feature-text"> | 60 <p class="feature-text"> |
55 <span class="i18n_firstRun_feature_malware feature-title"></span>
<span class="i18n_firstRun_feature_malware_description"></span> | 61 <span class="i18n_firstRun_feature_malware feature-title"></span>
<span class="i18n_firstRun_feature_malware_description"></span> |
56 </p> | 62 </p> |
57 </div> | 63 </div> |
58 <button id="toggle-malware"></button> | 64 <div id="toggle-malware" class="toggle enable"> |
| 65 <div class="toggle-inner"> |
| 66 <div class="i18n_firstRun_toggle_on toggle-on"></div> |
| 67 <div class="toggle-blob"></div> |
| 68 <div class="i18n_firstRun_toggle_off toggle-off"></div> |
| 69 </div> |
| 70 </div> |
59 </li> | 71 </li> |
60 <li id="feature-social" class="feature"> | 72 <li id="feature-social" class="feature"> |
61 <div class="feature-image"></div> | 73 <div class="feature-image"></div> |
62 <div class="feature-description"> | 74 <div class="feature-description"> |
63 <p class="feature-text"> | 75 <p class="feature-text"> |
64 <span class="i18n_firstRun_feature_social feature-title"></span> <
span class="i18n_firstRun_feature_social_description"></span> | 76 <span class="i18n_firstRun_feature_social feature-title"></span> <
span class="i18n_firstRun_feature_social_description"></span> |
65 </p> | 77 </p> |
66 </div> | 78 </div> |
67 <button id="toggle-social"></button> | 79 <div id="toggle-social" class="toggle enable"> |
| 80 <div class="toggle-inner"> |
| 81 <div class="i18n_firstRun_toggle_on toggle-on"></div> |
| 82 <div class="toggle-blob"></div> |
| 83 <div class="i18n_firstRun_toggle_off toggle-off"></div> |
| 84 </div> |
| 85 </div> |
68 </li> | 86 </li> |
69 <li id="feature-tracking" class="feature"> | 87 <li id="feature-tracking" class="feature"> |
70 <div class="feature-image"></div> | 88 <div class="feature-image"></div> |
71 <div class="feature-description"> | 89 <div class="feature-description"> |
72 <p class="feature-text"> | 90 <p class="feature-text"> |
73 <span class="i18n_firstRun_feature_tracking feature-title"></span>
<span class="i18n_firstRun_feature_tracking_description"></span> | 91 <span class="i18n_firstRun_feature_tracking feature-title"></span>
<span class="i18n_firstRun_feature_tracking_description"></span> |
74 </p> | 92 </p> |
75 </div> | 93 </div> |
76 <button id="toggle-tracking"></button> | 94 <div id="toggle-tracking" class="toggle enable"> |
| 95 <div class="toggle-inner"> |
| 96 <div class="i18n_firstRun_toggle_on toggle-on"></div> |
| 97 <div class="toggle-blob"></div> |
| 98 <div class="i18n_firstRun_toggle_off toggle-off"></div> |
| 99 </div> |
| 100 </div> |
77 </li> | 101 </li> |
78 </ul> | 102 </ul> |
79 | 103 |
80 <footer id="social"> | 104 <footer id="social"> |
81 <h1 class="i18n_firstRun_share"></h1> | 105 <h1 class="i18n_firstRun_share"></h1> |
82 <ul> | 106 <ul> |
83 <li> | 107 <li> |
84 <a id="share-facebook" class="share-button" href="#" title="Share on
Facebook"></a> | 108 <a id="share-facebook" class="share-button" href="https://www.facebo
ok.com/adblockplus" title="Share on Facebook"></a> |
85 </li> | 109 </li> |
86 <li> | 110 <li> |
87 <a id="share-twitter" class="share-button" href="#" title="Share on
Twitter"></a> | 111 <a id="share-twitter" class="share-button" href="https://twitter.com
/adblockplus" title="Share on Twitter"></a> |
88 </li> | 112 </li> |
89 <li> | 113 <li> |
90 <a id="share-gplus" class="share-button" href="#" title="Share on Go
ogle+"></a> | 114 <a id="share-gplus" class="share-button" href="https://www.google.co
m/+AdblockPlus" title="Share on Google+"></a> |
91 </li> | 115 </li> |
92 </ul> | 116 </ul> |
93 </footer> | 117 </footer> |
94 </div> | 118 </div> |
95 | 119 |
96 <div id="glass-pane"> | 120 <div id="glass-pane"> |
97 <iframe id="share-popup" scrolling="no"></iframe> | 121 <iframe id="share-popup" scrolling="no"></iframe> |
98 </div> | 122 </div> |
99 </body> | 123 </body> |
100 </html> | 124 </html> |
OLD | NEW |