]> git.ipfire.org Git - ipfire.org.git/blobdiff - www/templates/wishlist/index.html
Remove obsolete pakfire CGI scripts.
[ipfire.org.git] / www / templates / wishlist / index.html
index 45aae3b4af2642ae658df90438f45e9eaf015ba1..daf86cea556e768544e8e856837fbddcf675601b 100644 (file)
@@ -14,7 +14,7 @@
                </p>
                <p>
                        Es ist ganz einfach. Wähle einen Wunsch, über den du dich freuen
-                       würdest, wenn er in Zukunkft umgesetzt wird.
+                       würdest, wenn er in Zukunft umgesetzt wird.
                        Klicke auf den Spenden-Knopf und spende deinen gewünschten Betrag. Teile 
                        auch deinen Freunden und Kollegen mit, wie sie ihre Wünsche unterstützen 
                        können.
        {% if wishes %}
                {{ modules.Wishlist(wishes) }}
        {% else %}
-               <div class="alert alert-error">
+               <div class="alert alert-error ac">
                        {% if lang == "de" %}
-                               <strong>Es tut uns Leid!</strong>
+                               <strong>Es tut uns Leid!</strong><br>
                                Derzeit finden keine Finanzierungen statt.
                                Wenn du das Projekt unterstützten möchtest, so
                                tätige eine <a href="http://www.ipfire.org/donation">Spende</a>.
                        {% else %}
-                               <strong>We are sorry!</strong>
+                               <strong>We are sorry!</strong><br>
                                There are currently no running fundings.
                                If you want to contribute to the project, please
                                make a <a href="http://www.ipfire.org/donation">donation</a>.
 
        <hr>
 
-       {% if lang == "de" %}
-               <p class="ac">
-                       Du hast eine Idee, oder glaubst ein wichtiges Feature fehlt
-                       und wäre ideal von der Community finanziert?
-                       Sende eine E-Mail an
-                       <a href="mailto:wishlist@ipfire.org">
-                               <i class="icon-envelope"></i> wishlist@ipfire.org
-                       </a>
-               </p>
-       {% else %}
-               <p class="ac">
-                       Do you think we are missing a great feature that could be
-                       funded by the community? Write us an email about it to
-                       <a href="mailto:wishlist@ipfire.org">
-                               <i class="icon-envelope"></i> wishlist@ipfire.org
-                       </a>
-               </p>
-       {% end %}
+       <div class="row">
+               <div class="span4 ac">
+                       {% if lang == "de" %}
+                               Wenn du dich nicht entscheiden kannst für was
+                               deine Spende verwendet werden soll, klicke
+                               <a href="http://www.ipfire.org/donate">hier</a>.
+                       {% else %}
+                               In case you cannot decide for which feature
+                               your donation should be used, click
+                               <a href="http://www.ipfire.org/donate">here</a>.
+                       {% end %}
+               </div>
+
+               <div class="span4 ac">
+                       {% if lang == "de" %}
+                               Du hast eine Idee, oder glaubst ein wichtiges Feature fehlt
+                               und wäre ideal von der Community finanziert?
+                               Sende eine E-Mail an:<br>
+                               <i class="icon-envelope"></i> <a href="mailto:wishlist@ipfire.org">wishlist@ipfire.org</a>
+                       {% else %}
+                               Do you think we are missing a great feature that could be
+                               funded by the community? Write us an email about it to:<br>
+                               <i class="icon-envelope"></i> <a href="mailto:wishlist@ipfire.org">wishlist@ipfire.org</a>
+                       {% end %}
+               </div>
+
+               <div class="span4 ac">
+                       {% if lang == "de" %}
+                               Bereits abgelaufene Sammlungen finden sich
+                               <a href="/closed">hier</a>.
+                       {% else %}
+                               Already closed fundings are to be found over
+                               <a href="/closed">here</a>.
+                       {% end %}
+               </div>
+       </div>
 {% end block %}