This commit is contained in:
Maximilian Wagner
2024-01-30 20:04:56 +01:00
parent 64318902b4
commit 2c6c21b761
22 changed files with 1620 additions and 93 deletions

25
html/home.html Normal file
View File

@@ -0,0 +1,25 @@
<body>
<h1>TM-SIM Setup</h1>
<h2>Pass TM definition to selected slave </h2>
<form action="/definition">
{select_slave}
<label for="tm">Definition</label>
<input type="text" name="tm" value="">
<button type="submit">Send</button>
</form> <br>
<h2>Pass input band to selected slave</h2>
<p>The selected slave will be assumed first in line</p>
<form action="/input">
{select_slave}
<label for="band">Definition</label>
<input type="text" name="band" value="">
<button type="submit">Send</button>
</form> <br>
<form action="/run">
<button type="submit">Go to Controller</button>
</form>
</body>