dashboard
repositories
filestore
activity
search
login
main
/
tango
Persoenliche Mediazentrale
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Drag and drop fuer Abspiellisten eingebaut
undisclosed
2023-01-09
1bf4f6d3cdcf1445c2a40959f286a73485eb31c8
[tango.git]
/
www
/
data
/
tpl
/
abs_sel.txt
1
2
3
4
5
<select class="u-full-width ctrl-item ctrl-select" id="abspieler" title="Abspieler">
{{#ArrayList}}
<option value="{{.}}">{{.}}</option>
{{/ArrayList}}
</select>