summaryrefslogtreecommitdiffstats
path: root/gui/views/rcparam.tpl
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-10-07 18:31:14 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-10-07 18:31:14 +0200
commitbbafa23de92eb542f4c8266d484aed9faf88d360 (patch)
tree75edfa08d5f8ac4d0e620422df1d87e631f77a33 /gui/views/rcparam.tpl
parente6f8d2c621727a7ee7dbafa6f9f06f6905e6cdb7 (diff)
parent39d6a781bbd9073aba30db15f57d8ce3c3e3ab92 (diff)
downloaddabmux-bbafa23de92eb542f4c8266d484aed9faf88d360.tar.gz
dabmux-bbafa23de92eb542f4c8266d484aed9faf88d360.tar.bz2
dabmux-bbafa23de92eb542f4c8266d484aed9faf88d360.zip
Merge next into servicelinking
Diffstat (limited to 'gui/views/rcparam.tpl')
-rw-r--r--gui/views/rcparam.tpl22
1 files changed, 22 insertions, 0 deletions
diff --git a/gui/views/rcparam.tpl b/gui/views/rcparam.tpl
new file mode 100644
index 0000000..955086b
--- /dev/null
+++ b/gui/views/rcparam.tpl
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html><head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <title>ODR-DabMux Configuration</title>
+ <link rel="stylesheet" href="/static/style.css" type="text/css" media="screen" charset="utf-8"/>
+ <script type="text/javascript" src="/static/jquery-1.10.2.min.js"></script>
+ <script type="text/javascript" src="/static/intercooler-1.0.1.min.js"></script>
+</head>
+<body>
+ <h1>Remote-Control of module {{module}}</h1>
+
+ <form ic-post-to="/rc/{{module}}/{{param}}">
+ <div class="form-group">
+ <label>Parameter <i>{{param}}</i> value: </label>
+ <input class="form-control" name="newvalue" type="text" value="{{value}}">
+ </div>
+ <button class="btn btn-default">Update value</button>
+ </form>
+
+</body>
+</html>
+