This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
miklo
/
friendica
sforkowany z
mirror/friendica
Obserwuj
1
Polub
0
Forkuj
You've already forked friendica
0
Kod
Zgłoszenia
Oczekujące zmiany
Packages
Projekty
Wydania
Wiki
Aktywność
57ff3e3a07
friendica
/
view
/
templates
/
content
/
audio.tpl
5 wiersze
98 B
Smarty
Czysty
Zwykły widok
Historia
Unescape
Escape
Audio attachments are now displayed as audio elements
2021-04-05 09:15:36 +00:00
<audio src="
{
{
$audio.src
}
}
" controls>
Preview for Videos and images / Video resolution selection
2021-04-28 19:05:46 +00:00
<a href="
{
{
$audio.src
}
}
">
{
{
$audio.name
}
}
</a>
Audio attachments are now displayed as audio elements
2021-04-05 09:15:36 +00:00
</audio>
<br>