| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 - This file is part of the Adblock Plus extension, | 4 - This file is part of the Adblock Plus extension, |
| 5 - Copyright (C) 2006-2012 Eyeo GmbH | 5 - Copyright (C) 2006-2012 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 12 matching lines...) Expand all Loading... |
| 23 <script type="text/javascript" src="i18n.js" charset="utf-8"></script> | 23 <script type="text/javascript" src="i18n.js" charset="utf-8"></script> |
| 24 <script type="text/javascript" src="firstRun.js" charset="utf-8"></script> | 24 <script type="text/javascript" src="firstRun.js" charset="utf-8"></script> |
| 25 <link href="/skin/firstRun.css" type="text/css" rel="stylesheet" /> | 25 <link href="/skin/firstRun.css" type="text/css" rel="stylesheet" /> |
| 26 </head> | 26 </head> |
| 27 <body> | 27 <body> |
| 28 <h1 id="title"> | 28 <h1 id="title"> |
| 29 <div id="title-main"></div> | 29 <div id="title-main"></div> |
| 30 <div id="title-changelog"><a class="i18n_firstRun_changelog"></a></div> | 30 <div id="title-changelog"><a class="i18n_firstRun_changelog"></a></div> |
| 31 </h1> | 31 </h1> |
| 32 | 32 |
| 33 <p id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarning" hidd
en="true"></p> |
| 34 |
| 33 <p class="i18n_firstRun_features_heading"></p> | 35 <p class="i18n_firstRun_features_heading"></p> |
| 34 <ul id="features"> | 36 <ul id="features"> |
| 35 <li class="i18n_firstRun_feature_betterSurfing"></li> | 37 <li class="i18n_firstRun_feature_betterSurfing"></li> |
| 36 <li class="i18n_firstRun_feature_videoAds"></li> | 38 <li class="i18n_firstRun_feature_videoAds"></li> |
| 37 <li class="i18n_firstRun_feature_acceptableAds"></li> | 39 <li class="i18n_firstRun_feature_acceptableAds"></li> |
| 38 </ul> | 40 </ul> |
| 39 | 41 |
| 40 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplanation
"></p> | 42 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplanation
"></p> |
| 41 | 43 |
| 42 <div id="share1"> | 44 <div id="share1"> |
| (...skipping 12 matching lines...) Expand all Loading... |
| 55 <a class="share-image share-facebook" href="#" target="_blank"></a> | 57 <a class="share-image share-facebook" href="#" target="_blank"></a> |
| 56 <a class="share-image share-twitter" href="#" target="_blank"></a> | 58 <a class="share-image share-twitter" href="#" target="_blank"></a> |
| 57 </div> | 59 </div> |
| 58 </div> | 60 </div> |
| 59 | 61 |
| 60 <div id="glass-pane"> | 62 <div id="glass-pane"> |
| 61 <iframe id="share-popup" scrolling="no"></iframe> | 63 <iframe id="share-popup" scrolling="no"></iframe> |
| 62 </div> | 64 </div> |
| 63 </body> | 65 </body> |
| 64 </html> | 66 </html> |
| OLD | NEW |