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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 {% endblock %} | 59 {% endblock %} |
60 | 60 |
61 <!--[if lt IE 7]> | 61 <!--[if lt IE 7]> |
62 <script src="/js/vendor/DD_belatedPNG.js"></script> | 62 <script src="/js/vendor/DD_belatedPNG.js"></script> |
63 <script>DD_belatedPNG.fix(".sprite");</script> | 63 <script>DD_belatedPNG.fix(".sprite");</script> |
64 <![endif]--> | 64 <![endif]--> |
65 <!--[if lt IE 9]> | 65 <!--[if lt IE 9]> |
66 <script src="/js/vendor/html5shiv.js"></script> | 66 <script src="/js/vendor/html5shiv.js"></script> |
67 <script src="/js/vendor/respond.min.js"></script> | 67 <script src="/js/vendor/respond.min.js"></script> |
68 <![endif]--> | 68 <![endif]--> |
69 <!--[if lt IE 10]> | |
70 <script src="/js/vendor/cssfx.min.js"></script> | |
71 <![endif]--> | |
72 <!--[if IE 8]> | |
73 <link rel="stylesheet" href="/css/empty.css" class="cssfx"/> | |
74 <![endif]--> | |
75 </head> | 69 </head> |
76 | 70 |
77 <body> | 71 <body> |
78 <noscript> | 72 <noscript> |
79 <link rel="stylesheet" href="/css/noscript-desktop.css" media="(min-width:
1000px)"/> | 73 <link rel="stylesheet" href="/css/noscript-desktop.css" media="(min-width:
1000px)"/> |
80 <link rel="stylesheet" href="/css/noscript-mobile.css" media="(max-width:
1000px)"/> | 74 <link rel="stylesheet" href="/css/noscript-mobile.css" media="(max-width:
1000px)"/> |
81 </noscript> | 75 </noscript> |
82 | 76 |
83 {% macro pageitem(name) %} | 77 {% macro pageitem(name) %} |
84 {% if name == page %} | 78 {% if name == page %} |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 <a rel="nofollow" id="social-gplus" class="sprite" href="https://p
lus.google.com/110020691898167279887"></a> | 204 <a rel="nofollow" id="social-gplus" class="sprite" href="https://p
lus.google.com/110020691898167279887"></a> |
211 </li> | 205 </li> |
212 </ul> | 206 </ul> |
213 </section> | 207 </section> |
214 </div> | 208 </div> |
215 </footer> | 209 </footer> |
216 | 210 |
217 <script src="/js/main.js"></script> | 211 <script src="/js/main.js"></script> |
218 </body> | 212 </body> |
219 </html> | 213 </html> |
OLD | NEW |