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

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

Issue 5056848617013248: Issue 1706 - Move first-run page to adblockplusui repository (Closed)
Patch Set: Export variables differently in common.js Created Jan. 7, 2015, 6:58 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 | « .hgsubstate ('k') | 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
(Empty)
1 <!DOCTYPE html>
2 <!--
3 - This file is part of Adblock Plus <http://adblockplus.org/>,
4 - Copyright (C) 2006-2014 Eyeo GmbH
5 -
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
8 - published by the Free Software Foundation.
9 -
10 - Adblock Plus is distributed in the hope that it will be useful,
11 - but WITHOUT ANY WARRANTY; without even the implied warranty of
12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 - GNU General Public License for more details.
14 -
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/>.
17 -->
18
19 <html>
20 <head>
21 <title class="i18n_firstRun_title"></title>
22 <meta charset="utf-8">
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 %}
28 <script type="text/javascript" src="utils.js"></script>
29 <script type="text/javascript" src="i18n.js"></script>
30 <script type="text/javascript" src="firstRun.js"></script>
31 </head>
32 <body>
33
34
35 <header>
36 <div id="logo"></div>
37 <h1 id="title-main" class="i18n_firstRun_title"></h1>
38 </header>
39
40 <section id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning w arning" hidden="true"></section>
41 <section id="filterlistsReinitializedWarning" class="i18n_firstRun_filterlis tsReinitializedWarning warning" hidden="true"></section>
42 <section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarni ng warning" hidden="true"></section>
43
44 <section id="acceptable-ads">
45 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2>
46 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplana tion"></p>
47 </section>
48
49
50 <section id="share">
51 <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2>
52
53 <div id="donate-block">
54 <a id="donate" class="i18n_firstRun_donate" target="_blank"></a>
55 <span id="donate-label" class="i18n_firstRun_donate_label"></span>
56 </div>
57
58 <div id="share-block">
59 <div id="share-general" class="share-buttons">
60 <a id="share-facebook" href="https://www.facebook.com/adblockplus" tar get="_blank" data-script="https://facebook.com/plugins/like.php?">
61 </a>
62 <a id="share-twitter" href="https://twitter.com/adblockplus" target="_ blank" data-script="https://platform.twitter.com/widgets/">
63 </a>
64 <a id="share-gplus" href="https://www.google.com/+AdblockPlus" target= "_blank" data-script="https://apis.google.com/se/0/_/+1/fastbutton?">
65 </a>
66 </div>
67
68 <!-- Chinese social networks -->
69 <div id="share-chinese" class="share-buttons">
70 <a id="share-renren" href="http://www.renren.com/601651969" target="_b lank">
71 </a>
72 <a id="share-weibo" href="http://e.weibo.com/adblockplus/" target="_bl ank">
73 </a>
74 </div>
75 <span class="i18n_firstRun_share"></span>
76 </div>
77 </section>
78
79
80 <section id="can-do-more">
81 <h2 class="i18n_firstRun_features"></h2>
82
83 <div id="can-do-more-content">
84 <ul id="features">
85 <li id="feature-malware" class="feature">
86 <div class="feature-image feature-malware-image"></div>
87 <div class="feature-description">
88 <div class="feature-description-textblock">
89 <h3 class="i18n_firstRun_feature_malware feature-title"></h3>
90 <span class="i18n_firstRun_feature_malware_description"></span>
91 </div>
92 <div id="toggle-malware" class="toggle">
93 <div class="i18n_firstRun_toggle_on toggle-on"></div>
94 <div class="toggle-blob"></div>
95 <div class="i18n_firstRun_toggle_off toggle-off"></div>
96 </div>
97 </div>
98
99 </li>
100 <li id="feature-social" class="feature">
101 <div class="feature-image feature-social-image"></div>
102 <div class="feature-description">
103 <div class="feature-description-textblock">
104 <h3 class="i18n_firstRun_feature_social feature-title"></h3>
105 <span class="i18n_firstRun_feature_social_description"></span>
106 </div>
107 <div id="toggle-social" class="toggle">
108 <div class="i18n_firstRun_toggle_on toggle-on"></div>
109 <div class="toggle-blob"></div>
110 <div class="i18n_firstRun_toggle_off toggle-off"></div>
111 </div>
112 </div>
113 </li>
114
115 <li id="feature-tracking" class="feature">
116 <div class="feature-image feature-tracking-image"></div>
117 <div class="feature-description">
118 <div class="feature-description-textblock">
119 <h3 class="i18n_firstRun_feature_tracking feature-title"></h3>
120 <span class="i18n_firstRun_feature_tracking_description"></spa n>
121 </div>
122 <div id="toggle-tracking" class="toggle">
123 <div class="i18n_firstRun_toggle_on toggle-on"></div>
124 <div class="toggle-blob"></div>
125 <div class="i18n_firstRun_toggle_off toggle-off"></div>
126 </div>
127 </div>
128 </li>
129
130 </ul>
131
132 </div>
133 </section>
134
135
136 <footer>
137 <a id="contributors" class="i18n_firstRun_contributor_credits"></a>
138 </footer>
139
140
141 <div id="glass-pane">
142 <iframe id="share-popup" scrolling="no"></iframe>
143 </div>
144 </body>
145 </html>
OLDNEW
« no previous file with comments | « .hgsubstate ('k') | chrome/content/ui/firstRun.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld