1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
movim_ynh/sources/app/widgets/WidgetCommon/_post.tpl
2015-08-19 11:28:28 +02:00

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>