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.

66 lines
2.5 KiB
Smarty

10 years ago
<div class="topic">
<!-- IMPORT partials/breadcrumbs.tpl -->
<h1 component="post/header" itemprop="name">
10 years ago
<i class="fa fa-thumb-tack <!-- IF !pinned -->hidden<!-- ENDIF !pinned -->"></i> <i class="fa fa-lock <!-- IF !locked -->hidden<!-- ENDIF !locked -->"></i> <span class="topic-title" component="topic/title">{title}</span>
<!-- IMPORT partials/topic/sort.tpl -->
10 years ago
<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>
</button>
10 years ago
<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>
10 years ago
<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}">
10 years ago
<!-- 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>
10 years ago
<meta itemprop="datePublished" content="{posts.relativeTime}">
<meta itemprop="dateModified" content="{posts.relativeEditTime}">
<!-- IMPORT partials/topic/post.tpl -->
10 years ago
</li>
<!-- IF !posts.index -->
<li class="post-bar" data-index="{posts.index}">
10 years ago
<!-- IMPORT partials/post_bar.tpl -->
</li>
<!-- ENDIF !posts.index -->
<!-- END posts -->
</ul>
10 years ago
<div class="post-bar bottom-post-bar <!-- IF unreplied -->hidden<!-- ENDIF unreplied -->">
10 years ago
<!-- 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>
<!-- IF !config.usePagination -->
<noscript>
<!-- IMPORT partials/paginator.tpl -->
</noscript>
<!-- ENDIF !config.usePagination -->
<!-- IMPORT partials/variables/topic.tpl -->