From ac521c0b5cd3420a0c45f3e0946b00565992a98b Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Tue, 26 Jan 2016 17:29:16 -0500 Subject: #154 - closed data leak holes, added date-time picker for a neater interface Former-commit-id: 401a743f555a5dd8021e6b8af790cd38808fd1ac --- www/templates/montage-history.html | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) (limited to 'www/templates') diff --git a/www/templates/montage-history.html b/www/templates/montage-history.html index 971afd65..6a935c15 100644 --- a/www/templates/montage-history.html +++ b/www/templates/montage-history.html @@ -1,4 +1,4 @@ - + @@ -42,7 +42,13 @@ -
Timeline starting: {{prettifyDate(sliderVal.year+"-"+sliderVal.month+"-"+sliderVal.day)}} at {{prettifyTime(sliderVal.year+"-"+sliderVal.month+"-"+sliderVal.day+" "+sliderVal.hour+":"+sliderVal.min)}} @ {{sliderVal.rate}}x
+ + +
+ Tap to change: {{datetimeValue.value | date: "yyyy-MMM-dd hh:mma"}} @ {{sliderVal.rate}}x + +
+
@@ -180,18 +186,25 @@ toggle-class="toggle-dark">exact time match -
Start at: {{prettifyDate(sliderVal.year+"-"+sliderVal.month+"-"+sliderVal.day)}} at {{prettifyTime(sliderVal.year+"-"+sliderVal.month+"-"+sliderVal.day+" "+sliderVal.hour+":"+sliderVal.min)}}
+ + + + +
-
+


-
- rate +
+ speed
+ + +
-- cgit v1.2.3