Files
zoff/server/public/partials/remote/input.handlebars
Kasper Rynning-Tønnesen 3fbfb6c12f Moved to more partials
2017-10-17 13:56:46 +02:00

17 lines
505 B
Handlebars

<form id="remoteform" class="row">
<div class="input-field col s12">
<input
class="input-field"
type="text"
id="search"
name="chan"
title="Type channel name here to create or listen to a channel. Only alphanumerical chars. [a-zA-Z0-9]+"
autocomplete="off"
spellcheck="false"
maxlength="10"
data-length="10"
/>
<label for="search" id="forsearch">Type ID of host to be controlled</label>
</div>
</form>