mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
628 B
25 lines
628 B
<span id="{$idhash}"></span>
|
|
<article class="block" id="{$id}">
|
|
<div class="{$access}" title="{$flagtitle}"></div>
|
|
<header>
|
|
<a href="{$friend}">
|
|
{$avatar}
|
|
</a>
|
|
<span class="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>
|