From 1bf339c91139dc14ab85dfc25bd85d12f0dae7e6 Mon Sep 17 00:00:00 2001 From: Franoosh Date: Thu, 18 Dec 2025 22:53:49 +0100 Subject: Initial commit --- templates/client.html | 173 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 173 insertions(+) create mode 100644 templates/client.html (limited to 'templates/client.html') diff --git a/templates/client.html b/templates/client.html new file mode 100644 index 0000000..785fbcf --- /dev/null +++ b/templates/client.html @@ -0,0 +1,173 @@ + + + + Client {{ client_id }} - Camera Streams + + + + +

Camera Streams for client: {{ client_id }}

+
+ {% for camera_id in camera_ids %} +
+

Camera: {{ camera_id }}

+ +
+

Modify Camera Name

+ + +
+
+

Modify Camera Threshold

+ + +
+
+

Modify Camera Grace Period

+ + +
+
+

Recorded Videos for {{ camera_id }}

+
    + {% for filename, video_url, timestamp in client_videos[camera_id] %} +
  • {{ filename }} ({{ timestamp }})
  • + + {% endfor %} +
+
+
+ {% endfor %} + +
+

Remove Camera

+ + +
+
+ + + -- cgit v1.2.3