audio-vis/out/tpl/inputs/input.tpl

5 lines
215 B
Smarty
Raw Normal View History

2020-08-06 23:44:37 +02:00
<label class="input floating-label" for="$name$">
<input data-type="$dataType$" type="$type$" id="$name$" value="$value$">
<span class="input-label">$showName$</span>
<span class="focus"></span>
</label>