]> git.ipfire.org Git - ipfire.org.git/blame - www/templates/static/donation.html
Add ad from hetzner.
[ipfire.org.git] / www / templates / static / donation.html
CommitLineData
d964a8fa
JPT
1{% extends "../base.html" %}
2
3{% block title %}{{ _("Donation") }}{% end block %}
4
5
6{% block content %}
7
d964a8fa
JPT
8 <div class=post>
9 <h3>{{ _("Donation") }}</h3>
10 <img src="{{ static_url("images/page_icons/donation.png") }}") }}" class="floatTR" border="0" alt="{{ _("Donation") }}" />
11 <p>
12 {% if lang == "de" %}
b2fd14c2
JPT
13 Dieses Projekt wird von Freiwilligen in ihrer Freizeit betrieben und betreut.<br />
14 Mit jeder Spende und sei sie noch so klein unterstützen Sie IPFire und sichern damit den Fortbestand dieses Projektes.
15 </p>
16 <br />
17 <p>
18 <div align="center">
19 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
20 <input type="hidden" name="cmd" value="_s-xclick">
21 <input type="hidden" name="hosted_button_id" value="10781833">
22 <input type="image" src="https://www.paypal.com/de_DE/DE/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
23 <img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
24 </form>
25 </div>
26 </p>
27 <br />
28 <p>
29 Wegen des einfachen Ablaufs der Spende bevorzugen wir <strong>PayPal</strong>.<br />
30 Es ist auch möglich ohne Anmeldung per Kreditkarte zu spenden.
31 </p>
32
33
d964a8fa 34 {% else %}
b2fd14c2
JPT
35 <p>
36 This project is driven and maintained by volunteers in their free time.<br />
37 With each donation, and even with small ones you will support IPFire and ensure the continuation of this project.
38 </p>
39 <br />
40 <p>
41 <div align="center">
42 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
43 <input type="hidden" name="cmd" value="_s-xclick">
44 <input type="hidden" name="hosted_button_id" value="10781833">
45 <input type="image" src="https://www.paypal.com/en_US/DE/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
46 <img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
47 </form>
48 </div>
49 </p>
50 <br />
51 <p>
52 Our favorite way for a donation is <strong>PayPal</strong> because it is fast and easy.<br />
53 It is also possible to donate by credit card without registration.
54 </p>
d964a8fa
JPT
55 {% end %}
56 </p>
57 </div>
58 <br class="clear" />
59
60 {% end block %}