32 lines
821 B
HTML
Executable File
32 lines
821 B
HTML
Executable File
<div class="plank" hx-ext="ws" ws-connect="/bubble">
|
|
<img src="/res/img/catchdisplay.png">
|
|
<br>
|
|
Catch<br><br>
|
|
<form id="catch" ws-send>
|
|
<label for="head">Head (max. 4 characters)</label>
|
|
<br>
|
|
<input type="text" id="head" name="head" size="4" maxlength="4">
|
|
<br>
|
|
<label for="sep">Seperator</label>
|
|
<br>
|
|
<input type="text" id="sep" name="sep" size="1" maxlength="1"><br>
|
|
<label for="body">Body (max. 16 characters)</label>
|
|
<br>
|
|
<input type="text" id="body" name="body" size="16" maxlength="16">
|
|
<ul id="fins">
|
|
Fins:
|
|
<li class="fin">
|
|
<input type="text" size="8" maxlength="8">
|
|
</li>
|
|
<li>
|
|
<button>+</button>
|
|
</li>
|
|
</ul>
|
|
<button>Get</button>
|
|
</form>
|
|
Results:
|
|
<br>
|
|
{% include "shared/catch.html" %}
|
|
<br>
|
|
</div>
|