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

Side by Side Diff: includes/index.tmpl

Issue 29328882: Issue 2870 - Adjust icons on homepage horizontally (Closed)
Patch Set: Created Oct. 6, 2015, 4:03 p.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') | no next file with comments »
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-2015 Eyeo GmbH 7 # Copyright (C) 2006-2015 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 </div> 89 </div>
90 90
91 <div id="install"> 91 <div id="install">
92 <a class="install-button" href="https://update.adblockplus.org/latest/adbl ockplusfirefox.xpi" id="install-firefox">{{"Install for Firefox"|translate("s13" )}}</a> 92 <a class="install-button" href="https://update.adblockplus.org/latest/adbl ockplusfirefox.xpi" id="install-firefox">{{"Install for Firefox"|translate("s13" )}}</a>
93 <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> 93 <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>
94 <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> 94 <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>
95 <a class="install-button" href="android-install" id="install-android">{{"I nstall for Android"|translate("s16")}}</a> 95 <a class="install-button" href="android-install" id="install-android">{{"I nstall for Android"|translate("s16")}}</a>
96 <a class="install-button" href="https://update.adblockplus.org/latest/adbl ockplusie.exe" id="install-internet-explorer">{{"Install for Internet Explorer"| translate("s17")}}</a> 96 <a class="install-button" href="https://update.adblockplus.org/latest/adbl ockplusie.exe" id="install-internet-explorer">{{"Install for Internet Explorer"| translate("s17")}}</a>
97 <a class="install-button" href="https://update.adblockplus.org/latest/adbl ockplussafari.safariextz" id="install-safari">{{"Install for Safari"|translate(" s18")}}</a> 97 <a class="install-button" href="https://update.adblockplus.org/latest/adbl ockplussafari.safariextz" id="install-safari">{{"Install for Safari"|translate(" s18")}}</a>
98 <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> 98 <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>
99 <div id="other-browsers">{{"Download Adblock Plus for another browser:"|tr anslate("other-browsers")}}</div>
100 <ul>
101 <li>
102 <a class="sprite" href="firefox" id="platform-firefox" title="{{"Adblo ck Plus for Firefox"|translate("s20")}}"></a>
103 </li>
104 <li>
105 <a class="sprite" href="chrome" id="platform-chrome" title="{{"Adblock Plus for Chrome"|translate("s21")}}"></a>
106 </li>
107 <li>
108 <a class="sprite" href="android" id="platform-android" title="{{"Adblo ck Plus for Android"|translate("s22")}}"></a>
109 </li>
110 <li>
111 <a class="sprite" href="opera" id="platform-opera" title="{{"Adblock P lus for Opera"|translate("s23")}}"></a>
112 </li>
113 <li>
114 <a class="sprite" href="internet-explorer" id="platform-internet-explo rer" title="{{"Adblock Plus for Internet Explorer"|translate("s24")}}"></a>
115 </li>
116 <li>
117 <a class="sprite" href="safari" id="platform-safari" title="{{"Adblock Plus for Safari"|translate("s25")}}"></a>
118 </li>
119 <li>
120 <a class="sprite" href="yandex-browser" id="platform-yandex-browser" t itle="{{"Adblock Plus for Yandex Browser"|translate("s26")}}"></a>
121 </li>
122 <li>
123 <a class="sprite" href="maxthon" id="platform-maxthon" title="{{"Adblo ck Plus for Maxthon"|translate("s27")}}"></a>
124 </li>
125 <li>
126 <a class="sprite" href="edge" id="platform-edge" title="{{"Adblock Plu s for Microsoft Edge"|translate("abp-microsoft-edge")}}"></a>
127 </li>
128 </ul>
129 </div> 99 </div>
100
101 <div id="other-platform">
102 <div>{{"Download Adblock Plus for another browser:"|translate("other-bro wsers")}}</div>
Oleksandr 2015/10/07 09:26:38 Nit: It might make sense to rename the translation
103 <ul>
104 <li>
105 <a class="sprite" href="firefox" id="platform-firefox" title="{{"Adb lock Plus for Firefox"|translate("s20")}}"></a>
106 </li>
107 <li>
108 <a class="sprite" href="chrome" id="platform-chrome" title="{{"Adblo ck Plus for Chrome"|translate("s21")}}"></a>
109 </li>
110 <li>
111 <a class="sprite" href="android" id="platform-android" title="{{"Adb lock Plus for Android"|translate("s22")}}"></a>
112 </li>
113 <li>
114 <a class="sprite" href="opera" id="platform-opera" title="{{"Adblock Plus for Opera"|translate("s23")}}"></a>
115 </li>
116 <li>
117 <a class="sprite" href="internet-explorer" id="platform-internet-exp lorer" title="{{"Adblock Plus for Internet Explorer"|translate("s24")}}"></a>
118 </li>
119 <li>
120 <a class="sprite" href="safari" id="platform-safari" title="{{"Adblo ck Plus for Safari"|translate("s25")}}"></a>
121 </li>
122 <li>
123 <a class="sprite" href="yandex-browser" id="platform-yandex-browser" title="{{"Adblock Plus for Yandex Browser"|translate("s26")}}"></a>
124 </li>
125 <li>
126 <a class="sprite" href="maxthon" id="platform-maxthon" title="{{"Adb lock Plus for Maxthon"|translate("s27")}}"></a>
127 </li>
128 <li>
129 <a class="sprite" href="edge" id="platform-edge" title="{{"Adblock P lus for Microsoft Edge"|translate("abp-microsoft-edge")}}"></a>
130 </li>
131 </ul>
132 </div>
130 </section> 133 </section>
131 134
132 <div id="messages-wrapper"> 135 <div id="messages-wrapper">
133 <? include abb-notification ?> 136 <? include abb-notification ?>
134 <div class="disclaimer lang-fr"> 137 <div class="disclaimer lang-fr">
135 En téléchargeant le logiciel Adblock Plus ou le navigateur Adblock Browser , vous acceptez que si vous utilisez Adblock Plus pour visiter un site Internet en violation de toute obligation ou droit de quelque nature que ce soit en relat ion avec ce site Internet, en aucun cas EYEO ne pourra être tenu pour responsabl e envers vous ou tout autre tiers pour toute perte ou dommage (y compris, sans y être limité, les dommages pour perte de chances et perte de bénéfices) découlan t directement ou indirectement de votre utilisation de ce logiciel. 138 En téléchargeant le logiciel Adblock Plus ou le navigateur Adblock Browser , vous acceptez que si vous utilisez Adblock Plus pour visiter un site Internet en violation de toute obligation ou droit de quelque nature que ce soit en relat ion avec ce site Internet, en aucun cas EYEO ne pourra être tenu pour responsabl e envers vous ou tout autre tiers pour toute perte ou dommage (y compris, sans y être limité, les dommages pour perte de chances et perte de bénéfices) découlan t directement ou indirectement de votre utilisation de ce logiciel.
136 </div> 139 </div>
137 <div id="maxthon-notification"> 140 <div id="maxthon-notification">
138 使用傲游云浏览器,享受最好的广告过滤体验. (内置Adblock Plus) <a href="http://www.maxthon.cn" tar get="_blank">下载傲游云浏览器</a> 141 使用傲游云浏览器,享受最好的广告过滤体验. (内置Adblock Plus) <a href="http://www.maxthon.cn" tar get="_blank">下载傲游云浏览器</a>
139 </div> 142 </div>
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 <h2>{{"Be notified when Adblock Plus for Microsoft Edge is available!"|tra nslate("abp-for-edge-be-notified")}}</h2> 376 <h2>{{"Be notified when Adblock Plus for Microsoft Edge is available!"|tra nslate("abp-for-edge-be-notified")}}</h2>
374 377
375 <p> 378 <p>
376 {{"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. Enter your email in the field above to receive a notification when Adblock Plus for Microsoft Edg e is available. While you're waiting, you may want to try the latest version of Adblock Plus for Internet Explorer."|translate("ms-edge-description")}} 379 {{"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. Enter your email in the field above to receive a notification when Adblock Plus for Microsoft Edg e is available. While you're waiting, you may want to try the latest version of Adblock Plus for Internet Explorer."|translate("ms-edge-description")}}
377 </p> 380 </p>
378 </div> 381 </div>
379 </div> 382 </div>
380 </section> 383 </section>
381 384
382 <script src="/js/index.js"></script> 385 <script src="/js/index.js"></script>
OLDNEW
« no previous file with comments | « no previous file | static/css/index.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld