From b2fd14c20fce97fee2f97d775e0b3ef07d914405 Mon Sep 17 00:00:00 2001 From: Jan Paul Tuecking Date: Sun, 18 Apr 2010 22:53:38 +0200 Subject: [PATCH] Added a donation page. --- www/templates/static/donation.html | 44 ++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/www/templates/static/donation.html b/www/templates/static/donation.html index b3abada3..d41a0093 100644 --- a/www/templates/static/donation.html +++ b/www/templates/static/donation.html @@ -5,15 +5,53 @@ {% block content %} -

{{ _("Donation") }}

{{ _(

{% if lang == "de" %} - Mit jeder Spende und sei sie noch so klein unterstützen sie dieses Projekt sehr. + Dieses Projekt wird von Freiwilligen in ihrer Freizeit betrieben und betreut.
+ Mit jeder Spende und sei sie noch so klein unterstützen Sie IPFire und sichern damit den Fortbestand dieses Projektes. +

+
+

+

+
+ + + + +
+
+

+
+

+ Wegen des einfachen Ablaufs der Spende bevorzugen wir PayPal.
+ Es ist auch möglich ohne Anmeldung per Kreditkarte zu spenden. +

+ + {% else %} - With each donation, and if with small ones you support this project. +

+ This project is driven and maintained by volunteers in their free time.
+ With each donation, and even with small ones you will support IPFire and ensure the continuation of this project. +

+
+

+

+
+ + + + +
+
+

+
+

+ Our favorite way for a donation is PayPal because it is fast and easy.
+ It is also possible to donate by credit card without registration. +

{% end %}

-- 2.47.3