From e337593cc65dac19eeb29fc99b7def02fdbc55ed Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Thu, 5 May 2016 11:45:19 -0400 Subject: #241 - lots of fixes, now switching between fid=XXX and path=YYYY mode depending on API version and other muti-server fixes Former-commit-id: 57ace2fa05175a07a5565c24820f5f56c6cfd2e0 --- www/templates/events-modal.html | 29 +---------------------------- www/templates/events.html | 17 +++++++++++------ www/templates/timeline-modal.html | 5 ++++- 3 files changed, 16 insertions(+), 35 deletions(-) (limited to 'www/templates') diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 10d52311..5631b4b6 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -162,34 +162,7 @@ - - +
diff --git a/www/templates/events.html b/www/templates/events.html index 13083ba0..fc003db3 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -1,4 +1,4 @@ -
+ {{scrollPosition();}} @@ -150,13 +150,15 @@

scroll

- baseURL {{event.Event.baseURL}} +
-

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

- +

frame:{{alarm.frameid}} score:{{alarm.score}}

+ + +
@@ -194,7 +196,11 @@ - + + + + +
@@ -339,4 +345,3 @@
-
\ No newline at end of file diff --git a/www/templates/timeline-modal.html b/www/templates/timeline-modal.html index 3df31ec0..1584b961 100644 --- a/www/templates/timeline-modal.html +++ b/www/templates/timeline-modal.html @@ -35,7 +35,10 @@
f:{{alarm.fid}} scr:{{alarm.score}} @ {{alarm.time}}
- + + + +
-- cgit v1.2.3