dashboard
repositories
filestore
activity
search
login
main
/
tango
Persoenliche Mediazentrale
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Erste Versuche mit StreamHandler
undisclosed
2023-01-11
5bf530d39a7e06bdd982a5c2495ff9a04fd83da4
[tango.git]
/
www
/
data
/
tpl
/
ablageort_liste.txt
commit
|
author
|
age
a43e1a
1
<div class='entity-formular'>
U
2
<ul class='entity-liste'>
3
{{#ArrayList}}
4
<li class='entity-eintrag'>{{.}}</li>
5
{{/ArrayList}}
6
</ul>
7
</div>
8
9
10
11
12
13