dashboard
repositories
filestore
activity
search
login
web
/
radio-ui
Bedienoberfläche für Webradio
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Abspielerauswahl hinzugefügt
ulrich
2018-01-07
576085b482f4579ce47ad0590df0073560eec0bb
[web/radio-ui.git]
/
data
/
tpl
/
abspieler.tpl
1
2
3
4
5
6
7
8
<label class="abspieler-label">Abspieler:</label>
<select name="abspieler" size="1" class="abspieler-auswahl">
{{#abspielerliste}}
{{#inhalt}}
<option {{abspielerzustand}} atyp="{{abspielertyp}}">{{abspielername}}</option>
{{/inhalt}}
{{/abspielerliste}}
</select>