dashboard
repositories
filestore
activity
search
login
main
/
tango
Persoenliche Mediazentrale
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Gestaltung der Buttons, Abspielliste (in Arbeit)
ulrich
2021-04-08
8d7d357497e80b87f1d3be2357cb9cb2e853e582
[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>