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

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

Issue 10585038: First-run page (revisited) (Closed)
Patch Set: Merged with existing version; i18n Created May 23, 2013, 9:09 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 <!-- 2 <!--
2 - This file is part of Adblock Plus <http://adblockplus.org/>, 3 - This file is part of Adblock Plus <http://adblockplus.org/>,
3 - Copyright (C) 2006-2013 Eyeo GmbH 4 - Copyright (C) 2006-2013 Eyeo GmbH
4 - 5 -
5 - 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
6 - 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
7 - published by the Free Software Foundation. 8 - published by the Free Software Foundation.
8 - 9 -
9 - 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,
10 - but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - but WITHOUT ANY WARRANTY; without even the implied warranty of
11 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 - GNU General Public License for more details. 13 - GNU General Public License for more details.
13 - 14 -
14 - 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
15 - 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/>.
16 --> 17 -->
17 18
18 <!DOCTYPE html SYSTEM "chrome://adblockplus/locale/firstRun.dtd"> 19 <html>
20 <head>
21 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
22 <link type="text/css" href="/skin/firstRun.css" rel="stylesheet"/>
23 <script type="text/javascript" src="firstRun.js" charset="utf-8"></script>
24 </head>
25 <body>
26 <div id="shade" class="arrow"></div>
27 <div id="content">
28 <header>
29 <h1 id="title-main"></h1>
30 </header>
19 31
20 <html xmlns="http://www.w3.org/1999/xhtml"> 32 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplana tion"></p>
21 <head>
22 <title>&dialog.title;</title>
23 <script type="application/x-javascript;version=1.7" src="utils.js"/>
24 <script type="application/x-javascript;version=1.7" src="firstRun.js"/>
25 <link type="text/css" href="chrome://adblockplus/skin/firstRun.css" rel="sty lesheet"/>
26 </head>
27 <body onload="init()">
28 <p>&confirmation;</p>
29 33
30 <div class="sectionContainer"> 34 <h2 id="features-title" class="i18n_firstRun_features"></h2>
31 <p class="sectionTitle">&advancedSection;</p>
32 35
33 <p>&listSelection1;</p> 36 <ul id="features">
37 <li id="feature-typo" class="feature">
38 <div class="feature-image"></div>
39 <div class="feature-description">
40 <p class="feature-text">
41 <span class="i18n_firstRun_feature_typo feature-title"></span> <sp an class="i18n_firstRun_feature_typo_description"></span>
42 </p>
43 </div>
44 <button id="toggle-typo"></button>
45 </li>
46 <li id="feature-malware" class="feature">
47 <div class="feature-image"></div>
48 <div class="feature-description">
49 <p class="feature-text">
50 <span class="i18n_firstRun_feature_malware feature-title"></span> <span class="i18n_firstRun_feature_malware_description"></span>
51 </p>
52 </div>
53 <button id="toggle-malware"></button>
54 </li>
55 <li id="feature-social" class="feature">
56 <div class="feature-image"></div>
57 <div class="feature-description">
58 <p class="feature-text">
59 <span class="i18n_firstRun_feature_social feature-title"></span> < span class="i18n_firstRun_feature_social_description"></span>
60 </p>
61 </div>
62 <button id="toggle-social"></button>
63 </li>
64 <li id="feature-tracking" class="feature">
65 <div class="feature-image"></div>
66 <div class="feature-description">
67 <p class="feature-text">
68 <span class="i18n_firstRun_feature_tracking feature-title"></span> <span class="i18n_firstRun_feature_tracking_description"></span>
69 </p>
70 </div>
71 <button id="toggle-tracking"></button>
72 </li>
73 </ul>
34 74
35 <p id="listNameContainer" hidden="true"> 75 <footer id="social">
36 <div id="listName"/> 76 <h1 class="i18n_firstRun_share"></h1>
37 <a id="listHomepage" onclick="UI.loadInBrowser(this.getAttribute('href') ); return false;">&visitHomepage.label;</a> 77 <ul>
38 </p> 78 <li>
39 <p id="listNone">&noList;</p> 79 <a id="share-facebook" class="share-button" href="#" title="Share on Facebook"></a>
40 80 </li>
41 <p id="acceptableAds" hidden="true"> 81 <li>
42 &acceptableAds2; 82 <a id="share-twitter" class="share-button" href="#" title="Share on Twitter"></a>
43 <a href="#" onclick="UI.loadInBrowser(Prefs.subscriptions_exceptionsurl) ; return false;">&viewList.label;</a> 83 </li>
44 <a href="#" onclick="UI.loadDocLink('acceptable_ads'); return false;">&r eadMore.label;</a> 84 <li>
45 </p> 85 <a id="share-gplus" class="share-button" href="#" title="Share on Go ogle+"></a>
86 </li>
87 </ul>
88 </footer>
46 </div> 89 </div>
47 90
48 <p id="changeDescription" _textTemplate="&listSelection2;"> 91 <div id="glass-pane">
49 <a href="#" onclick="openFilters(); return false;"/> 92 <iframe id="share-popup" scrolling="no"></iframe>
50 </p> 93 </div>
51 </body> 94 </body>
52 </html> 95 </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