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.

59 lines
2.2 KiB
Smarty

9 years ago
<div class="row">
<div class="topic col-lg-12">
10 years ago
<!-- IMPORT partials/breadcrumbs.tpl -->
9 years ago
<h1 component="post/header" class="hidden-xs" itemprop="name">
10 years ago
<i class="pull-left fa fa-thumb-tack <!-- IF !pinned -->hidden<!-- ENDIF !pinned -->"></i> <i class="pull-left fa fa-lock <!-- IF !locked -->hidden<!-- ENDIF !locked -->"></i> <span class="topic-title" component="topic/title">{title}</span>
<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>
9 years ago
<hr class="visible-xs" />
<ul component="topic" class="posts" data-tid="{tid}">
10 years ago
<!-- BEGIN posts -->
<li component="post" class="<!-- IF posts.deleted -->deleted<!-- ENDIF posts.deleted -->" <!-- IMPORT partials/data/topic.tpl -->>
<a component="post/anchor" data-index="{posts.index}" 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>
<!-- END posts -->
</ul>
<div class="post-bar">
10 years ago
<!-- IMPORT partials/post_bar.tpl -->
</div>
10 years ago
<!-- IF config.usePagination -->
<!-- IMPORT partials/paginator.tpl -->
10 years ago
<!-- ENDIF config.usePagination -->
9 years ago
<div class="visible-xs visible-sm pagination-block text-center">
<div class="progress-bar"></div>
<div class="wrapper">
<i class="fa fa-2x fa-angle-double-up pointer fa-fw pagetop"></i>
<i class="fa fa-2x fa-angle-up pointer fa-fw pageup"></i>
<span class="pagination-text"></span>
<i class="fa fa-2x fa-angle-down pointer fa-fw pagedown"></i>
<i class="fa fa-2x fa-angle-double-down pointer fa-fw pagebottom"></i>
</div>
</div>
10 years ago
</div>
9 years ago
</div>
<!-- IF !config.usePagination -->
<noscript>
<!-- IMPORT partials/paginator.tpl -->
</noscript>
<!-- ENDIF !config.usePagination -->