dashboard
repositories
filestore
activity
search
login
main
/
radiozentrale
Webradio
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
radio-ui-Vorlage hinzugefuegt
ulrich
2018-02-24
9c2c3c7fa694464e8eb16affe9fdca9363ee0b05
[radiozentrale.git]
/
web
/
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}} standardzustand="{{abspielerzustand}}" atyp="{{abspielertyp}}" aurl="{{abspielerurl}}">{{abspielername}}</option>
{{/inhalt}}
{{/abspielerliste}}
</select>
<button type="button" id="abspielen-stoppen">■</button>