From 89b3cd56482e2548dd14400c84b177e2d8a61c42 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 25 Nov 2017 11:32:47 -0500 Subject: updated to match new ionic sass/styling crap --- www/templates/events.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'www/templates') diff --git a/www/templates/events.html b/www/templates/events.html index 5666ea61..92610eaf 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -98,15 +98,15 @@
- - - - @@ -123,11 +123,11 @@

-

-- cgit v1.2.3 From 5bb274adac923461f361e683b65c7acbe42df0f9 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 7 Dec 2017 16:18:29 -0500 Subject: #91 - initial support - needs formatting --- www/templates/devoptions.html | 7 +++++++ www/templates/events.html | 4 ++++ www/templates/image-modal.html | 5 +++++ 3 files changed, 16 insertions(+) create mode 100644 www/templates/image-modal.html (limited to 'www/templates') diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html index db1f8887..03b7d7b8 100644 --- a/www/templates/devoptions.html +++ b/www/templates/devoptions.html @@ -128,6 +128,13 @@ + + +
diff --git a/www/templates/image-modal.html b/www/templates/image-modal.html new file mode 100644 index 00000000..2ed126c6 --- /dev/null +++ b/www/templates/image-modal.html @@ -0,0 +1,5 @@ + + + + + -- cgit v1.2.3 From bba28ae5040046886bcb35b38da4c1ac2af2002b Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 7 Dec 2017 16:25:10 -0500 Subject: formatting #91 --- www/templates/events.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'www/templates') diff --git a/www/templates/events.html b/www/templates/events.html index 31af018d..8157d0f6 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -61,7 +61,7 @@
-
+
 {{event.Event.MonitorName}} ({{event.Event.Id}})   @@ -75,19 +75,22 @@ - - - - -
+ {{event.Event.Frames}}   {{event.Event.AlarmFrames}}   {{event.Event.TotScore}}
+ +
+ + + + +
-- cgit v1.2.3 From 21856d3106726668616fdf4b96e9a7b02ce69d42 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 8 Dec 2017 20:16:51 -0500 Subject: image fade in, placeholders, doubled image size during fetch for resolution, w/h tweaks #91 --- www/templates/events.html | 15 +++++++++------ www/templates/image-modal.html | 10 +++++++--- 2 files changed, 16 insertions(+), 9 deletions(-) (limited to 'www/templates') diff --git a/www/templates/events.html b/www/templates/events.html index 8157d0f6..999c8c88 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -25,7 +25,7 @@
-      {{prettifyTime(event.Event.StartTime)}} {{tzAbbr}}       {{event.Event.humanizeTime}} () @@ -64,7 +64,7 @@
-  {{event.Event.MonitorName}} ({{event.Event.Id}})   +  {{event.Event.MonitorName}} ({{event.Event.Id}})   @@ -72,7 +72,7 @@ -
@@ -80,15 +80,18 @@ {{event.Event.Frames}}   {{event.Event.AlarmFrames}}   - {{event.Event.TotScore}} +
-
+
- + + + +
diff --git a/www/templates/image-modal.html b/www/templates/image-modal.html index 2ed126c6..7195bae7 100644 --- a/www/templates/image-modal.html +++ b/www/templates/image-modal.html @@ -1,5 +1,9 @@ - - - + + + + + + + -- cgit v1.2.3 From 02b539d381517228fec72235c3b8c5a5659bd711 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 9 Dec 2017 12:41:42 -0500 Subject: #91 rotated image fix and other typos --- www/templates/events.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'www/templates') diff --git a/www/templates/events.html b/www/templates/events.html index 999c8c88..41e5b104 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -64,7 +64,7 @@
-  {{event.Event.MonitorName}} ({{event.Event.Id}})   +  {{event.Event.MonitorName}} ({{event.Event.Id}})   @@ -85,11 +85,12 @@
-
+
- - + + + -- cgit v1.2.3