| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| 1 title=Adblock Plus | The world's # 1 free ad blocker | 1 title=Adblock Plus | The world's # 1 free ad blocker |
| 2 description=Adblock Plus, the most popular ad blocker on Firefox, Chrome, Safari , Android and iOS. Block pop-ups and annoying ads on websites like Facebook and YouTube. | 2 description=Adblock Plus, the most popular ad blocker on Firefox, Chrome, Safari , Android and iOS. Block pop-ups and annoying ads on websites like Facebook and YouTube. |
| 3 | 3 |
| 4 <head> | 4 <head> |
| 5 <link rel="stylesheet" href="/css/index.css"> | 5 <link rel="stylesheet" href="/css/index.css"> |
| 6 <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/deta il/cfhdojbkjhnklbpkdaibdccddilifddb"> | 6 <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/deta il/cfhdojbkjhnklbpkdaibdccddilifddb"> |
| 7 </head> | 7 </head> |
| 8 | 8 |
| 9 <? include hero-download ?> | 9 <? include hero-download ?> |
| 10 <? include as-mentioned ?> | 10 <? include as-mentioned ?> |
| 11 <? include features ?> | 11 <? include features ?> |
| 12 <? include abb-cross-promotion ?> | 12 <? include abb-cross-promotion ?> |
| 13 <? include footnote ?> | 13 <? include footnote ?> |
| 14 | 14 |
| 15 {% for browser in browsers %} | 15 {% for browser in browsers %} |
| 16 <script id="hero-download-button-template-{{ browser.id }}" type="text/template" > | 16 <script id="download-label-{{ browser.id }}" type="text/template"> |
|
juliandoucette
2018/04/16 15:44:40
NIT/Suggest: id="download-label-$browser" (it's ac
ire
2018/04/16 16:00:59
Done.
| |
| 17 {% if locale in ["en", "de", "fr"] %} | 17 {% if locale in ["en", "de", "fr"] %} |
| 18 {{ "Agree and Install for " + browser.name | translate("agree-and-install-fo r-" + browser.id, "button label") }} | 18 {{ "Agree and Install for " + browser.name | translate("agree-and-install-fo r-" + browser.id, "button label") }} |
| 19 {% else %} | 19 {% else %} |
| 20 {{ "Install for " + browser.name | translate("install-for-" + browser.id, "b utton label") }} | 20 {{ "Install for " + browser.name | translate("install-for-" + browser.id, "b utton label") }} |
| 21 {% endif %} | 21 {% endif %} |
| 22 </script> | 22 </script> |
| 23 {% endfor %} | 23 {% endfor %} |
| 24 | 24 |
| 25 <script src="/js/vendor/bowser.js"></script> | 25 <script src="/js/vendor/bowser.js"></script> |
| 26 <script src="/js/index.js"></script> | 26 <script src="/js/index.js"></script> |
| LEFT | RIGHT |