summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html
index 4322153..ef415b8 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,3 +1,5 @@
+$def with (running)
+
$var title: Mailinglisten
$var headline:
Willkommen auf dem Mailinglistenserver von
@@ -68,8 +70,13 @@ $var headline:
<div id="status" class="center">
system status:<br />
- <span class="ok">
- <b>+++ RUNNING +++</b>
- </span>
+ $if running:
+ <span class="ok">
+ <b>+++ RUNNING +++</b>
+ </span>
+ $else:
+ <span class="wrong">
+ <b>+++ MAINTENANCE / OFFLINE +++</b>
+ </span>
</div>