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

  1. <span id="{$idhash}"></span>
  2. <article class="block" id="{$id}">
  3. <div class="{$access}" title="{$flagtitle}"></div>
  4. <header>
  5. <a href="{$friend}">
  6. {$avatar}
  7. </a>
  8. <span class="title">{$title}</span>
  9. <span class="contact">{$contact}</span>
  10. <span class="date">{$date}</span>
  11. </header>
  12. <section class="content {if="$spoiler != false"}spoiler{/if}" onclick="{$spoiler}">
  13. {$content}
  14. </section>
  15. <footer>
  16. {$tags}
  17. {$enc}
  18. {$comments}
  19. {$place}
  20. {$recycle}
  21. {$group}
  22. {$toolbox}
  23. </footer>
  24. </article>