| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 ../abp/chrome/content/ui/firstRun.html |
|
Wladimir Palant
2013/05/28 13:45:28
Is that a symbolic link? This file should be added
Thomas Greiner
2013/05/28 17:35:12
Yes, as mentioned in the issue description.
Done.
| |
| 2 | |
| 3 <!-- | |
| 4 - This file is part of Adblock Plus <http://adblockplus.org/>, | |
| 5 - Copyright (C) 2006-2013 Eyeo GmbH | |
| 6 - | |
| 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 | |
| 9 - published by the Free Software Foundation. | |
| 10 - | |
| 11 - Adblock Plus is distributed in the hope that it will be useful, | |
| 12 - but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 13 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 14 - GNU General Public License for more details. | |
| 15 - | |
| 16 - You should have received a copy of the GNU General Public License | |
| 17 - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. | |
| 18 --> | |
| 19 | |
| 20 <html> | |
| 21 <head> | |
| 22 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| 23 <script type="text/javascript" src="i18n.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" /> | |
| 26 </head> | |
| 27 <body> | |
| 28 <h1 id="title"> | |
| 29 <div id="title-main"></div> | |
| 30 <div id="title-changelog"><a class="i18n_firstRun_changelog"></a></div> | |
| 31 </h1> | |
| 32 | |
| 33 <p id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarning" hidd en="true"></p> | |
| 34 | |
| 35 <p class="i18n_firstRun_features_heading"></p> | |
| 36 <ul id="features"> | |
| 37 <li class="i18n_firstRun_feature_betterSurfing"></li> | |
| 38 <li class="i18n_firstRun_feature_videoAds"></li> | |
| 39 <li class="i18n_firstRun_feature_acceptableAds"></li> | |
| 40 </ul> | |
| 41 | |
| 42 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplanation "></p> | |
| 43 | |
| 44 <div id="share1"> | |
| 45 <p id="share-text1" class="i18n_firstRun_share1"></p> | |
| 46 <div id="share-images1"> | |
| 47 <a class="share-image share-facebook" href="#" target="_blank"></a> | |
| 48 <a class="share-image share-twitter" href="#" target="_blank"></a> | |
| 49 </div> | |
| 50 </div> | |
| 51 | |
| 52 <div id="share2"> | |
| 53 <p id="share-text2" class="i18n_firstRun_share2"></p> | |
| 54 <div id="share-images2"> | |
| 55 <a id="share-donate" class="i18n_firstRun_share2_donate" target="_blank">< /a> | |
| 56 <span id="share2-connection" class="i18n_firstRun_share2_or"></span> | |
| 57 <a class="share-image share-facebook" href="#" target="_blank"></a> | |
| 58 <a class="share-image share-twitter" href="#" target="_blank"></a> | |
| 59 </div> | |
| 60 </div> | |
| 61 | |
| 62 <div id="glass-pane"> | |
| 63 <iframe id="share-popup" scrolling="no"></iframe> | |
| 64 </div> | |
| 65 </body> | |
| 66 </html> | |
| OLD | NEW |