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

Side by Side Diff: chrome/content/ui/firstRun.html

Issue 11533106: Prepared adblockplus for Safari (Closed)
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:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/content/ui/firstRun.js » ('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 <!-- 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 {%- if needsExt %}
25 <script type="text/javascript" src="ext/common.js"></script>
26 <script type="text/javascript" src="ext/content.js"></script>
27 {%- endif %}
24 <script type="text/javascript" src="utils.js"></script> 28 <script type="text/javascript" src="utils.js"></script>
25 <script type="text/javascript" src="i18n.js"></script> 29 <script type="text/javascript" src="i18n.js"></script>
26 <script type="text/javascript" src="firstRun.js"></script> 30 <script type="text/javascript" src="firstRun.js"></script>
27 </head> 31 </head>
28 <body> 32 <body>
29 33
30 34
31 <header> 35 <header>
32 <div id="logo"></div> 36 <div id="logo"></div>
33 <h1 id="title-main" class="i18n_firstRun_title"></h1> 37 <h1 id="title-main" class="i18n_firstRun_title"></h1>
34 </header> 38 </header>
35 39
40 <section id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning" hidden="true"></section>
36 <section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarni ng" hidden="true"></section> 41 <section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarni ng" hidden="true"></section>
37 42
38
39 <section id="acceptable-ads"> 43 <section id="acceptable-ads">
40 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2> 44 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2>
41 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplana tion"></p> 45 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplana tion"></p>
42 </section> 46 </section>
43 47
44 <section id="can-do-more"> 48 <section id="can-do-more">
45 <h2 class="i18n_firstRun_features"></h2> 49 <h2 class="i18n_firstRun_features"></h2>
46 50
47 <ul id="can-do-more-overview"> 51 <ul id="can-do-more-overview">
48 <li id="feature-first"> 52 <li id="feature-first">
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 <footer> 159 <footer>
156 <a id="contributors" class="i18n_firstRun_contributor_credits"></a> 160 <a id="contributors" class="i18n_firstRun_contributor_credits"></a>
157 </footer> 161 </footer>
158 162
159 163
160 <div id="glass-pane"> 164 <div id="glass-pane">
161 <iframe id="share-popup" scrolling="no"></iframe> 165 <iframe id="share-popup" scrolling="no"></iframe>
162 </div> 166 </div>
163 </body> 167 </body>
164 </html> 168 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/content/ui/firstRun.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld