dashboard
repositories
filestore
activity
search
login
main
/
tango
Persoenliche Mediazentrale
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Titel aus Abspielliste loeschen fertig, Abspielliste abspielen Entwurf fert...
ulrich
2021-04-10
5f7e0b47ee8d31a87bef7d6fa7268fc8ce839126
[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="{{.}}">{{.}}</option>
{{/ArrayList}}
</select>