dashboard
repositories
filestore
activity
search
login
main
/
radiozentrale
Webradio
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Abspielerliste
ulrich
2018-03-07
b6585c6d94faf2da7b332b58dff20606a0823708
[radiozentrale.git]
/
web
/
data
/
tpl
/
abspieler-transit.tpl
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}}" atyp="{{typ}}" aurl="{{url}}">{{name}}</option>
{{/List}}
</select>
<button type="button" id="abspielen-stoppen">■</button>