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.

34 lines
943 B

  1. <div class="tabelem protect red" id="node" title="{$c->__('page.posts')}">
  2. <div class="breadcrumb">
  3. <a href="{$c->route('explore')}">
  4. <i class="fa fa-globe"></i> {$c->__('page.explore')}
  5. </a>
  6. <a href="{$c->route('server', $server)}">
  7. <i class="fa fa-sitemap"></i> {$server}
  8. </a>
  9. <a href="{$c->route('node', array($server, $node))}">
  10. {$title}
  11. </a>
  12. <a>{$c->__('page.posts')}</a>
  13. </div>
  14. <div class="clear"></div>
  15. <div class="metadata paddedtopbottom" id="metadata">
  16. {$metadata}
  17. </div>
  18. <br />
  19. <div id="formpublish" style="padding-bottom: 1em; display: none;">
  20. {$formpublish}
  21. </div>
  22. <div id="{$hash}">
  23. {$items}
  24. </div>
  25. </div>
  26. <script type="text/javascript">
  27. MovimWebsocket.attach(function()
  28. {
  29. {$refresh}
  30. {$getaffiliations}
  31. {$getmetadata}
  32. });
  33. </script>