From 0c7b6d8d7a4994aac9cfb42115e2c4bfbbe4b87b Mon Sep 17 00:00:00 2001 From: Nathan Booth Date: Wed, 21 Dec 2011 18:40:41 +0000 Subject: [PATCH] Mocked up status page Signed-off-by: Nathan Booth --- source/webui/templates/admin/service.tpl | 6 +-- source/webui/templates/status.tpl | 66 ++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 3 deletions(-) create mode 100644 source/webui/templates/status.tpl diff --git a/source/webui/templates/admin/service.tpl b/source/webui/templates/admin/service.tpl index b91f20a..2e5d73e 100644 --- a/source/webui/templates/admin/service.tpl +++ b/source/webui/templates/admin/service.tpl @@ -12,7 +12,7 @@

Edit Service

-

Use this form to define a new service

+

Use this form to update the existing Service

@@ -44,7 +44,7 @@

Existing Sites

-

Description

+

Currently the following sites that are defined for the service {$service->name|escape:html}, Edit the site or delete it from the service here, to add a new one use the form below

@@ -79,7 +79,7 @@

Add Site

-

Use this form to define a new site

+

Use this form to define a new site to the service {$service->name|escape:html}

diff --git a/source/webui/templates/status.tpl b/source/webui/templates/status.tpl new file mode 100644 index 0000000..9762f48 --- /dev/null +++ b/source/webui/templates/status.tpl @@ -0,0 +1,66 @@ +
+
+
+

Site Status History {$service->name|escape:html}LDAP - External{$site->name|escape:html}

+

This page details the incident history for a Site related to a Service

+
+
+

Today 21/12/11

+

x incidents

+
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
IncidentDescriptionTime OpenedStatusTime Closed
123456Loss of power on remote site14:00Major Incident-
123457Loss of power on remote site14:00Major Incident-
+
+
+
+
+

Yesterday 20/12/11

+

x incidents

+
+
+ + + + + + + + + + + + + + + + + +
IncidentDescriptionTime OpenedStatusTime Closed
123456Loss of power on remote site14:00Resolved15:00
+
+
+ +
+
\ No newline at end of file