|
|
@ -6,8 +6,8 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="row">
|
|
|
|
<div class="topic <!-- IF widgets.sidebar.length -->col-lg-9 col-sm-12<!-- ELSE -->col-lg-12<!-- ENDIF widgets.sidebar.length -->">
|
|
|
|
<div class="topic <!-- IF widgets.sidebar.length -->col-lg-9 col-sm-12<!-- ELSE -->col-lg-12<!-- ENDIF widgets.sidebar.length -->">
|
|
|
|
|
|
|
|
<div class="topic-header">
|
|
|
|
<h1 component="post/header" class="hidden-xs" itemprop="name">
|
|
|
|
<h1 component="post/header" class="" itemprop="name">
|
|
|
|
<i component="topic/pinned" class="pull-left fa fa-thumb-tack <!-- IF !pinned -->hidden<!-- ENDIF !pinned -->" title="[[topic:pinned]]"></i>
|
|
|
|
<i component="topic/pinned" class="pull-left fa fa-thumb-tack <!-- IF !pinned -->hidden<!-- ENDIF !pinned -->" title="[[topic:pinned]]"></i>
|
|
|
|
<i component="topic/locked" class="pull-left fa fa-lock <!-- IF !locked -->hidden<!-- ENDIF !locked -->" title="[[topic:locked]]"></i>
|
|
|
|
<i component="topic/locked" class="pull-left fa fa-lock <!-- IF !locked -->hidden<!-- ENDIF !locked -->" title="[[topic:locked]]"></i>
|
|
|
|
<i class="pull-left fa fa-arrow-circle-right <!-- IF !oldCid -->hidden<!-- ENDIF !oldCid -->" title="[[topic:moved]]"></i>
|
|
|
|
<i class="pull-left fa fa-arrow-circle-right <!-- IF !oldCid -->hidden<!-- ENDIF !oldCid -->" title="[[topic:moved]]"></i>
|
|
|
@ -24,17 +24,19 @@
|
|
|
|
{{{ end }}}
|
|
|
|
{{{ end }}}
|
|
|
|
<a href="{config.relative_path}/category/{category.slug}">{category.name}</a>
|
|
|
|
<a href="{config.relative_path}/category/{category.slug}">{category.name}</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{{ if tags.length }}}
|
|
|
|
|
|
|
|
•
|
|
|
|
|
|
|
|
{{{ end}}}
|
|
|
|
|
|
|
|
<div class="tags tag-list inline-block">
|
|
|
|
<div class="tags tag-list inline-block">
|
|
|
|
<!-- IMPORT partials/topic/tags.tpl -->
|
|
|
|
<!-- IMPORT partials/topic/tags.tpl -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="pull-right">
|
|
|
|
<div class="inline-block">
|
|
|
|
<!-- IMPORT partials/topic/stats.tpl -->
|
|
|
|
<!-- IMPORT partials/topic/stats.tpl -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- IMPORT partials/topic/browsing-users.tpl -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- IMPORT partials/post_bar.tpl -->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<!-- IF merger -->
|
|
|
|
<!-- IF merger -->
|
|
|
|
<div component="topic/merged/message" class="alert alert-warning clearfix">
|
|
|
|
<div component="topic/merged/message" class="alert alert-warning clearfix">
|
|
|
|
<span class="pull-left">[[topic:merged_message, {config.relative_path}/topic/{mergeIntoTid}, {merger.mergedIntoTitle}]]</span>
|
|
|
|
<span class="pull-left">[[topic:merged_message, {config.relative_path}/topic/{mergeIntoTid}, {merger.mergedIntoTitle}]]</span>
|
|
|
@ -59,11 +61,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
<!-- IMPORT partials/topic/post.tpl -->
|
|
|
|
<!-- IMPORT partials/topic/post.tpl -->
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<!-- IF !posts.index -->
|
|
|
|
|
|
|
|
<li>
|
|
|
|
|
|
|
|
<div class="post-bar-placeholder"></div>
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<!-- ENDIF !posts.index -->
|
|
|
|
|
|
|
|
{{{end}}}
|
|
|
|
{{{end}}}
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
@ -71,10 +68,6 @@
|
|
|
|
<!-- IMPORT partials/topic/quickreply.tpl -->
|
|
|
|
<!-- IMPORT partials/topic/quickreply.tpl -->
|
|
|
|
<!-- ENDIF config.enableQuickReply -->
|
|
|
|
<!-- ENDIF config.enableQuickReply -->
|
|
|
|
|
|
|
|
|
|
|
|
<div class="post-bar">
|
|
|
|
|
|
|
|
<!-- IMPORT partials/post_bar.tpl -->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- IF config.usePagination -->
|
|
|
|
<!-- IF config.usePagination -->
|
|
|
|
<!-- IMPORT partials/paginator.tpl -->
|
|
|
|
<!-- IMPORT partials/paginator.tpl -->
|
|
|
|
<!-- ENDIF config.usePagination -->
|
|
|
|
<!-- ENDIF config.usePagination -->
|
|
|
|