From b7ecc30ef6a7781e6681accdabfe63cea7a9e9a2 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sat, 26 Mar 2016 14:28:08 -0400 Subject: #209 - more fixes Former-commit-id: ae01def03cfa6198c0a1515590596d3b847964a4 --- www/templates/events.html | 4 +--- www/templates/timeline-modal.html | 13 ++++++------- www/templates/timeline.html | 2 ++ 3 files changed, 9 insertions(+), 10 deletions(-) (limited to 'www/templates') diff --git a/www/templates/events.html b/www/templates/events.html index b15afc78..51af9d22 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -143,9 +143,7 @@
- - {{playbackURL}}/index.php?view=image&path={{event.Event.relativePath}}{{alarm.fname}}&height=380" - +

frame:{{alarm.id}} score:{{alarm.score}}

diff --git a/www/templates/timeline-modal.html b/www/templates/timeline-modal.html index 2df0ea89..0b06a269 100644 --- a/www/templates/timeline-modal.html +++ b/www/templates/timeline-modal.html @@ -4,22 +4,21 @@
-
Showing frames for Event: {{eid}}
- +
+
Showing for Event: {{eid}} (double-tap to exit)
+ {{errorDetails}}
- - - +
-
frame:{{alarm.fid}} score:{{alarm.score}}
- +
f:{{alarm.fid}} scr:{{alarm.score}} @ {{alarm.time}}
+
diff --git a/www/templates/timeline.html b/www/templates/timeline.html index 0a59e5f9..9caf51b2 100644 --- a/www/templates/timeline.html +++ b/www/templates/timeline.html @@ -29,6 +29,8 @@ {{prettify(fromDate)}} - {{prettify(toDate)}} (only displaying last {{maxItems}} events)
+ +


-- cgit v1.2.3