ulrich
2018-03-24 c00150150fa44b838fcde444e99a7e12379827d2
1
2
3
4
5
6
7
<label class="inline-label abspieler-lb">Abspieler:</label>
<select name="abspieler" size="1" class="abspieler-auswahl">
  {{#List}}
    <option {{zustand}} standardzustand="{{zustand}}" aid="{{id}}" atyp="{{typ}}" aurl="{{url}}">{{name}}</option>
  {{/List}}
</select>
<button type="button" id="abspielen-stoppen">&#x25a0;</button>