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

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

Issue 11039060: first run page redesign (Closed)
Left Patch Set: sharing box and feaure list formed into correct wraps Created July 15, 2013, 4:33 p.m.
Right Patch Set: improve after wladimirs code review Created Oct. 4, 2013, 4:50 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
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> 24 <script type="text/javascript" src="utils.js"></script>
25 <script type="text/javascript" src="i18n.js"></script> 25 <script type="text/javascript" src="i18n.js"></script>
26 <script type="text/javascript" src="firstRun.js"></script> 26 <script type="text/javascript" src="firstRun.js"></script>
27 </head> 27 </head>
28 <body> 28 <body>
29 <p id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarning" hi dden="true"></p> 29
30 30
31 <header> 31 <header>
32 <img id="logo" src="/skin/abp-icon-big.png" alt="Adblock Plus"> 32 <div id="logo"></div>
33 <h1 id="title-main" class="i18n_firstRun_title"></h1> 33 <h1 id="title-main" class="i18n_firstRun_title"></h1>
34 </header> 34 </header>
35
36 <section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarni ng" hidden="true"></section>
35 37
36 38
37 <section id="acceptable-ads"> 39 <section id="acceptable-ads">
38 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2> 40 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2>
39 <p class="i18n_firstRun_acceptableAdsExplanation"></p> 41 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplana tion"></p>
40 </section> 42 </section>
41 43
42 <section id="can-do-more"> 44 <section id="can-do-more">
43 <h2 class="i18n_firstRun_features"></h2> 45 <h2 class="i18n_firstRun_features"></h2>
44 46
45 <!-- Features Title --> 47 <ul id="can-do-more-overview">
48 <li id="feature-first">
49 <div class="feature-malware-image"></div>
50 <h4 class="i18n_firstRun_feature_malware"></h4>
51 </li>
52 <li>
53 <div class="feature-social-image"></div>
54 <h4 class="i18n_firstRun_feature_social"></h4>
55 </li>
56 <li>
57 <div class="feature-tracking-image"></div>
58 <h4 class="i18n_firstRun_feature_tracking"></h4>
59 </li>
60 </ul>
46 61
47 <div id="can-do-more-expanded"> 62 <div id="can-do-more-expanded">
48 <ul id="features"> 63 <ul id="features">
49 <li id="feature-malware" class="feature"> 64 <li id="feature-malware" class="feature">
50 <img class="feature-image" src="/skin/features/malware.png"> 65 <div class="feature-image feature-malware-image"></div>
51 <div class="feature-description"> 66 <div class="feature-description">
52 <div class="feature-description-textblock"> 67 <div class="feature-description-textblock">
53 <h3 class="i18n_firstRun_feature_malware feature-title"></h3> 68 <h3 class="i18n_firstRun_feature_malware feature-title"></h3>
54 <span class="i18n_firstRun_feature_malware_description"></span> 69 <span class="i18n_firstRun_feature_malware_description"></span>
55 </div> 70 </div>
56
57 <div id="toggle-malware" class="toggle"> 71 <div id="toggle-malware" class="toggle">
58 <div class="i18n_firstRun_toggle_on toggle-on"></div> 72 <div class="i18n_firstRun_toggle_on toggle-on"></div>
59 <div class="toggle-blob"></div> 73 <div class="toggle-blob"></div>
60 <div class="i18n_firstRun_toggle_off toggle-off"></div> 74 <div class="i18n_firstRun_toggle_off toggle-off"></div>
61 </div> 75 </div>
62
63 </div> 76 </div>
64 77
65 </li> 78 </li>
66 <li id="feature-social" class="feature"> 79 <li id="feature-social" class="feature">
67 <img class="feature-image" src="/skin/features/social.png"> 80 <div class="feature-image feature-social-image"></div>
68 <div class="feature-description"> 81 <div class="feature-description">
69 <div class="feature-description-textblock"> 82 <div class="feature-description-textblock">
70 <h3 class="i18n_firstRun_feature_social feature-title"></h3> 83 <h3 class="i18n_firstRun_feature_social feature-title"></h3>
71 <span class="i18n_firstRun_feature_social_description"></span> 84 <span class="i18n_firstRun_feature_social_description"></span>
72 </div> 85 </div>
73 <div id="toggle-social" class="toggle"> 86 <div id="toggle-social" class="toggle">
74 <div class="i18n_firstRun_toggle_on toggle-on"></div> 87 <div class="i18n_firstRun_toggle_on toggle-on"></div>
75 <div class="toggle-blob"></div> 88 <div class="toggle-blob"></div>
76 <div class="i18n_firstRun_toggle_off toggle-off"></div> 89 <div class="i18n_firstRun_toggle_off toggle-off"></div>
77 </div> 90 </div>
78 </div> 91 </div>
79
80 </li> 92 </li>
93
81 <li id="feature-tracking" class="feature"> 94 <li id="feature-tracking" class="feature">
82 <img class="feature-image" src="/skin/features/tracking.png"/> 95 <div class="feature-image feature-tracking-image"></div>
83 <div class="feature-description"> 96 <div class="feature-description">
84 <div class="feature-description-textblock"> 97 <div class="feature-description-textblock">
85 <h3 class="i18n_firstRun_feature_tracking feature-title"></h3> 98 <h3 class="i18n_firstRun_feature_tracking feature-title"></h3>
86 <span class="i18n_firstRun_feature_tracking_description"></spa n> 99 <span class="i18n_firstRun_feature_tracking_description"></spa n>
87 </div> 100 </div>
88 <div id="toggle-tracking" class="toggle"> 101 <div id="toggle-tracking" class="toggle">
89 <div class="i18n_firstRun_toggle_on toggle-on"></div> 102 <div class="i18n_firstRun_toggle_on toggle-on"></div>
90 <div class="toggle-blob"></div> 103 <div class="toggle-blob"></div>
91 <div class="i18n_firstRun_toggle_off toggle-off"></div> 104 <div class="i18n_firstRun_toggle_off toggle-off"></div>
92 </div> 105 </div>
93 </div> 106 </div>
94
95 </li> 107 </li>
108
96 </ul> 109 </ul>
110
111 </div>
112
113
114 <div id="activate-features" class="overview" data-status="overview">
115 <div class="arrow"></div>
116 <a id="activate-features-label">
117 <span id="label-show-expanded" class="i18n_firstRun_feature_show_expan ded"></span>
118 <span id="label-show-overview" class="i18n_firstRun_feature_show_overv iew hide"></span>
119 </a>
120
121 <div class="arrow"></div>
122 </div>
123 </section>
124
125 <section id="share">
126 <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2>
127
128 <div id="donate-block">
129 <a id="donate" class="i18n_firstRun_donate" target="_blank"></a>
130 <span id="donate-label" class="i18n_firstRun_donate_label"></span>
97 </div> 131 </div>
98 132
99 <ul id="can-do-more-overview"> 133 <div id="share-block">
100 <li id="feature-first"> 134 <div id="share-general" class="share-buttons">
101 <img src="/skin/features/social.png"> 135 <a id="share-facebook" href="https://www.facebook.com/adblockplus" tar get="_blank" data-script="https://facebook.com/plugins/like.php?">
102 <h4 class="i18n_firstRun_feature_social"></h4> 136 </a>
103 </li> 137 <a id="share-twitter" href="https://twitter.com/adblockplus" target="_ blank" data-script="https://platform.twitter.com/widgets.js">
104 <li> 138 </a>
105 <img src="/skin/features/tracking.png"> 139 <a id="share-gplus" href="https://www.google.com/+AdblockPlus" target= "_blank" data-script="https://apis.google.com/js/plusone.js">
106 <h4 class="i18n_firstRun_feature_tracking"></h4> 140 </a>
107 </li> 141 </div>
108 <li>
109 <img src="/skin/features/malware.png">
110 <h4 class="i18n_firstRun_feature_malware"></h4>
111 </li>
112 </ul>
113 <div class="clearfix"></div>
114 142
115 <div id="activate-features" class="i18n_firstRun_feature_activate" status= "overview"> 143 <!-- Chinese social networks -->
116 </div> 144 <div id="share-chinese" class="share-buttons">
117 145 <a id="share-renren" href="http://www.renren.com/601651969" target="_b lank">
118 </section> 146 </a>
119 147 <a id="share-weibo" href="http://e.weibo.com/adblockplus/" target="_bl ank">
120 148 </a>
121 <section id="share"> 149 </div>
122 <div id="donate-block"> 150 <span class="i18n_firstRun_share"></span>
123 <h2 class="i18n_firstRun_please"></h2>
124 <a id="donate" href="" class="i18n_firstRun_donate" target="_blank"></a>
125 </div> 151 </div>
126 152
127 <div id="share-block">
128 <h2 class="i18n_firstRun_or_tell"></h2>
129 <div id="share-buttons">
130 <a id="share-facebook" href="https://www.facebook.com/adblockplus" tar get="_blank" >
131 <img src="/skin/social/facebook.png" alt="facebook" data-script="htt ps://facebook.com/plugins/like.php?">
132 </a>
133 <a id="share-twitter" href="https://twitter.com/adblockplus" target="_ blank">
134 <img src="/skin/social/twitter.png" alt="twitter" data-script="https ://platform.twitter.com/widgets.js">
135 </a>
136 <a id="share-gplus" href="https://www.google.com/+AdblockPlus" target= "_blank">
137 <img src="/skin/social/googleplus.png" alt="googple plus" data-scrip t="https://apis.google.com/js/plusone.js">
138 </a>
139 </div>
140 </div>
141 <div class="clearfix"></div>
142 </section> 153 </section>
143 154
144 <footer> 155 <footer>
145 <!-- <h1 class="i18n_firstRun_share"></h1> --> 156 <a id="contributors" class="i18n_firstRun_contributor_credits"></a>
146
147 </footer> 157 </footer>
148 158
159
149 <div id="glass-pane"> 160 <div id="glass-pane">
150 <iframe id="share-popup" scrolling="no"></iframe> 161 <iframe id="share-popup" scrolling="no"></iframe>
151 </div> 162 </div>
152 </body> 163 </body>
153 </html> 164 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld