dashboard
repositories
filestore
activity
search
login
main
/
tango
Persoenliche Mediazentrale
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
ID3 Tags werden bis zur Abspielliste durchgereicht
ulrich
2021-04-09
245ac197112b653193be4672ed9940bfd0c83d0e
[tango.git]
/
www
/
ui
/
data
/
tpl
/
abs_sel.tpl
1
2
3
4
5
<select class="u-full-width ctrl-item ctrl-select" id="abspieler" title="Abspieler">
{{#ArrayList}}
<option value="{{url}}">{{name}}</option>
{{/ArrayList}}
</select>