26 lines
651 B
HTML
Raw Permalink Normal View History

2024-01-30 20:04:56 +01:00
<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>