OLD | NEW |
1 title=Known Adblock Plus subscriptions | 1 title=Known Adblock Plus subscriptions |
2 {# | 2 {# |
3 # This file is part of the Adblock Plus website, | 3 # This file is part of the Adblock Plus website, |
4 # Copyright (C) 2006-2015 Eyeo GmbH | 4 # Copyright (C) 2006-2015 Eyeo GmbH |
5 # | 5 # |
6 # Adblock Plus is free software: you can redistribute it and/or modify | 6 # Adblock Plus is free software: you can redistribute it and/or modify |
7 # it under the terms of the GNU General Public License version 3 as | 7 # it under the terms of the GNU General Public License version 3 as |
8 # published by the Free Software Foundation. | 8 # published by the Free Software Foundation. |
9 # | 9 # |
10 # Adblock Plus is distributed in the hope that it will be useful, | 10 # Adblock Plus is distributed in the hope that it will be useful, |
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 # GNU General Public License for more details. | 13 # GNU General Public License for more details. |
14 # | 14 # |
15 # You should have received a copy of the GNU General Public License | 15 # You should have received a copy of the GNU General Public License |
16 # along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. | 16 # along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
17 #} | 17 #} |
18 | 18 |
19 | 19 |
20 <style type="text/css"> | 20 <style type="text/css"> |
21 .subscriptions | 21 .subscriptions |
22 { | 22 { |
23 border-collapse: collapse; | 23 border-collapse: collapse; |
| 24 width: 100%; |
24 } | 25 } |
25 | 26 |
26 .subscriptions td | 27 .subscriptions td |
27 { | 28 { |
28 width: 50%; | 29 width: 50%; |
29 } | 30 } |
30 | 31 |
31 .subscriptions td, .subscriptions th | 32 .subscriptions td, .subscriptions th |
32 { | 33 { |
33 vertical-align: top; | 34 vertical-align: top; |
(...skipping 20 matching lines...) Expand all Loading... |
54 {% from "includes/subscriptionList" import display_subscriptions %} | 55 {% from "includes/subscriptionList" import display_subscriptions %} |
55 | 56 |
56 {{ display_subscriptions(1|get_subscriptions) }} | 57 {{ display_subscriptions(1|get_subscriptions) }} |
57 | 58 |
58 | 59 |
59 <p>{{"Can't see your filter list here? <a href=\"mailto:subscriptionlist@adblock
plus.org\">Send</a> the information you would like to be displayed here. Please
note that in order to be included in this list your subscription must contain a
comment at the beginning describing the origin of the filter list and the prefer
red way of contacting you if problems with your list occur. You should also be c
ertain that when these issues arise you will be able to fix them in a reasonable
amount of time."|translate("s2")}}</p> | 60 <p>{{"Can't see your filter list here? <a href=\"mailto:subscriptionlist@adblock
plus.org\">Send</a> the information you would like to be displayed here. Please
note that in order to be included in this list your subscription must contain a
comment at the beginning describing the origin of the filter list and the prefer
red way of contacting you if problems with your list occur. You should also be c
ertain that when these issues arise you will be able to fix them in a reasonable
amount of time."|translate("s2")}}</p> |
60 | 61 |
61 <p> | 62 <p> |
62 {{"Please note that all of these filter lists are being maintained by third part
ies. Eyeo, the company behind Adblock Plus, has no control over them.\nWe are on
ly listing them to help you find lists that could be useful to you.\nIn no case
shall Eyeo be held liable towards you or any other third party for any loss or d
amage (including but not limited to loss of chances and of business) deriving di
rectly or indirectly from your use of these lists."|translate("s3")}} | 63 {{"Please note that all of these filter lists are being maintained by third part
ies. Eyeo, the company behind Adblock Plus, has no control over them.\nWe are on
ly listing them to help you find lists that could be useful to you.\nIn no case
shall Eyeo be held liable towards you or any other third party for any loss or d
amage (including but not limited to loss of chances and of business) deriving di
rectly or indirectly from your use of these lists."|translate("s3")}} |
63 </p> | 64 </p> |
OLD | NEW |