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.
36 lines
1.0 KiB
Smarty
36 lines
1.0 KiB
Smarty
<!-- IMPORT partials/breadcrumbs.tpl -->
|
|
<div data-widget-area="header">
|
|
{{{each widgets.header}}}
|
|
{{widgets.header.html}}
|
|
{{{end}}}
|
|
</div>
|
|
<div class="tag">
|
|
<div class="topic-list-header btn-toolbar">
|
|
<div class="pull-left">
|
|
<!-- IF loggedIn -->
|
|
<!-- IMPORT partials/buttons/newTopic.tpl -->
|
|
<!-- ELSE -->
|
|
<a component="category/post/guest" href="{config.relative_path}/login" class="btn btn-primary">[[category:guest-login-post]]</a>
|
|
<!-- ENDIF loggedIn -->
|
|
</div>
|
|
|
|
<div class="btn-group pull-right">
|
|
<!-- IMPORT partials/category/tools.tpl -->
|
|
</div>
|
|
|
|
<!-- IMPORT partials/category-filter-right.tpl -->
|
|
</div>
|
|
|
|
<!-- IF !topics.length -->
|
|
<div class="alert alert-warning">[[tags:no_tag_topics]]</div>
|
|
<!-- ENDIF !topics.length -->
|
|
|
|
<div class="category">
|
|
<!-- IMPORT partials/topics_list.tpl -->
|
|
<button id="load-more-btn" class="btn btn-primary hide">[[unread:load_more]]</button>
|
|
<!-- IF config.usePagination -->
|
|
<!-- IMPORT partials/paginator.tpl -->
|
|
<!-- ENDIF config.usePagination -->
|
|
</div>
|
|
</div>
|