From 4903c3bb89155f418657b85d240f26e0eba6dd8b Mon Sep 17 00:00:00 2001 From: Thomas Nilsen Date: Sun, 25 Nov 2018 18:56:23 +0100 Subject: [PATCH] HTML template for status updates to subscribers - Initial HTML template used to generate HTML emails when status notifications is sent to subscribers. TODO: Should probably be located in a different directory structure --- libs/templates/email_status_update.html | 56 +++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 libs/templates/email_status_update.html diff --git a/libs/templates/email_status_update.html b/libs/templates/email_status_update.html new file mode 100644 index 0000000..dea833e --- /dev/null +++ b/libs/templates/email_status_update.html @@ -0,0 +1,56 @@ + + + + + + + + + +

%service_status_update_from% %name%

+
+ + + + + + + + + + + + + + + + + + + +
%services_impacted%:%service%
%status_label%:%status%
%time_label%:%time%
 %comment%
+
+ + + + + + +
+

%unsubscribe%

+

 %powered_by% Server-Status

\ No newline at end of file