From 6460992ab3341423fb44ffd4e3318f00fdc80ec2 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 17 Dec 2017 12:30:27 -0500 Subject: #570 inital framework for 24 hr moment --- www/templates/image-modal.html | 2 +- www/templates/menu.html | 6 ++++++ www/templates/moment-popover.html | 12 ++++++++++++ www/templates/moment.html | 35 +++++++++++++++++++++++++++++++++++ 4 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 www/templates/moment-popover.html create mode 100644 www/templates/moment.html (limited to 'www/templates') diff --git a/www/templates/image-modal.html b/www/templates/image-modal.html index 7195bae7..d38ca5b9 100644 --- a/www/templates/image-modal.html +++ b/www/templates/image-modal.html @@ -1,7 +1,7 @@ - + diff --git a/www/templates/menu.html b/www/templates/menu.html index 3caacfd2..16b8a138 100644 --- a/www/templates/menu.html +++ b/www/templates/menu.html @@ -32,6 +32,12 @@ {{'kMenuEvents'|translate}} + + + + {{'kMoment24Heading'|translate}} + + diff --git a/www/templates/moment-popover.html b/www/templates/moment-popover.html new file mode 100644 index 00000000..49dbea89 --- /dev/null +++ b/www/templates/moment-popover.html @@ -0,0 +1,12 @@ + + + + + diff --git a/www/templates/moment.html b/www/templates/moment.html new file mode 100644 index 00000000..40881ae2 --- /dev/null +++ b/www/templates/moment.html @@ -0,0 +1,35 @@ + + {{'kMoment24Heading' | translate}} {{type}} + + + + + + + + + +     + + + + +
+ Nothing to show yet... +
+ +
+
+ +
+
{{moment.Event.monitorName}}{{moment.Event.collapseCount}} 
+ +
{{moment.Event.humanizeTime}}{{hourmin(moment.Event.StartTime)}}
+
+ +
+ +
+
-- cgit v1.2.3