| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <!-- saved from url=(0014)about:internet --> | 2 <!-- saved from url=(0014)about:internet --> |
| 3 <!-- | 3 <!-- |
| 4 - This file is part of Adblock Plus <https://adblockplus.org/>, | 4 - This file is part of Adblock Plus <https://adblockplus.org/>, |
| 5 - Copyright (C) 2006-2015 Eyeo GmbH | 5 - Copyright (C) 2006-2015 Eyeo GmbH |
| 6 - | 6 - |
| 7 - Adblock Plus is free software: you can redistribute it and/or modify | 7 - Adblock Plus is free software: you can redistribute it and/or modify |
| 8 - it under the terms of the GNU General Public License version 3 as | 8 - it under the terms of the GNU General Public License version 3 as |
| 9 - published by the Free Software Foundation. | 9 - published by the Free Software Foundation. |
| 10 - | 10 - |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 <!--[if lt IE 9]> | 32 <!--[if lt IE 9]> |
| 33 <script src="../static/js/vendor/html5shiv.js"></script> | 33 <script src="../static/js/vendor/html5shiv.js"></script> |
| 34 <![endif]--> | 34 <![endif]--> |
| 35 </head> | 35 </head> |
| 36 <body> | 36 <body> |
| 37 <div id="wrapper"> | 37 <div id="wrapper"> |
| 38 <header> | 38 <header> |
| 39 <div id="logo"></div> | 39 <div id="logo"></div> |
| 40 <h1 id="title-main"></h1> | 40 <h1 id="title-main"></h1> |
| 41 </header> | 41 </header> |
| 42 <div id="upgrade-from-other-plugin"> |
| 43 <hr style="border-top: dotted 1px;" /> |
| 44 <div id="upgrade-from-other-plugin-text1"></div> |
| 45 <div id="upgrade-from-other-plugin-text2"></div> |
| 46 <hr style="border-top: dotted 1px;" /> |
| 47 </div> |
| 42 | 48 |
| 43 <p id="acceptableAdsExplanation"> | 49 <p id="acceptableAdsExplanation"> |
| 44 <h3 id="aa-title" align="center"></h3> | 50 <h3 id="aa-title" align="center"></h3> |
| 45 <p id="aa-text"></p> | 51 <p id="aa-text"></p> |
| 46 </p> | 52 </p> |
| 47 | 53 |
| 48 </div> | 54 </div> |
| 49 | 55 |
| 50 <div id="share"> | 56 <div id="share"> |
| 51 <p id="share-text"></p> | 57 <p id="share-text"></p> |
| 52 <div id="share-images"> | 58 <div id="share-images"> |
| 53 <a id="share-donate" target="_blank"></a> | 59 <a id="share-donate" target="_blank"></a> |
| 54 <span id="share-connection"></span> | 60 <span id="share-connection"></span> |
| 55 <a id="share-facebook" class="share-image" href="https://www.facebook.com/
adblockplus" target="_blank"></a> | 61 <a id="share-facebook" class="share-image" href="https://www.facebook.com/
adblockplus" target="_blank"></a> |
| 56 <a id="share-twitter" class="share-image" href="https://twitter.com/adbloc
kplus" target="_blank"></a> | 62 <a id="share-twitter" class="share-image" href="https://twitter.com/adbloc
kplus" target="_blank"></a> |
| 57 <a id="share-gplus" class="share-image" href="https://www.google.com/+Adbl
ockPlus" target="_blank"></a> | 63 <a id="share-gplus" class="share-image" href="https://www.google.com/+Adbl
ockPlus" target="_blank"></a> |
| 58 </div> | 64 </div> |
| 59 </div> | 65 </div> |
| 60 | 66 |
| 61 <div id="glass-pane"> | 67 <div id="glass-pane"> |
| 62 <iframe id="share-popup" scrolling="no"></iframe> | 68 <iframe id="share-popup" scrolling="no"></iframe> |
| 63 </div> | 69 </div> |
| 64 </body> | 70 </body> |
| 65 </html> | 71 </html> |
| OLD | NEW |