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: Added another js file for safari and chrome Created Oct. 21, 2013, 8:14 p.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
24 <!-- {% if type == 'safari' %} -->
25 <!-- {{ '<link type="text/css" href="skin/firstRun.css" rel="stylesheet"/>' }} -->
26 <!-- {% else %} -->
23 <link type="text/css" href="/skin/firstRun.css" rel="stylesheet"/> 27 <link type="text/css" href="/skin/firstRun.css" rel="stylesheet"/>
28 <!-- {% endif %} -->
29
30 <!-- {% if type in ('chrome', 'opera', 'safari') %} -->
31 <!-- {{ '<script type="text/javascript" src="ext/common.js"></script>' }} -- >
32 <!-- {{ '<script type="text/javascript" src="ext/content.js"></script>' }} - ->
33 <!-- {% endif %} -->
24 <script type="text/javascript" src="utils.js"></script> 34 <script type="text/javascript" src="utils.js"></script>
25 <script type="text/javascript" src="i18n.js"></script> 35 <script type="text/javascript" src="i18n.js"></script>
26 <script type="text/javascript" src="firstRun.js"></script> 36 <script type="text/javascript" src="firstRun.js"></script>
27 </head> 37 </head>
28 <body> 38 <body>
29 <div id="shade" class="arrow"></div> 39 <div id="shade" class="arrow"></div>
30 <div id="content"> 40 <div id="content">
31 <header> 41 <header>
32 <h1 id="title-main" class="i18n_firstRun_title"></h1> 42 <h1 id="title-main" class="i18n_firstRun_title"></h1>
33 </header> 43 </header>
34 44
45 <p id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning" hidd en="true"></p>
35 <p id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarning" hidden="true"></p> 46 <p id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarning" hidden="true"></p>
36
37 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplana tion"></p> 47 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplana tion"></p>
38 48
39 <h2 id="features-title" class="i18n_firstRun_features"></h2> 49 <h2 id="features-title" class="i18n_firstRun_features"></h2>
40 50
41 <ul id="features"> 51 <ul id="features">
42 <li id="feature-malware" class="feature"> 52 <li id="feature-malware" class="feature">
43 <div class="feature-image"></div> 53 <div class="feature-image"></div>
44 <div class="feature-description"> 54 <div class="feature-description">
45 <p class="feature-text"> 55 <p class="feature-text">
46 <span class="i18n_firstRun_feature_malware feature-title"></span> <span class="i18n_firstRun_feature_malware_description"></span> 56 <span class="i18n_firstRun_feature_malware feature-title"></span> <span class="i18n_firstRun_feature_malware_description"></span>
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 </li> 104 </li>
95 </ul> 105 </ul>
96 </footer> 106 </footer>
97 </div> 107 </div>
98 108
99 <div id="glass-pane"> 109 <div id="glass-pane">
100 <iframe id="share-popup" scrolling="no"></iframe> 110 <iframe id="share-popup" scrolling="no"></iframe>
101 </div> 111 </div>
102 </body> 112 </body>
103 </html> 113 </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