From 86e4e291bfda3365c0bb82bacb2b9990a86ce759 Mon Sep 17 00:00:00 2001 From: ARC Date: Sat, 25 Apr 2015 09:13:54 -0400 Subject: First Commit --- www/templates/events-graphs.html | 63 +++++++++++++++++++++++++++++++++++ www/templates/events.html | 72 ++++++++++++++++++++++++++++++++++++++++ www/templates/filters.html | 5 +++ www/templates/login.html | 25 ++++++++++++++ www/templates/monitors.html | 52 +++++++++++++++++++++++++++++ www/templates/montage.html | 46 +++++++++++++++++++++++++ 6 files changed, 263 insertions(+) create mode 100644 www/templates/events-graphs.html create mode 100644 www/templates/events.html create mode 100644 www/templates/filters.html create mode 100644 www/templates/login.html create mode 100644 www/templates/monitors.html create mode 100644 www/templates/montage.html (limited to 'www/templates') diff --git a/www/templates/events-graphs.html b/www/templates/events-graphs.html new file mode 100644 index 00000000..96144d4b --- /dev/null +++ b/www/templates/events-graphs.html @@ -0,0 +1,63 @@ + + + + + + + + + + +
+ + +
+
+
+ + + + + + +
+ This is 2-2 + +
+
+
+ + + + + Tab 3 + + +
+ + + + +
diff --git a/www/templates/events.html b/www/templates/events.html new file mode 100644 index 00000000..90d79498 --- /dev/null +++ b/www/templates/events.html @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + +
+ + + +
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ + + +
{{event.Event.Length}}s +
+ + +
+
{{event.Event.MonitorName}} ({{event.Event.Name}})
+ + {{event.Event.Frames}}   + {{event.Event.AlarmFrames}}   + {{event.Event.TotScore}} +
+
+ + + +
+ +
+
 {{event.Event.StartTime}} +
+   {{event.Event.Notes}} +
+
+
+ +
+ +
+
+ +
+
\ No newline at end of file diff --git a/www/templates/filters.html b/www/templates/filters.html new file mode 100644 index 00000000..4ada2315 --- /dev/null +++ b/www/templates/filters.html @@ -0,0 +1,5 @@ + + +

Filters

+
+
diff --git a/www/templates/login.html b/www/templates/login.html new file mode 100644 index 00000000..9bc7df88 --- /dev/null +++ b/www/templates/login.html @@ -0,0 +1,25 @@ + + + + + + + + +
+ + + + +
+ +
+
\ No newline at end of file diff --git a/www/templates/monitors.html b/www/templates/monitors.html new file mode 100644 index 00000000..73bbd6fb --- /dev/null +++ b/www/templates/monitors.html @@ -0,0 +1,52 @@ + + + + + + + + + +
+ +
+
+ + + {{monitor.Monitor.Name}} + + +
+ + +
+ + + {{monitor.Monitor.Name}} + + + +
+ + +

Mode :{{monitor.Monitor.Function}}
+ + Resolution: {{monitor.Monitor.Width}}*{{monitor.Monitor.Height}}
+ Max FPS: {{monitor.Monitor.MaxFPS}} +
Alarm Max FPS:{{monitor.Monitor.AlarmMaxFPS}} +
Alarm Frame Count: {{monitor.Monitor.AlarmFrameCount}} +
+

+ + + +
+
+ +
+
\ No newline at end of file diff --git a/www/templates/montage.html b/www/templates/montage.html new file mode 100644 index 00000000..6eab4f58 --- /dev/null +++ b/www/templates/montage.html @@ -0,0 +1,46 @@ + + + + + + + + + +
+ + + + + +
+ +
+ + + + +
  {{monitor.Monitor.Name}} 
+
+ + + +
+ + + + +
+
+ +
\ No newline at end of file -- cgit v1.2.3