]> git.ipfire.org Git - ipfire.org.git/commitdiff
Added donation page.
authorJan Paul Tuecking <earl@ipfire.org>
Sun, 24 Jan 2010 14:17:27 +0000 (15:17 +0100)
committerJan Paul Tuecking <earl@ipfire.org>
Sun, 24 Jan 2010 14:17:27 +0000 (15:17 +0100)
www/templates/static/donation.html [new file with mode: 0644]

diff --git a/www/templates/static/donation.html b/www/templates/static/donation.html
new file mode 100644 (file)
index 0000000..b3abada
--- /dev/null
@@ -0,0 +1,22 @@
+{% extends "../base.html" %}
+               
+{% block title %}{{ _("Donation") }}{% end block %}
+
+{% block content %}
+       
+       
+       <div class=post>
+               <h3>{{ _("Donation") }}</h3>
+               <img src="{{ static_url("images/page_icons/donation.png") }}") }}" class="floatTR" border="0" alt="{{ _("Donation") }}" />
+               <p>
+                       {% if lang == "de" %}
+                       Mit jeder Spende und sei sie noch so klein unterstützen sie dieses Projekt sehr.
+                       {% else %}
+                       With each donation, and if with small ones you support this project.    
+                       {% end %}
+               </p>
+       </div>
+       <br class="clear" />
+
+       {% end block %}