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 June 25, 2013, 10:26 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 -->
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
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="../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.
24 <script type="text/javascript" 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
48 <div id="share1">
49 <p id="share-text1"></p>
50 <div id="share-images1">
51 <a id="share-facebook-1" class="share-image share-facebook" href="https: //www.facebook.com/adblockplus" target="_blank"></a>
52 <a id="share-twitter-1" class="share-image share-twitter" href="https:// twitter.com/adblockplus" target="_blank"></a>
53 <a id="share-gplus-1" class="share-image share-gplus" href="https://www. google.com/+AdblockPlus" target="_blank"></a>
54 </div>
55 </div>
56
57 <div id="share2">
58 <p id="share-text2"></p>
59 <div id="share-images2">
60 <a id="share-donate" target="_blank"></a>
61 <span id="share2-connection"></span>
62 <a id="share-facebook-2" class="share-image share-facebook" href="https: //www.facebook.com/adblockplus" target="_blank"></a>
63 <a id="share-twitter-2" class="share-image share-twitter" href="https:// twitter.com/adblockplus" target="_blank"></a>
64 <a id="share-gplus-2" class="share-image share-gplus" href="https://www. google.com/+AdblockPlus" target="_blank"></a>
65 </div>
66 </div>
67
68 <div id="glass-pane">
69 <iframe id="share-popup" scrolling="no"></iframe>
70 </div>
71 </div>
72 </body>
73 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld