LEFT | RIGHT |
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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 </div> | 100 </div> |
101 <div id="toggle-tracking" class="toggle"> | 101 <div id="toggle-tracking" class="toggle"> |
102 <div class="i18n_firstRun_toggle_on toggle-on"></div> | 102 <div class="i18n_firstRun_toggle_on toggle-on"></div> |
103 <div class="toggle-blob"></div> | 103 <div class="toggle-blob"></div> |
104 <div class="i18n_firstRun_toggle_off toggle-off"></div> | 104 <div class="i18n_firstRun_toggle_off toggle-off"></div> |
105 </div> | 105 </div> |
106 </div> | 106 </div> |
107 </li> | 107 </li> |
108 | 108 |
109 </ul> | 109 </ul> |
| 110 |
110 </div> | 111 </div> |
111 <div id="activate-features" class="i18n_firstRun_feature_activate" data-st
atus="overview"> | 112 |
| 113 |
| 114 <div id="activate-features" class="overview" data-status="overview"> |
| 115 <div class="arrow"></div> |
| 116 <a id="activate-features-label"> |
| 117 <span id="label-show-expanded" class="i18n_firstRun_feature_show_expan
ded"></span> |
| 118 <span id="label-show-overview" class="i18n_firstRun_feature_show_overv
iew hide"></span> |
| 119 </a> |
| 120 |
| 121 <div class="arrow"></div> |
112 </div> | 122 </div> |
113 </section> | 123 </section> |
114 | 124 |
115 <section id="share"> | 125 <section id="share"> |
| 126 <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2> |
| 127 |
116 <div id="donate-block"> | 128 <div id="donate-block"> |
117 <a id="donate" class="i18n_firstRun_donate" target="_blank"></a> | 129 <a id="donate" class="i18n_firstRun_donate" target="_blank"></a> |
| 130 <span id="donate-label" class="i18n_firstRun_donate_label"></span> |
118 </div> | 131 </div> |
119 | 132 |
120 <div id="share-block"> | 133 <div id="share-block"> |
121 <h2 class="i18n_firstRun_or_tell"></h2> | 134 <div id="share-general" class="share-buttons"> |
122 <div id="share-buttons"> | |
123 <a id="share-facebook" href="https://www.facebook.com/adblockplus" tar
get="_blank" data-script="https://facebook.com/plugins/like.php?"> | 135 <a id="share-facebook" href="https://www.facebook.com/adblockplus" tar
get="_blank" data-script="https://facebook.com/plugins/like.php?"> |
124 </a> | 136 </a> |
125 <a id="share-twitter" href="https://twitter.com/adblockplus" target="_
blank" data-script="https://platform.twitter.com/widgets.js"> | 137 <a id="share-twitter" href="https://twitter.com/adblockplus" target="_
blank" data-script="https://platform.twitter.com/widgets.js"> |
126 </a> | 138 </a> |
127 <a id="share-gplus" href="https://www.google.com/+AdblockPlus" target=
"_blank" data-script="https://apis.google.com/js/plusone.js"> | 139 <a id="share-gplus" href="https://www.google.com/+AdblockPlus" target=
"_blank" data-script="https://apis.google.com/js/plusone.js"> |
128 </a> | 140 </a> |
129 </div> | 141 </div> |
| 142 |
| 143 <!-- Chinese social networks --> |
| 144 <div id="share-chinese" class="share-buttons"> |
| 145 <a id="share-renren" href="http://www.renren.com/601651969" target="_b
lank"> |
| 146 </a> |
| 147 <a id="share-weibo" href="http://e.weibo.com/adblockplus/" target="_bl
ank"> |
| 148 </a> |
| 149 </div> |
| 150 <span class="i18n_firstRun_share"></span> |
130 </div> | 151 </div> |
| 152 |
131 </section> | 153 </section> |
132 | 154 |
| 155 <footer> |
| 156 <a id="contributors" class="i18n_firstRun_contributor_credits"></a> |
| 157 </footer> |
| 158 |
| 159 |
133 <div id="glass-pane"> | 160 <div id="glass-pane"> |
134 <iframe id="share-popup" scrolling="no"></iframe> | 161 <iframe id="share-popup" scrolling="no"></iframe> |
135 </div> | 162 </div> |
136 </body> | 163 </body> |
137 </html> | 164 </html> |
LEFT | RIGHT |