You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
2.0 KiB
Smarty

<div class="topic">
<!-- IMPORT partials/breadcrumbs.tpl -->
<h1 component="post/header" itemprop="name">
<i class="fa fa-thumb-tack hide"></i> <i class="fa fa-lock hide"></i> {title}
<!-- IMPORT partials/thread_sort.tpl -->
<button component="topic/follow" class="btn hidden-xs hidden-sm">
<!-- IF isFollowing -->
<span>[[topic:unwatch]]</span> <i class="fa fa-eye-slash"></i>
<!-- ELSE -->
[[topic:watch]]</span> <i class="fa fa-eye"></i>
<!-- ENDIF isFollowing -->
</button>
<span class="browsing-users hidden hidden-xs hidden-sm pull-right">
<span>[[category:browsing]]</span>
<div component="topic/browsing/list" class="thread_active_users active-users inline-block"></div>
<small class="hidden">
<i class="fa fa-users"></i> <span component="topic/browsing/count" class="user-count"></span>
</small>
</span>
</h1>
<ul component="topic" class="posts" data-tid="{tid}">
<!-- BEGIN posts -->
<li component="post" class="clearfix <!-- IF posts.deleted -->deleted<!-- ENDIF posts.deleted -->" <!-- IMPORT partials/data/topic.tpl -->>
<a component="post/anchor" name="{posts.index}"></a>
<meta itemprop="datePublished" content="{posts.relativeTime}">
<meta itemprop="dateModified" content="{posts.relativeEditTime}">
<!-- IMPORT partials/topic/post.tpl -->
</li>
<!-- IF !posts.index -->
<li class="post-bar" data-index="{posts.index}">
<!-- IMPORT partials/post_bar.tpl -->
</li>
<!-- ENDIF !posts.index -->
<!-- END posts -->
</ul>
<div class="post-bar bottom-post-bar <!-- IF unreplied -->hide<!-- ENDIF unreplied -->">
<!-- IMPORT partials/post_bar.tpl -->
</div>
<!-- IF config.usePagination -->
<!-- IMPORT partials/paginator.tpl -->
<!-- ENDIF config.usePagination -->
<!-- IMPORT partials/move_thread_modal.tpl -->
<!-- IMPORT partials/fork_thread_modal.tpl -->
<!-- IMPORT partials/move_post_modal.tpl -->
</div>
<!-- IMPORT partials/noscript/paginator.tpl -->
<!-- IMPORT partials/variables/topic.tpl -->