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

Delta Between Two Patch Sets: updates.html

Issue 29592569: Issue 5943 - Implement Updates Page for Adblock Plus extension (Closed) Base URL: https://hg.adblockplus.org/adblockplusui/
Left Patch Set: Addressed fourth round of feedback Created Nov. 26, 2017, 5:06 p.m.
Right Patch Set: Addressed seventh round of feedback Created Jan. 12, 2018, 11:35 a.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 | « skin/updates/icon-thumbs-up.svg ('k') | updates.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 <https://adblockplus.org/>, 3 - This file is part of Adblock Plus <https://adblockplus.org/>,
4 - Copyright (C) 2006-present eyeo GmbH 4 - Copyright (C) 2006-present 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,
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 <section class="column content-column"> 49 <section class="column content-column">
50 50
51 <div id="content"> 51 <div id="content">
52 52
53 <header> 53 <header>
54 <h1 class="i18n_updates_heading"></h1> 54 <h1 class="i18n_updates_heading"></h1>
55 <p class="i18n_updates_subheading"></p> 55 <p class="i18n_updates_subheading"></p>
56 </header> 56 </header>
57 57
58 <article class="feature-entry"> 58 <article class="feature-entry">
59 <img class="feature-icon" src="/skin/updates/icon-rocket.svg" al t="rocket-icon"/> 59 <img class="feature-icon" src="/skin/updates/icon-rocket.svg"/>
60 <p id="options-page-news" class="i18n_updates_optionsPageNews">< /p> 60 <p id="options-page-news" class="i18n_updates_optionsPageNews">< /p>
61 </article> 61 </article>
62 62
63 <article class="feature-entry"> 63 <article class="feature-entry">
64 <img class="feature-icon" src="/skin/updates/icon-thumbs-up.svg" alt="thumbs-up-icon"/> 64 <img class="feature-icon" src="/skin/updates/icon-thumbs-up.svg" />
65 <p id="block-ads-text" class="i18n_updates_blockAds"></p> 65 <p id="block-ads-text" class="i18n_updates_blockAds"></p>
66 </article> 66 </article>
67 67
68 <article class="custom-feature-entry"> 68 <article class="custom-feature-entry">
69 <h2 class="i18n_updates_phone"></h2> 69 <h2 class="i18n_updates_phone"></h2>
70
70 <div class="feature-entry"> 71 <div class="feature-entry">
71 <img class="feature-icon" src="/skin/updates/icon-mobile.svg" alt="thumbs-up-icon"/> 72 <img class="feature-icon" src="/skin/updates/icon-mobile.svg"/ >
72 <p class="i18n_updates_adblockBrowser"></p> 73 <p id="adblock-browser-text" class="i18n_updates_adblockBrowse r"></p>
73 </div> 74 </div>
75
74 <div class="store-buttons"> 76 <div class="store-buttons">
75 <a href="https://eyeo.to/adblockbrowser/ios/update-page" class ="store-button applestore-button"> 77 <a id="adblock-browser-ios-store" class="store-button applesto re-button" target="_blank">
Thomas Greiner 2017/11/27 16:15:50 According to the spec those two links are supposed
76 <img src="skin/updates/appstore-bg.svg" alt="apple store but ton"> 78 <img src="skin/updates/appstore-bg.svg" alt="apple store but ton">
77 </a> 79 </a>
78 <a href="https://eyeo.to/adblockbrowser/android/update-page" c lass="store-button googleplay-button"> 80 <a id="adblock-browser-android-store" class="store-button goog leplay-button" target="_blank">
79 <img src="skin/updates/googleplay-bg.svg" alt="google play s tore button"> 81 <img src="skin/updates/googleplay-bg.svg" alt="google play s tore button">
80 </a> 82 </a>
81 </div> 83 </div>
84
82 </article> 85 </article>
83 86
84 </div> 87 </div>
85 88
86 </section> 89 </section>
87 90
88 </div> 91 </div>
89 92
90 </main> 93 </main>
91 94
92 </body> 95 </body>
93 96
94 </html> 97 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld