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