Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: html/templates/firstRun.html

Issue 10989023: First-run page on Adblock Plus for IE (Closed)
Patch Set: Created July 12, 2013, 10:50 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 -->
+<!--
+ - 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 src="../static/js/i18n.js"></script>
+ <script 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>
+
+ <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>
+</body>
+</html>
« html/static/js/firstRun.js ('K') | « html/static/js/firstRun.js ('k') | locales/en.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld