From 83400033a3b7a91ad072a5d306355c9cd5a80d82 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Fri, 24 Jul 2015 15:48:01 -0400 Subject: integrated event scrubbing with direct image access - need to clean up code --- www/templates/events-modal.html | 110 ++++++++++++++++++----------------- www/templates/events.html | 55 +++++++++++++++++- www/templates/help/montage-help.html | 15 +++++ www/templates/login.html | 12 ++-- www/templates/monitors-modal.html | 2 +- www/templates/montage.html | 5 +- 6 files changed, 136 insertions(+), 63 deletions(-) create mode 100644 www/templates/help/montage-help.html (limited to 'www/templates') diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 610ef068..d3f6ab22 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -1,53 +1,57 @@ - - - -
- -
-
-
-
- - - - - - - - - - - - +
+ + + +
+ +
+
+
+
+ + + + + + + + + + + +
diff --git a/www/templates/events.html b/www/templates/events.html index bf1ddc5e..8d34d788 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -25,13 +25,16 @@ - + - +
+ +
@@ -40,7 +43,9 @@
+ +
@@ -86,9 +91,53 @@ - + + + +
+ + + +
+ + +
+

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

+
    + +
  • + + +
  • +
+ + + + + + + +
+
+ +
+ No events to display. diff --git a/www/templates/help/montage-help.html b/www/templates/help/montage-help.html new file mode 100644 index 00000000..f9d6955f --- /dev/null +++ b/www/templates/help/montage-help.html @@ -0,0 +1,15 @@ + + + Montage Help + + +
+
+ +
+
+ There +
+
+
+
diff --git a/www/templates/login.html b/www/templates/login.html index 764a2842..2178b491 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -10,19 +10,21 @@ ZoneMinder Settings -
diff --git a/www/templates/montage.html b/www/templates/montage.html index a40c312b..ba4d0a45 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -13,6 +13,7 @@ + @@ -20,6 +21,7 @@ spinner="bubbles" on-refresh="doRefresh()"> +
@@ -30,6 +32,7 @@
+
@@ -43,7 +46,7 @@ ng-click="openModal(monitor.Monitor.Id, monitor.Monitor.Controllable, monitor.Monitor.ControlId)" on-hold="onHold($index)" on-release="onRelease($index)" - style="display:block;" /> + style="display:block;" />
-- cgit v1.2.3