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/monitors.html | 52 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 www/templates/monitors.html (limited to 'www/templates/monitors.html') 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 -- cgit v1.2.3