From cee8c7c15a4d67af6658fdf98fa444fddf32c121 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Sun, 26 Jul 2015 16:54:12 -0400 Subject: Added slider with alarm frame tick marks and scrubbing --- www/templates/events-modal.html | 43 ++++++-- www/templates/events.html | 205 ++++++++++++++++++++------------------ www/templates/monitors-modal.html | 3 +- www/templates/montage.html | 5 +- 4 files changed, 148 insertions(+), 108 deletions(-) (limited to 'www/templates') diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index d3f6ab22..baead40a 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -1,32 +1,50 @@
- +
- + +
    + +
  • + + + +
  • +
+
+ + +
- + + +
+
+ +
+ +
diff --git a/www/templates/events.html b/www/templates/events.html index 8d34d788..4c2df5b1 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -25,125 +25,136 @@ - + + pulling-text="Tap the icon above to reload ..." + spinner="bubbles" on-refresh="dummyDoRefresh();"> -
- - - -
-
- - -
-
- - + +
+
+
+
+
+ + +
+
+ + + +
+
+
+ +
+
+
+ +
+
+
+ +
+ + {{event.Event.Length}}s +
-
- -
+ +
+
+ + {{event.Event.MonitorName}} ({{event.Event.Name}}) +
+ + {{event.Event.Frames}}   + {{event.Event.AlarmFrames}}   + {{event.Event.TotScore}}
-
- +
+ +
+
  + {{prettify(event.Event.StartTime)}} +
+   {{event.Event.Notes}}
- - - -
- - {{event.Event.Length}}s - -
- -
-
- - {{event.Event.MonitorName}} ({{event.Event.Name}}) -
- - {{event.Event.Frames}}   - {{event.Event.AlarmFrames}}   - {{event.Event.TotScore}} -
-
- - -
-
  - {{prettify(event.Event.StartTime)}} -
-   {{event.Event.Notes}} -
-
-
- - - - - - - -
- - - -
- - -
-

Frame {{mycarousel.index+1}} of {{event.Event.Frames}}

-
    - -
  • - - -
  • -
+ + - - + +
+
+
+
+ +
+ +

+ + + +

{{mycarousel.index+1}}/{{event.Event.Frames}} Type: {{FrameArray[mycarousel.index].Type}}

+ +
+
    +
  • + + +
  • +
+
+
- -
+
-
No events to display. - - - +
+ + +
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 7ca44f98..6e651795 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -8,7 +8,8 @@
+ image-spinner-loader="lines" + image-spinner-src="{{LoginData.streamingurl}}/cgi-bin/zms?mode=jpeg&monitor={{monitorId}}&maxfps={{LoginData.maxFPS}}&buffer=1000&user={{LoginData.username}}&pass={{LoginData.password}}&rand={{rand}}" ng-class="{'zm-image-fit':imageFit==true, 'zm-image-crop':imageFit==false}" on-swipe-left="onSwipeLeft(monitorId,-1)" on-swipe-right="onSwipeRight(monitorId,1)" />
diff --git a/www/templates/montage.html b/www/templates/montage.html index ba4d0a45..a8818478 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -42,11 +42,12 @@
- + style="display:block;" + image-spinner-loader="lines"/>
-- cgit v1.2.3