dashboard
repositories
filestore
activity
search
login
web
/
radio-ui
Bedienoberfläche für Webradio
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Neuen Sender als Kachel hinzufügen
ulrich
2018-01-06
f9c6e25755d0dcbd59930c3c043a4068d212a5f1
[web/radio-ui.git]
/
data
/
tpl
/
kachel.tpl
1
2
3
4
5
6
<div class="sender-kachel" sid="{{id}}" data-verweis="{{url}}">
<div class="sender-name">{{name}}</div>
<div class="sender-bild-behaelter">
<img class="sender-bild" src="{{logo}}">
</div>
</div>