aboutsummaryrefslogtreecommitdiffstats
path: root/templates/settings.html
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2024-09-19 22:09:20 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2024-09-19 22:09:20 +0200
commiteec01c9b72feff9533477014881b982124ca7b6d (patch)
tree084586316e04f01f48b479de0cb41113639ac8d5 /templates/settings.html
downloadodr-dabmux-gui-eec01c9b72feff9533477014881b982124ca7b6d.tar.gz
odr-dabmux-gui-eec01c9b72feff9533477014881b982124ca7b6d.tar.bz2
odr-dabmux-gui-eec01c9b72feff9533477014881b982124ca7b6d.zip
Create project
Diffstat (limited to 'templates/settings.html')
-rw-r--r--templates/settings.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/settings.html b/templates/settings.html
new file mode 100644
index 0000000..8a7d56e
--- /dev/null
+++ b/templates/settings.html
@@ -0,0 +1,15 @@
+{% include "head.html" %}
+<div class="content">
+ <h1>ODR-DabMux Settings</h1>
+
+ <div class="section">
+ <form action="/settings" method="post">
+ <fieldset>
+ <legend>General</legend>
+ <div><label for="name">Name of this instance:</label><input class="textinput" type="text" name="name" value="{{ conf.name }}"></div>
+ </fieldset>
+ <div><input class="btn" type="submit" value="Update"></div>
+ </form>
+</div>
+{% include "foot.html" %}
+{# vi:set et sw=2 ts=2: #}