Copied
This commit is contained in:
25
html/home.html
Normal file
25
html/home.html
Normal 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>
|
Reference in New Issue
Block a user