Bedienoberfläche für Webradio
ulrich
2018-01-27 0038800b05a2078da3569c7a77ed84b9cab19b76
data/tpl/abspieler.tpl
@@ -1,8 +1,9 @@
<label class="abspieler-label">Abspieler:</label>
<label class="inline-label abspieler-lb">Abspieler:</label>
<select name="abspieler" size="1" class="abspieler-auswahl">
  {{#abspielerliste}}
    {{#inhalt}}
    <option {{abspielerzustand}} atyp="{{abspielertyp}}">{{abspielername}}</option>
    <option {{abspielerzustand}} atyp="{{abspielertyp}}" aurl="{{abspielerurl}}">{{abspielername}}</option>
    {{/inhalt}}
  {{/abspielerliste}}
</select>
<button type="button" id="abspielen-stoppen">&#x25a0;</button>