| OLD | NEW |
| 1 {# | 1 {# |
| 2 # This file is part of the Adblock Plus website, | 2 # This file is part of the Adblock Plus website, |
| 3 # Copyright (C) 2006-present eyeo GmbH | 3 # Copyright (C) 2006-present eyeo GmbH |
| 4 # | 4 # |
| 5 # Adblock Plus is free software: you can redistribute it and/or modify | 5 # Adblock Plus is free software: you can redistribute it and/or modify |
| 6 # it under the terms of the GNU General Public License version 3 as | 6 # it under the terms of the GNU General Public License version 3 as |
| 7 # published by the Free Software Foundation. | 7 # published by the Free Software Foundation. |
| 8 # | 8 # |
| 9 # Adblock Plus is distributed in the hope that it will be useful, | 9 # Adblock Plus is distributed in the hope that it will be useful, |
| 10 # but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 <script src="/js/html5shiv.min.js"></script> | 40 <script src="/js/html5shiv.min.js"></script> |
| 41 <![endif]--> | 41 <![endif]--> |
| 42 </head> | 42 </head> |
| 43 <body> | 43 <body> |
| 44 <header> | 44 <header> |
| 45 <div class="content-block"> | 45 <div class="content-block"> |
| 46 <div> | 46 <div> |
| 47 {{"index"|linkify(id="logo")}} | 47 {{"index"|linkify(id="logo")}} |
| 48 <img src="/images/adblock-browser-logo.png" alt="{{get_string("abb-l
ogo-alt", "header")}}" /> | 48 <img src="/images/adblock-browser-logo.png" alt="{{get_string("abb-l
ogo-alt", "header")}}" /> |
| 49 </a> | 49 </a> |
| 50 <a href="#" id="hamburger"> | |
| 51 <img src="/images/hamburger.png" alt="{{get_string("hamburger-image-
alt", "header")}}" /> | |
| 52 </a> | |
| 53 </div> | 50 </div> |
| 54 <nav class="closed"> | |
| 55 <ul> | |
| 56 <li> | |
| 57 <a href="ios-support">{{get_string("support-ios", "header")}}</a> | |
| 58 </li> | |
| 59 <li> | |
| 60 <a href="android-support">{{get_string("support-android", "header"
)}}</a> | |
| 61 </li> | |
| 62 </ul> | |
| 63 </nav> | |
| 64 <a href="https://adblockplus.org/" id="bookmark"> | 51 <a href="https://adblockplus.org/" id="bookmark"> |
| 65 <span>{{get_string("bookmark", "header")}}</span> | 52 <span>{{get_string("bookmark", "header")}}</span> |
| 66 <img src="/images/abp-grey-logo.png" alt="{{get_string("abp-logo-alt",
"header")}}" /> | 53 <img src="/images/abp-grey-logo.png" alt="{{get_string("abp-logo-alt",
"header")}}" /> |
| 67 </a> | 54 </a> |
| 68 </div> | 55 </div> |
| 69 </header> | 56 </header> |
| 70 <div id="content-wrapper"> | 57 <div id="content-wrapper"> |
| 71 <div id="content" class="content-block"> | 58 <div id="content" class="content-block"> |
| 72 {% if not noheading %} | 59 {% if not noheading %} |
| 73 <h1>{{title|translate("title")}}</h1> | 60 <h1>{{title|translate("title")}}</h1> |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 <div id="overlay"> | 93 <div id="overlay"> |
| 107 <div id="modal"> | 94 <div id="modal"> |
| 108 <a href="#" id="modal-close"></a> | 95 <a href="#" id="modal-close"></a> |
| 109 <? include modal ?> | 96 <? include modal ?> |
| 110 </div> | 97 </div> |
| 111 </div> | 98 </div> |
| 112 {% endif %} | 99 {% endif %} |
| 113 <script src="/js/main.js"></script> | 100 <script src="/js/main.js"></script> |
| 114 </body> | 101 </body> |
| 115 </html> | 102 </html> |
| OLD | NEW |