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

Side by Side Diff: includes/index.tmpl

Issue 29341378: Issue 4027 - make the download button available for windows insider users (Closed)
Patch Set: Created May 13, 2016, 10:40 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 | static/css/index.css » ('j') | static/js/index.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 title=Adblock Plus - Surf the web without annoying ads! 1 title=Adblock Plus - Surf the web without annoying ads!
2 noheading=True 2 noheading=True
3 localefile=index 3 localefile=index
4 4
5 {# 5 {#
6 # This file is part of the Adblock Plus website, 6 # This file is part of the Adblock Plus website,
7 # Copyright (C) 2006-2016 Eyeo GmbH 7 # Copyright (C) 2006-2016 Eyeo GmbH
8 # 8 #
9 # Adblock Plus is free software: you can redistribute it and/or modify 9 # Adblock Plus is free software: you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License version 3 as 10 # it under the terms of the GNU General Public License version 3 as
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 <span class="license-note" style="display: inline">{{"(<a href=\"https ://www.gnu.org/licenses\">GPLv3</a>)"|translate("s10")}}</span> 62 <span class="license-note" style="display: inline">{{"(<a href=\"https ://www.gnu.org/licenses\">GPLv3</a>)"|translate("s10")}}</span>
63 </li> 63 </li>
64 <li id="feature-maxthon" itemprop="featureList"> 64 <li id="feature-maxthon" itemprop="featureList">
65 <div class="sprite"></div> 65 <div class="sprite"></div>
66 {{"Integrated by default in"|translate("s11")}} <a href="http://www.maxthon.com/ " target="_blank">{{"Maxthon Cloud Browser"|translate("s12")}}</a> 66 {{"Integrated by default in"|translate("s11")}} <a href="http://www.maxthon.com/ " target="_blank">{{"Maxthon Cloud Browser"|translate("s12")}}</a>
67 </li> 67 </li>
68 </ul> 68 </ul>
69 </div> 69 </div>
70 70
71 <h3 class="edge-message"> 71 <h3 class="edge-message">
72 {{"Please check back later for a version of Adblock Plus for Microsoft Edg e."|translate("edge-message")}} 72 {{"Adblock Plus is ​<a href='https://www.microsoft.com/store/apps/adblock- plus/9nblggh4r9nz' target='_blank'>available</a> for Windows Insiders on a build 14342 or higher."|translate("edge-message")}}
saroyanm 2016/05/13 10:50:20 @Ollie can you please help me updating the message
Sebastian Noack 2016/05/17 08:50:13 I don't think we should link to the Windows Store
saroyanm 2016/05/17 12:38:53 Done.
73 </h3> 73 </h3>
74 74
75 <div id="install"> 75 <div id="install">
76 <a class="install-button" href="https://update.adblockplus.org/latest/adbl ockplusfirefox.xpi" id="install-firefox">{{"Install for Firefox"|translate("s13" )}}</a> 76 <a class="install-button" href="https://update.adblockplus.org/latest/adbl ockplusfirefox.xpi" id="install-firefox">{{"Install for Firefox"|translate("s13" )}}</a>
77 <a class="install-button" href="https://chrome.google.com/webstore/detail/ cfhdojbkjhnklbpkdaibdccddilifddb" id="install-chrome" onclick="chrome.webstore.i nstall(); return false;">{{"Install for Chrome"|translate("s14")}}</a> 77 <a class="install-button" href="https://chrome.google.com/webstore/detail/ cfhdojbkjhnklbpkdaibdccddilifddb" id="install-chrome" onclick="chrome.webstore.i nstall(); return false;">{{"Install for Chrome"|translate("s14")}}</a>
78 <a class="install-button" href="https://addons.opera.com/extensions/detail s/opera-adblock/?display=en-US" id="install-opera">{{"Install for Opera"|transla te("s15")}}</a> 78 <a class="install-button" href="https://addons.opera.com/extensions/detail s/opera-adblock/?display=en-US" id="install-opera">{{"Install for Opera"|transla te("s15")}}</a>
79 <a class="install-button" href="android-install" id="install-android">{{"I nstall for Android"|translate("s16")}}</a> 79 <a class="install-button" href="android-install" id="install-android">{{"I nstall for Android"|translate("s16")}}</a>
80 <a class="install-button" href="https://update.adblockplus.org/latest/adbl ockplusie.exe" id="install-internet-explorer">{{"Install for Internet Explorer"| translate("s17")}}</a> 80 <a class="install-button" href="https://update.adblockplus.org/latest/adbl ockplusie.exe" id="install-internet-explorer">{{"Install for Internet Explorer"| translate("s17")}}</a>
81 <a class="install-button" href="https://update.adblockplus.org/latest/adbl ockplussafari.safariextz" id="install-safari">{{"Install for Safari"|translate(" s18")}}</a> 81 <a class="install-button" href="https://update.adblockplus.org/latest/adbl ockplussafari.safariextz" id="install-safari">{{"Install for Safari"|translate(" s18")}}</a>
82 <a class="install-button" href="https://chrome.google.com/webstore/detail/ cfhdojbkjhnklbpkdaibdccddilifddb" id="install-yandex-browser" onclick="chrome.we bstore.install(); return false;">{{"Install for Yandex Browser"|translate("s19") }}</a> 82 <a class="install-button" href="https://chrome.google.com/webstore/detail/ cfhdojbkjhnklbpkdaibdccddilifddb" id="install-yandex-browser" onclick="chrome.we bstore.install(); return false;">{{"Install for Yandex Browser"|translate("s19") }}</a>
83 <a class="install-button" href="ms-windows-store://pdp/?ProductId=9nblggh4 r9nz" id="install-edge">{{"Install for Microsoft Edge"|translate("install-edge") }}</a>
83 </div> 84 </div>
84 85
85 <div id="other-platform"> 86 <div id="other-platform">
86 <div>{{"Download Adblock Plus for another platform"|translate("other-pla tform")}}</div> 87 <div>{{"Download Adblock Plus for another platform"|translate("other-pla tform")}}</div>
87 <ul> 88 <ul>
88 <li> 89 <li>
89 <a class="sprite" href="firefox" id="platform-firefox" title="{{"Adb lock Plus for Firefox"|translate("s20")}}"></a> 90 <a class="sprite" href="firefox" id="platform-firefox" title="{{"Adb lock Plus for Firefox"|translate("s20")}}"></a>
90 </li> 91 </li>
91 <li> 92 <li>
92 <a class="sprite" href="chrome" id="platform-chrome" title="{{"Adblo ck Plus for Chrome"|translate("s21")}}"></a> 93 <a class="sprite" href="chrome" id="platform-chrome" title="{{"Adblo ck Plus for Chrome"|translate("s21")}}"></a>
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 <h2>{{"Be notified when Adblock Plus for Microsoft Edge is available!"|tra nslate("abp-for-edge-be-notified")}}</h2> 347 <h2>{{"Be notified when Adblock Plus for Microsoft Edge is available!"|tra nslate("abp-for-edge-be-notified")}}</h2>
347 348
348 <p> 349 <p>
349 {{"Microsoft Edge <a href='https://wpdev.uservoice.com/forums/257854-mic rosoft-edge-developer/suggestions/6508820-javascript-browser-extensions'>does no t yet support extensions</a>. However, you can be sure that a version of Adblock Plus for Microsoft Edge will be released as soon as possible. While you're wait ing, you may want to try the latest version of Adblock Plus for Internet Explore r."|translate("ms-edge-description")}} 350 {{"Microsoft Edge <a href='https://wpdev.uservoice.com/forums/257854-mic rosoft-edge-developer/suggestions/6508820-javascript-browser-extensions'>does no t yet support extensions</a>. However, you can be sure that a version of Adblock Plus for Microsoft Edge will be released as soon as possible. While you're wait ing, you may want to try the latest version of Adblock Plus for Internet Explore r."|translate("ms-edge-description")}}
350 </p> 351 </p>
351 </div> 352 </div>
352 </div> 353 </div>
353 </section> 354 </section>
354 355
355 <script src="/js/index.js"></script> 356 <script src="/js/index.js"></script>
OLDNEW
« no previous file with comments | « no previous file | static/css/index.css » ('j') | static/js/index.js » ('J')

Powered by Google App Engine
This is Rietveld