|
|
|
@ -2,17 +2,18 @@
|
|
|
|
|
<!-- 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}
|
|
|
|
|
|
|
|
|
|
<i class="fa fa-thumb-tack <!-- IF !pinned -->hidden<!-- ENDIF !pinned -->"></i> <i class="fa fa-lock <!-- IF !locked -->hidden<!-- ENDIF !locked -->"></i> {title}
|
|
|
|
|
<!-- IMPORT partials/thread_sort.tpl -->
|
|
|
|
|
|
|
|
|
|
<button component="topic/follow" class="btn hidden-xs hidden-sm">
|
|
|
|
|
<!-- IF isFollowing -->
|
|
|
|
|
<button component="topic/follow" class="btn hidden-xs hidden-sm <!-- IF isFollowing -->hidden<!-- ENDIF isFollowing -->">
|
|
|
|
|
<span>[[topic:watch]]</span> <i class="fa fa-eye"></i>
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
<button component="topic/unfollow" class="btn hidden-xs hidden-sm <!-- IF !isFollowing -->hidden<!-- ENDIF !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>
|
|
|
|
@ -22,6 +23,8 @@
|
|
|
|
|
</span>
|
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
|
|
<div component="topic/deleted/message" class="alert alert-warning<!-- IF !deleted --> hidden<!-- ENDIF !deleted -->">[[topic:deleted_message]]</div>
|
|
|
|
|
|
|
|
|
|
<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 -->>
|
|
|
|
@ -41,7 +44,7 @@
|
|
|
|
|
<!-- END posts -->
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<div class="post-bar bottom-post-bar <!-- IF unreplied -->hide<!-- ENDIF unreplied -->">
|
|
|
|
|
<div class="post-bar bottom-post-bar <!-- IF unreplied -->hidden<!-- ENDIF unreplied -->">
|
|
|
|
|
<!-- IMPORT partials/post_bar.tpl -->
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|