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

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

Issue 10585038: First-run page (revisited) (Closed)
Left Patch Set: Created May 14, 2013, 3:12 p.m.
Right Patch Set: Created May 28, 2013, 2:09 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
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
(no file at all)
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 <title class="i18n_firstRun_title"></title>
22 <meta charset="utf-8">
23 <link type="text/css" href="/skin/firstRun.css" rel="stylesheet"/>
24 <script type="text/javascript" src="utils.js"></script>
25 <script type="text/javascript" src="i18n.js"></script>
26 <script type="text/javascript" src="firstRun.js"></script>
27 </head>
28 <body>
29 <div id="shade" class="arrow"></div>
30 <div id="content">
31 <header>
32 <h1 id="title-main" class="i18n_firstRun_title"></h1>
33 </header>
19 34
20 <html xmlns="http://www.w3.org/1999/xhtml"> 35 <p id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarning" hidden="true"></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 36
30 <div class="sectionContainer"> 37 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplana tion"></p>
31 <p class="sectionTitle">&advancedSection;</p>
32 38
33 <p>&listSelection1;</p> 39 <h2 id="features-title" class="i18n_firstRun_features"></h2>
34 40
35 <p id="listNameContainer" hidden="true"> 41 <ul id="features">
36 <div id="listName"/> 42 <li id="feature-typo" class="feature" hidden="true">
37 <a id="listHomepage" onclick="UI.loadInBrowser(this.getAttribute('href') ); return false;">&visitHomepage.label;</a> 43 <div class="feature-image"></div>
38 </p> 44 <div class="feature-description">
39 <p id="listNone">&noList;</p> 45 <p class="feature-text">
46 <span class="i18n_firstRun_feature_typo feature-title"></span> <sp an class="i18n_firstRun_feature_typo_description"></span>
47 </p>
48 </div>
49 <button id="toggle-typo"></button>
50 </li>
51 <li id="feature-malware" class="feature">
52 <div class="feature-image"></div>
53 <div class="feature-description">
54 <p class="feature-text">
55 <span class="i18n_firstRun_feature_malware feature-title"></span> <span class="i18n_firstRun_feature_malware_description"></span>
56 </p>
57 </div>
58 <button id="toggle-malware"></button>
59 </li>
60 <li id="feature-social" class="feature">
61 <div class="feature-image"></div>
62 <div class="feature-description">
63 <p class="feature-text">
64 <span class="i18n_firstRun_feature_social feature-title"></span> < span class="i18n_firstRun_feature_social_description"></span>
65 </p>
66 </div>
67 <button id="toggle-social"></button>
68 </li>
69 <li id="feature-tracking" class="feature">
70 <div class="feature-image"></div>
71 <div class="feature-description">
72 <p class="feature-text">
73 <span class="i18n_firstRun_feature_tracking feature-title"></span> <span class="i18n_firstRun_feature_tracking_description"></span>
74 </p>
75 </div>
76 <button id="toggle-tracking"></button>
77 </li>
78 </ul>
40 79
41 <p id="acceptableAds" hidden="true"> 80 <footer id="social">
42 &acceptableAds2; 81 <h1 class="i18n_firstRun_share"></h1>
43 <a href="#" onclick="UI.loadInBrowser(Prefs.subscriptions_exceptionsurl) ; return false;">&viewList.label;</a> 82 <ul>
44 <a href="#" onclick="UI.loadDocLink('acceptable_ads'); return false;">&r eadMore.label;</a> 83 <li>
45 </p> 84 <a id="share-facebook" class="share-button" href="#" title="Share on Facebook"></a>
85 </li>
86 <li>
87 <a id="share-twitter" class="share-button" href="#" title="Share on Twitter"></a>
88 </li>
89 <li>
90 <a id="share-gplus" class="share-button" href="#" title="Share on Go ogle+"></a>
91 </li>
92 </ul>
93 </footer>
46 </div> 94 </div>
47 95
48 <p id="changeDescription" _textTemplate="&listSelection2;"> 96 <div id="glass-pane">
49 <a href="#" onclick="openFilters(); return false;"/> 97 <iframe id="share-popup" scrolling="no"></iframe>
50 </p> 98 </div>
51 </body> 99 </body>
52 </html> 100 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld