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

Delta Between Two Patch Sets: chrome/content/ui/firstRun.html

Issue 11533106: Prepared adblockplus for Safari (Closed)
Left Patch Set: Changed text of legacy Safari warning as discussed Created Sept. 6, 2013, 4:54 p.m.
Right Patch Set: Made first run page always (also in FF) generated Created Oct. 31, 2013, 10:45 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | chrome/content/ui/firstRun.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 - This file is part of Adblock Plus <http://adblockplus.org/>, 3 - This file is part of Adblock Plus <http://adblockplus.org/>,
4 - Copyright (C) 2006-2013 Eyeo GmbH 4 - Copyright (C) 2006-2013 Eyeo GmbH
5 - 5 -
6 - Adblock Plus is free software: you can redistribute it and/or modify 6 - Adblock Plus is free software: you can redistribute it and/or modify
7 - it under the terms of the GNU General Public License version 3 as 7 - it under the terms of the GNU General Public License version 3 as
8 - published by the Free Software Foundation. 8 - published by the Free Software Foundation.
9 - 9 -
10 - Adblock Plus is distributed in the hope that it will be useful, 10 - Adblock Plus is distributed in the hope that it will be useful,
11 - but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of
12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 - GNU General Public License for more details. 13 - GNU General Public License for more details.
14 - 14 -
15 - You should have received a copy of the GNU General Public License 15 - You should have received a copy of the GNU General Public License
16 - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. 16 - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
17 --> 17 -->
18 18
19 <html> 19 <html>
20 <head> 20 <head>
21 <title class="i18n_firstRun_title"></title> 21 <title class="i18n_firstRun_title"></title>
22 <meta charset="utf-8"> 22 <meta charset="utf-8">
23 <link type="text/css" href="skin/firstRun.css" rel="stylesheet"/> 23 <link type="text/css" href="/skin/firstRun.css" rel="stylesheet"/>
24 24 {%- if needsExt %}
25 <!-- only required for the ports --> 25 <script type="text/javascript" src="ext/common.js"></script>
26 <script type="text/javascript" src="ext.js"></script> 26 <script type="text/javascript" src="ext/content.js"></script>
27 <script type="text/javascript" src="lib/compat.js"></script> 27 {%- endif %}
28 <script type="text/javascript" src="lib/io.js"></script>
29 <script type="text/javascript" src="lib/info.js"></script>
30 <script type="text/javascript" src="lib/adblockplus.js"></script>
31 <script type="text/javascript" src="utils.js"></script> 28 <script type="text/javascript" src="utils.js"></script>
32
33 <script type="text/javascript" src="i18n.js"></script> 29 <script type="text/javascript" src="i18n.js"></script>
34 <script type="text/javascript" src="firstRun.js"></script> 30 <script type="text/javascript" src="firstRun.js"></script>
35 </head> 31 </head>
36 <body> 32 <body>
37 <div id="shade" class="arrow"></div> 33
38 <div id="content"> 34
39 <header> 35 <header>
36 <div id="logo"></div>
40 <h1 id="title-main" class="i18n_firstRun_title"></h1> 37 <h1 id="title-main" class="i18n_firstRun_title"></h1>
41 </header> 38 </header>
42 39
43 <p id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning" hidd en="true"></p> 40 <section id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning" hidden="true"></section>
44 <p id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarning" hidden="true"></p> 41 <section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarni ng" hidden="true"></section>
42
43 <section id="acceptable-ads">
44 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2>
45 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplana tion"></p> 45 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplana tion"></p>
46 </section>
46 47
47 <h2 id="features-title" class="i18n_firstRun_features"></h2> 48 <section id="can-do-more">
49 <h2 class="i18n_firstRun_features"></h2>
48 50
49 <ul id="features"> 51 <ul id="can-do-more-overview">
50 <li id="feature-malware" class="feature"> 52 <li id="feature-first">
51 <div class="feature-image"></div> 53 <div class="feature-malware-image"></div>
52 <div class="feature-description"> 54 <h4 class="i18n_firstRun_feature_malware"></h4>
53 <p class="feature-text">
54 <span class="i18n_firstRun_feature_malware feature-title"></span> <span class="i18n_firstRun_feature_malware_description"></span>
55 </p>
56 </div>
57 <div id="toggle-malware" class="toggle">
58 <div class="i18n_firstRun_toggle_on toggle-on"></div>
59 <div class="toggle-blob"></div>
60 <div class="i18n_firstRun_toggle_off toggle-off"></div>
61 </div>
62 </li> 55 </li>
63 <li id="feature-social" class="feature"> 56 <li>
64 <div class="feature-image"></div> 57 <div class="feature-social-image"></div>
65 <div class="feature-description"> 58 <h4 class="i18n_firstRun_feature_social"></h4>
66 <p class="feature-text">
67 <span class="i18n_firstRun_feature_social feature-title"></span> < span class="i18n_firstRun_feature_social_description"></span>
68 </p>
69 </div>
70 <div id="toggle-social" class="toggle">
71 <div class="i18n_firstRun_toggle_on toggle-on"></div>
72 <div class="toggle-blob"></div>
73 <div class="i18n_firstRun_toggle_off toggle-off"></div>
74 </div>
75 </li> 59 </li>
76 <li id="feature-tracking" class="feature"> 60 <li>
77 <div class="feature-image"></div> 61 <div class="feature-tracking-image"></div>
78 <div class="feature-description"> 62 <h4 class="i18n_firstRun_feature_tracking"></h4>
79 <p class="feature-text">
80 <span class="i18n_firstRun_feature_tracking feature-title"></span> <span class="i18n_firstRun_feature_tracking_description"></span>
81 </p>
82 </div>
83 <div id="toggle-tracking" class="toggle">
84 <div class="i18n_firstRun_toggle_on toggle-on"></div>
85 <div class="toggle-blob"></div>
86 <div class="i18n_firstRun_toggle_off toggle-off"></div>
87 </div>
88 </li> 63 </li>
89 </ul> 64 </ul>
90 65
91 <footer id="social"> 66 <div id="can-do-more-expanded">
92 <h1 class="i18n_firstRun_share"></h1> 67 <ul id="features">
93 <ul> 68 <li id="feature-malware" class="feature">
94 <li> 69 <div class="feature-image feature-malware-image"></div>
95 <a id="share-facebook" class="share-button" href="https://www.facebo ok.com/adblockplus" target="_blank" title="Share on Facebook" data-script="https ://facebook.com/plugins/like.php?"></a> 70 <div class="feature-description">
71 <div class="feature-description-textblock">
72 <h3 class="i18n_firstRun_feature_malware feature-title"></h3>
73 <span class="i18n_firstRun_feature_malware_description"></span>
74 </div>
75 <div id="toggle-malware" class="toggle">
76 <div class="i18n_firstRun_toggle_on toggle-on"></div>
77 <div class="toggle-blob"></div>
78 <div class="i18n_firstRun_toggle_off toggle-off"></div>
79 </div>
80 </div>
81
96 </li> 82 </li>
97 <li> 83 <li id="feature-social" class="feature">
98 <a id="share-twitter" class="share-button" href="https://twitter.com /adblockplus" target="_blank" title="Share on Twitter" data-script="https://plat form.twitter.com/widgets.js"></a> 84 <div class="feature-image feature-social-image"></div>
85 <div class="feature-description">
86 <div class="feature-description-textblock">
87 <h3 class="i18n_firstRun_feature_social feature-title"></h3>
88 <span class="i18n_firstRun_feature_social_description"></span>
89 </div>
90 <div id="toggle-social" class="toggle">
91 <div class="i18n_firstRun_toggle_on toggle-on"></div>
92 <div class="toggle-blob"></div>
93 <div class="i18n_firstRun_toggle_off toggle-off"></div>
94 </div>
95 </div>
99 </li> 96 </li>
100 <li> 97
101 <a id="share-gplus" class="share-button" href="https://www.google.co m/+AdblockPlus" target="_blank" title="Share on Google+" data-script="https://ap is.google.com/js/plusone.js"></a> 98 <li id="feature-tracking" class="feature">
99 <div class="feature-image feature-tracking-image"></div>
100 <div class="feature-description">
101 <div class="feature-description-textblock">
102 <h3 class="i18n_firstRun_feature_tracking feature-title"></h3>
103 <span class="i18n_firstRun_feature_tracking_description"></spa n>
104 </div>
105 <div id="toggle-tracking" class="toggle">
106 <div class="i18n_firstRun_toggle_on toggle-on"></div>
107 <div class="toggle-blob"></div>
108 <div class="i18n_firstRun_toggle_off toggle-off"></div>
109 </div>
110 </div>
102 </li> 111 </li>
112
103 </ul> 113 </ul>
104 </footer> 114
105 </div> 115 </div>
116
117
118 <div id="activate-features" class="overview" data-status="overview">
119 <div class="arrow"></div>
120 <a id="activate-features-label">
121 <span id="label-show-expanded" class="i18n_firstRun_feature_show_expan ded"></span>
122 <span id="label-show-overview" class="i18n_firstRun_feature_show_overv iew hide"></span>
123 </a>
124
125 <div class="arrow"></div>
126 </div>
127 </section>
128
129 <section id="share">
130 <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2>
131
132 <div id="donate-block">
133 <a id="donate" class="i18n_firstRun_donate" target="_blank"></a>
134 <span id="donate-label" class="i18n_firstRun_donate_label"></span>
135 </div>
136
137 <div id="share-block">
138 <div id="share-general" class="share-buttons">
139 <a id="share-facebook" href="https://www.facebook.com/adblockplus" tar get="_blank" data-script="https://facebook.com/plugins/like.php?">
140 </a>
141 <a id="share-twitter" href="https://twitter.com/adblockplus" target="_ blank" data-script="https://platform.twitter.com/widgets.js">
142 </a>
143 <a id="share-gplus" href="https://www.google.com/+AdblockPlus" target= "_blank" data-script="https://apis.google.com/js/plusone.js">
144 </a>
145 </div>
146
147 <!-- Chinese social networks -->
148 <div id="share-chinese" class="share-buttons">
149 <a id="share-renren" href="http://www.renren.com/601651969" target="_b lank">
150 </a>
151 <a id="share-weibo" href="http://e.weibo.com/adblockplus/" target="_bl ank">
152 </a>
153 </div>
154 <span class="i18n_firstRun_share"></span>
155 </div>
156
157 </section>
158
159 <footer>
160 <a id="contributors" class="i18n_firstRun_contributor_credits"></a>
161 </footer>
162
106 163
107 <div id="glass-pane"> 164 <div id="glass-pane">
108 <iframe id="share-popup" scrolling="no"></iframe> 165 <iframe id="share-popup" scrolling="no"></iframe>
109 </div> 166 </div>
110 </body> 167 </body>
111 </html> 168 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld