]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/downloads.html
Fix typo on download page.
[people/shoehn/ipfire.org.git] / www / templates / downloads.html
1 {% extends "base-2.html" %}
2
3 {% block title %}{{ _("Downloads") }}{% end block %}
4
5 {% block content %}
6 <h3>{{ _("Download IPFire") }}</h3>
7
8 <img src="{{ static_url("images/box_ipfire.png") }}" alt="{{ _("CD-Box") }}" class="floatTR" />
9
10 {% if lang == "de" %}
11 <p>
12 Auf dieser Seite können Sie <strong>kostenlos</strong> die neueste
13 Version von IPFire herunterladen.
14 </p>
15 <p>
16 Ältere Versionen oder andere Downloadoptionen finden Sie im
17 <a href="http://downloads.ipfire.org/">Download Center</a>.
18 </p>
19 {% else %}
20 <p>
21 On this page one can download the latest version of IPFire
22 <strong>for free</strong>.
23 </p>
24 <p>
25 Older versions and other downloads can be found in the
26 <a href="http://downloads.ipfire.org/">Download Center</a>.
27 </p>
28 {% end %}
29
30 <br class="clear" />
31
32 {{ modules.ReleaseItem(release) }}
33
34 <br class="clear" />
35
36 <h3>{{ _("Donation") }}</h3>
37 {% if lang == "de" %}
38 <p>
39 Wenn Ihnen IPFire gefällt, gibt es die Möglichkeit mit einer kleinen
40 Menge Geld das Projekt zu unterstützen. Diese Unterstützung bedeutet
41 sehr viel, denn sie hilft das Projekt fortzuführen.
42 </p>
43 <br class="clear" />
44 <p>
45 <div align="center">
46 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
47 <input type="hidden" name="cmd" value="_s-xclick">
48 <input type="hidden" name="hosted_button_id" value="10781833">
49 <input type="image" src="https://www.paypal.com/de_DE/DE/i/btn/btn_donateCC_LG.gif"
50 border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
51 <img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
52 </form>
53 </div>
54 </p>
55 <br class="clear" />
56 <p>
57 Um mehr darüber zu erfahren, wie Sie das Projekt unterstützen können,
58 klicken Sie <a href="/donation">hier</a>.
59 </p>
60 {% else %}
61 <p>
62 If you like IPFire, there is the opportunity to donate a small amount
63 of money to the project. This will help the people that are running
64 this project very much.
65 </p>
66 <br class="clear" />
67 <p>
68 <div align="center">
69 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
70 <input type="hidden" name="cmd" value="_s-xclick">
71 <input type="hidden" name="hosted_button_id" value="10781833">
72 <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif"
73 border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
74 <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
75 </form>
76 </div>
77 </p>
78 <br class="clear" />
79 <p>
80 If you want to know more about how you can help the IPFire project
81 read <a href="/donation">this</a>.
82 </p>
83 {% end %}
84 {% end block %}
85
86 {% block sidebar %}
87 {{ modules.SidebarBanner() }}
88 {% end block %}