| Index: html/templates/firstRun.html |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/html/templates/firstRun.html |
| @@ -0,0 +1,73 @@ |
| +<!DOCTYPE html> |
| +<!-- saved from url=(0014)about:internet --> |
|
Felix Dahlke
2013/07/11 11:11:14
What's with that?
Thomas Greiner
2013/07/12 10:52:52
It was required in the settings page. Therefore I
|
| +<!-- |
| + - This file is part of Adblock Plus <http://adblockplus.org/>, |
| + - Copyright (C) 2006-2013 Eyeo GmbH |
| + - |
| + - Adblock Plus is free software: you can redistribute it and/or modify |
| + - it under the terms of the GNU General Public License version 3 as |
| + - published by the Free Software Foundation. |
| + - |
| + - Adblock Plus is distributed in the hope that it will be useful, |
| + - but WITHOUT ANY WARRANTY; without even the implied warranty of |
| + - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| + - GNU General Public License for more details. |
| + - |
| + - You should have received a copy of the GNU General Public License |
| + - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| + --> |
| + |
| +<html> |
| +<head> |
| + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| + <script type="text/javascript" src="../static/js/i18n.js"></script> |
|
Felix Dahlke
2013/07/11 11:11:14
Just in case you don't know: type="text/javascript
Thomas Greiner
2013/07/12 10:52:52
Done.
|
| + <script type="text/javascript" src="../static/js/firstRun.js"></script> |
| + <link href="../static/css/firstRun.css" type="text/css" rel="stylesheet" /> |
| + |
| + <!--[if lt IE 7]> |
| + <script src="../static/js/vendor/DD_belatedPNG.js"></script> |
| + <script>DD_belatedPNG.fix("#logo, .share-image");</script> |
| + <![endif]--> |
| + <!--[if lt IE 9]> |
| + <script src="../static/js/vendor/html5shiv.js"></script> |
| + <![endif]--> |
| +</head> |
| +<body> |
| + <div id="wrapper"> |
| + <header> |
| + <div id="logo"></div> |
| + <h1 id="title-main"></h1> |
| + </header> |
| + |
| + <p id="i18n-features-heading"></p> |
| + <ul id="features"> |
| + <li id="i18n-feature-betterSurfing"></li> |
| + <li id="i18n-feature-videoAds"></li> |
| + </ul> |
| + |
| + <div id="share1"> |
| + <p id="share-text1"></p> |
| + <div id="share-images1"> |
| + <a id="share-facebook-1" class="share-image share-facebook" href="https://www.facebook.com/adblockplus" target="_blank"></a> |
| + <a id="share-twitter-1" class="share-image share-twitter" href="https://twitter.com/adblockplus" target="_blank"></a> |
| + <a id="share-gplus-1" class="share-image share-gplus" href="https://www.google.com/+AdblockPlus" target="_blank"></a> |
| + </div> |
| + </div> |
| + |
| + <div id="share2"> |
| + <p id="share-text2"></p> |
| + <div id="share-images2"> |
| + <a id="share-donate" target="_blank"></a> |
| + <span id="share2-connection"></span> |
| + <a id="share-facebook-2" class="share-image share-facebook" href="https://www.facebook.com/adblockplus" target="_blank"></a> |
| + <a id="share-twitter-2" class="share-image share-twitter" href="https://twitter.com/adblockplus" target="_blank"></a> |
| + <a id="share-gplus-2" class="share-image share-gplus" href="https://www.google.com/+AdblockPlus" target="_blank"></a> |
| + </div> |
| + </div> |
| + |
| + <div id="glass-pane"> |
| + <iframe id="share-popup" scrolling="no"></iframe> |
| + </div> |
| + </div> |
| +</body> |
| +</html> |