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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!-- saved from url=(0014)about:internet -->
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 src="../static/js/i18n.js"></script>
24 <script src="../static/js/firstRun.js"></script>
25 <link href="../static/css/firstRun.css" type="text/css" rel="stylesheet" />
26
27 <!--[if lt IE 7]>
28 <script src="../static/js/vendor/DD_belatedPNG.js"></script>
29 <script>DD_belatedPNG.fix("#logo, .share-image");</script>
30 <![endif]-->
31 <!--[if lt IE 9]>
32 <script src="../static/js/vendor/html5shiv.js"></script>
33 <![endif]-->
34 </head>
35 <body>
36 <div id="wrapper">
37 <header>
38 <div id="logo"></div>
39 <h1 id="title-main"></h1>
40 </header>
41
42 <p id="i18n-features-heading"></p>
43 <ul id="features">
44 <li id="i18n-feature-betterSurfing"></li>
45 <li id="i18n-feature-videoAds"></li>
46 </ul>
47 </div>
48
49 <div id="share1">
50 <p id="share-text1"></p>
51 <div id="share-images1">
52 <a id="share-facebook-1" class="share-image share-facebook" href="https:// www.facebook.com/adblockplus" target="_blank"></a>
53 <a id="share-twitter-1" class="share-image share-twitter" href="https://tw itter.com/adblockplus" target="_blank"></a>
54 <a id="share-gplus-1" class="share-image share-gplus" href="https://www.go ogle.com/+AdblockPlus" target="_blank"></a>
55 </div>
56 </div>
57
58 <div id="share2">
59 <p id="share-text2"></p>
60 <div id="share-images2">
61 <a id="share-donate" target="_blank"></a>
62 <span id="share2-connection"></span>
63 <a id="share-facebook-2" class="share-image share-facebook" href="https:// www.facebook.com/adblockplus" target="_blank"></a>
64 <a id="share-twitter-2" class="share-image share-twitter" href="https://tw itter.com/adblockplus" target="_blank"></a>
65 <a id="share-gplus-2" class="share-image share-gplus" href="https://www.go ogle.com/+AdblockPlus" target="_blank"></a>
66 </div>
67 </div>
68
69 <div id="glass-pane">
70 <iframe id="share-popup" scrolling="no"></iframe>
71 </div>
72 </body>
73 </html>
OLDNEW
« 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