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

Side by Side Diff: html/templates/firstRun.html

Issue 4812049892769792: Add acceptable ads message in FRP (Closed)
Patch Set: Cosmetic fixes Created July 24, 2014, 9:12 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
« no previous file with comments | « html/static/js/firstRun.js ('k') | locales/en.ini » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- saved from url=(0014)about:internet --> 2 <!-- saved from url=(0014)about:internet -->
3 <!-- 3 <!--
4 - This file is part of Adblock Plus <http://adblockplus.org/>, 4 - This file is part of Adblock Plus <http://adblockplus.org/>,
5 - Copyright (C) 2006-2014 Eyeo GmbH 5 - Copyright (C) 2006-2014 Eyeo GmbH
6 - 6 -
7 - Adblock Plus is free software: you can redistribute it and/or modify 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 8 - it under the terms of the GNU General Public License version 3 as
9 - published by the Free Software Foundation. 9 - published by the Free Software Foundation.
10 - 10 -
(...skipping 22 matching lines...) Expand all
33 <script src="../static/js/vendor/html5shiv.js"></script> 33 <script src="../static/js/vendor/html5shiv.js"></script>
34 <![endif]--> 34 <![endif]-->
35 </head> 35 </head>
36 <body> 36 <body>
37 <div id="wrapper"> 37 <div id="wrapper">
38 <header> 38 <header>
39 <div id="logo"></div> 39 <div id="logo"></div>
40 <h1 id="title-main"></h1> 40 <h1 id="title-main"></h1>
41 </header> 41 </header>
42 42
43 <p id="i18n-features-heading"></p> 43 <p id="acceptableAdsExplanation">
44 <ul id="features"> 44 <h3 id="aa-title" align="center"></h3>
45 <li id="i18n-feature-betterSurfing"></li> 45 <p id="aa-text"></p>
46 <li id="i18n-feature-videoAds"></li> 46 </p>
47 </ul> 47
48 </div> 48 </div>
49 49
50 <div id="share1"> 50 <div id="share1">
51 <p id="share-text1"></p> 51 <p id="share-text1"></p>
52 <div id="share-images1"> 52 <div id="share-images1">
53 <a id="share-facebook-1" class="share-image share-facebook" href="https:// www.facebook.com/adblockplus" target="_blank"></a> 53 <a id="share-facebook-1" class="share-image share-facebook" href="https:// www.facebook.com/adblockplus" target="_blank"></a>
54 <a id="share-twitter-1" class="share-image share-twitter" href="https://tw itter.com/adblockplus" target="_blank"></a> 54 <a id="share-twitter-1" class="share-image share-twitter" href="https://tw itter.com/adblockplus" target="_blank"></a>
55 <a id="share-gplus-1" class="share-image share-gplus" href="https://www.go ogle.com/+AdblockPlus" target="_blank"></a> 55 <a id="share-gplus-1" class="share-image share-gplus" href="https://www.go ogle.com/+AdblockPlus" target="_blank"></a>
56 </div> 56 </div>
57 </div> 57 </div>
58 58
59 <div id="share2"> 59 <div id="share2">
60 <p id="share-text2"></p> 60 <p id="share-text2"></p>
61 <div id="share-images2"> 61 <div id="share-images2">
62 <a id="share-donate" target="_blank"></a> 62 <a id="share-donate" target="_blank"></a>
63 <span id="share2-connection"></span> 63 <span id="share2-connection"></span>
64 <a id="share-facebook-2" class="share-image share-facebook" href="https:// www.facebook.com/adblockplus" target="_blank"></a> 64 <a id="share-facebook-2" class="share-image share-facebook" href="https:// www.facebook.com/adblockplus" target="_blank"></a>
65 <a id="share-twitter-2" class="share-image share-twitter" href="https://tw itter.com/adblockplus" target="_blank"></a> 65 <a id="share-twitter-2" class="share-image share-twitter" href="https://tw itter.com/adblockplus" target="_blank"></a>
66 <a id="share-gplus-2" class="share-image share-gplus" href="https://www.go ogle.com/+AdblockPlus" target="_blank"></a> 66 <a id="share-gplus-2" class="share-image share-gplus" href="https://www.go ogle.com/+AdblockPlus" target="_blank"></a>
67 </div> 67 </div>
68 </div> 68 </div>
69 69
70 <div id="glass-pane"> 70 <div id="glass-pane">
71 <iframe id="share-popup" scrolling="no"></iframe> 71 <iframe id="share-popup" scrolling="no"></iframe>
72 </div> 72 </div>
73 </body> 73 </body>
74 </html> 74 </html>
OLDNEW
« no previous file with comments | « html/static/js/firstRun.js ('k') | locales/en.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld