Moved to more partials

This commit is contained in:
Kasper Rynning-Tønnesen
2017-10-17 13:56:46 +02:00
parent 0f6e9f8161
commit 3fbfb6c12f
21 changed files with 564 additions and 655 deletions

View File

@@ -0,0 +1,16 @@
<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>