mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
27 lines
755 B
Smarty
27 lines
755 B
Smarty
<span id="{$idhash}"></span>
|
|
<article class="block" id="{$id}" {if="$post->getPlace()"}data-lat="{$post->lat}" data-lon="{$post->lon}"{/if}>
|
|
{if="$access"}
|
|
<div class="{$access}" title="{$flagtitle}"></div>
|
|
{/if}
|
|
<header>
|
|
<a href="{$friend}">
|
|
{$avatar}
|
|
</a>
|
|
<span class="title" title="{$title}">{$title}</span>
|
|
<span class="contact">{$contact}</span>
|
|
<span class="date">{$date}</span>
|
|
</header>
|
|
<section class="content {if="$spoiler != false"}spoiler{/if}" onclick="{$spoiler}">
|
|
{$content}
|
|
</section>
|
|
|
|
<footer>
|
|
{$tags}
|
|
{$enc}
|
|
{$comments}
|
|
{$place}
|
|
{$recycle}
|
|
{$group}
|
|
{$toolbox}
|
|
</footer>
|
|
</article>
|