From 855a0e8ddc273b58066530a1b55a946021dfc56e Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Wed, 24 Jun 2015 18:47:42 -0400 Subject: Cleaned up code, commented, preparing for HTTPS via CordovaHTTP --- www/templates/devoptions.html | 14 ++++------- www/templates/events-graphs.html | 53 +++++++++++++++------------------------- www/templates/events-modal.html | 22 +++++------------ www/templates/events.html | 2 +- www/templates/login.html | 7 +++++- 5 files changed, 38 insertions(+), 60 deletions(-) (limited to 'www/templates') diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html index 7b5fca0e..04b90af1 100644 --- a/www/templates/devoptions.html +++ b/www/templates/devoptions.html @@ -7,37 +7,33 @@
- - Developer Options + + Developer Options +
- Max Monitors in Montage  -
- Max FPS for streaming  -
- Montage Streaming Quality(%) 
- - + diff --git a/www/templates/events-graphs.html b/www/templates/events-graphs.html index 91b58001..b3d19832 100644 --- a/www/templates/events-graphs.html +++ b/www/templates/events-graphs.html @@ -6,74 +6,61 @@ + + - - - - - - + + - - - - - -
- +
- - - -
-
- + + - -
- +
-
- - + + + - -
- +
- - - - diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index c904c9d0..a3cd5bcc 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -1,22 +1,12 @@ - - +
- - - - - + +
diff --git a/www/templates/events.html b/www/templates/events.html index 0f9a5570..12a2afc7 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -65,7 +65,7 @@ + ng-click="openModal(event.Event.Id, event.Event.Name, event.Event.Length,event.Event.Frames)" >View Footage diff --git a/www/templates/login.html b/www/templates/login.html index bf1fc487..e0eb8b33 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -26,8 +26,13 @@ + + + - + -- cgit v1.2.3