From 7208269be13d0ee27fd696fcae31330e2a78b969 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 19 Sep 2024 23:33:17 +0200 Subject: Add content to settings page --- templates/head.html | 2 +- templates/settings.html | 76 +++++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 69 insertions(+), 9 deletions(-) (limited to 'templates') diff --git a/templates/head.html b/templates/head.html index 47b314f..7a2e5bb 100644 --- a/templates/head.html +++ b/templates/head.html @@ -16,7 +16,7 @@
diff --git a/templates/settings.html b/templates/settings.html index 8a7d56e..dfe71cf 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -1,15 +1,75 @@ {% include "head.html" %}

ODR-DabMux Settings

-
-
-
- General -
-
-
-
+

General

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + + +
+
+ + +
+
+
+ +
+ {% for srv in conf.services %} +

+ + + + + + + + +

+ {% endfor %} +
+ +
+
+ +
{% include "foot.html" %} {# vi:set et sw=2 ts=2: #} -- cgit v1.2.3