blob: 9d1d1932a4436a895689725ebc0463e7ce280645 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<!DOCTYPE html>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>ODR-DabMux Configuration Editor</title>
<link rel="stylesheet" href="static/style.css" type="text/css" media="screen" charset="utf-8"/>
<script type="text/javascript" src="static/jquery-1.7.1.min.js"></script>
</head>
<body>
<h1>Configuration for {{version}}</h1>
<p><a href="/config">Reload</a></p>
% if message:
<p>{{message}}</p>
% end
<form action="/config" method="post">
<p>
<textarea name="config" cols="60" rows="50">{{config}}</textarea>
</p>
<p>
<input type="submit" value="Update ODR-DabMux configuration"></input>
</p>
</form>
</body>
</html>
|