From 94897110886c6af645260a39c70c244e7e69fce2 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 28 Sep 2011 22:20:16 +0200 Subject: added template for list creation progress display --- static/img/black-arrow.png | Bin 0 -> 1002 bytes templates/progress.html | 51 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 static/img/black-arrow.png create mode 100644 templates/progress.html diff --git a/static/img/black-arrow.png b/static/img/black-arrow.png new file mode 100644 index 0000000..34f6d63 Binary files /dev/null and b/static/img/black-arrow.png differ diff --git a/templates/progress.html b/templates/progress.html new file mode 100644 index 0000000..ac7cc49 --- /dev/null +++ b/templates/progress.html @@ -0,0 +1,51 @@ +$def with (name, fail, progress) + +$var title: Mailinglisten +$var headline: + Create new mailing list + +
+
+ Create a mailing list +
+ + $if fail: +

Error during creating list.

+ $else: + $:progress +
+ +$if not fail: +
+
+ List configuration +
+ +

+ Note: A list administration password is required to change the + configuration. You will receive your administration passwort by + e-mail in a few minutes. +

+ +

+ You will find the configuration page at:
+ + https://lists.spline.inf.fu-berlin.de/mailman/admin/$name +

+ + + You will have to enable cookies! + +

+ +

+ Please insert there a short description of your list. +

+ +

+ -> + + Click here to continue. +

+
-- cgit v1.2.3-1-g7c22