From c18bc9af168d8f8cbf78e15db4223778636186ad Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 22 Feb 2015 22:51:40 +0100 Subject: [PATCH] Re-add ads to download splash page --- templates/download-splash.html | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/templates/download-splash.html b/templates/download-splash.html index 9b5eaef..fdb7205 100644 --- a/templates/download-splash.html +++ b/templates/download-splash.html @@ -5,7 +5,7 @@ {% block header %}
-
+

{{ _("Thanks for downloading IPFire!") }}

@@ -13,23 +13,22 @@ {% block body %} -
-
-

- {% if lang == "de" %} - Der Download beginnt in Kürze. - Falls nicht, auf den untenstehenden Link klicken. - {% else %} - Your download should begin in a few seconds. - If not, click the link below. - {% end %} -

+
+

+ {% if lang == "de" %} + Der Download beginnt in Kürze. + Falls nicht, auf den untenstehenden Link klicken. + {% else %} + Your download should begin in a few seconds. + If not, click the link below. + {% end %} +

-

-
-
+

+
+ {% if lang == "de" %}

Wir möchten jeden, der IPFire herunterlädt einladen, @@ -60,6 +59,10 @@


+ {% module Advertisement("download-splash") %} + +
+

{{ _("Next steps") }}

-- 2.39.2