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: Applied proposed changes (except Chrome-specific utils.js due to uncertainty) Created May 27, 2013, 12:58 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:
Left: Side by side diff | Download
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
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 <script type="text/javascript" src="utils.js"></script>
25 <script type="text/javascript" src="i18n.js"></script>
24 <script type="text/javascript" src="firstRun.js"></script> 26 <script type="text/javascript" src="firstRun.js"></script>
25 </head> 27 </head>
26 <body> 28 <body>
27 <div id="shade" class="arrow"></div> 29 <div id="shade" class="arrow"></div>
28 <div id="content"> 30 <div id="content">
29 <header> 31 <header>
30 <h1 id="title-main" class="i18n_firstRun_title"></h1> 32 <h1 id="title-main" class="i18n_firstRun_title"></h1>
31 </header> 33 </header>
32 34
33 <p id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarning" hidden="true"></p> 35 <p id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarning" hidden="true"></p>
34 36
35 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplana tion"></p> 37 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplana tion"></p>
36 38
37 <h2 id="features-title" class="i18n_firstRun_features"></h2> 39 <h2 id="features-title" class="i18n_firstRun_features"></h2>
38 40
39 <ul id="features"> 41 <ul id="features">
40 <li id="feature-typo" class="feature"> 42 <li id="feature-typo" class="feature" hidden="true">
41 <div class="feature-image"></div> 43 <div class="feature-image"></div>
42 <div class="feature-description"> 44 <div class="feature-description">
43 <p class="feature-text"> 45 <p class="feature-text">
44 <span class="i18n_firstRun_feature_typo feature-title"></span> <sp an class="i18n_firstRun_feature_typo_description"></span> 46 <span class="i18n_firstRun_feature_typo feature-title"></span> <sp an class="i18n_firstRun_feature_typo_description"></span>
45 </p> 47 </p>
46 </div> 48 </div>
47 <button id="toggle-typo"></button> 49 <button id="toggle-typo"></button>
48 </li> 50 </li>
49 <li id="feature-malware" class="feature"> 51 <li id="feature-malware" class="feature">
50 <div class="feature-image"></div> 52 <div class="feature-image"></div>
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 </li> 91 </li>
90 </ul> 92 </ul>
91 </footer> 93 </footer>
92 </div> 94 </div>
93 95
94 <div id="glass-pane"> 96 <div id="glass-pane">
95 <iframe id="share-popup" scrolling="no"></iframe> 97 <iframe id="share-popup" scrolling="no"></iframe>
96 </div> 98 </div>
97 </body> 99 </body>
98 </html> 100 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld