dashboard
repositories
filestore
activity
search
login
web
/
radio-ui
Bedienoberfläche für Webradio
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Abspielen starten und stoppen mit Raspi
ulrich
2018-01-07
abef80b1a63026e2fb7b9584b0ebfb8841d9fe94
[web/radio-ui.git]
/
data
/
tpl
/
abspieler.tpl
1
2
3
4
5
6
7
8
9
<label class="inline-label abspieler-lb">Abspieler:</label>
<select name="abspieler" size="1" class="abspieler-auswahl">
{{#abspielerliste}}
{{#inhalt}}
<option {{abspielerzustand}} atyp="{{abspielertyp}}" aurl="{{abspielerurl}}">{{abspielername}}</option>
{{/inhalt}}
{{/abspielerliste}}
</select>
<button type="button" id="abspielen-stoppen">Stopp</button>