mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-theme-harmony.git
synced 2025-10-03 05:01:05 +08:00
30 lines
1.1 KiB
Smarty
30 lines
1.1 KiB
Smarty
<div class="account">
|
|
<!-- IMPORT partials/account/header.tpl -->
|
|
|
|
<div class="row">
|
|
<h1>{title}</h1>
|
|
<!-- IF showSort -->
|
|
<div class="btn-toolbar justify-content-end mb-2">
|
|
<div class="btn-group bottom-sheet" component="thread/sort">
|
|
<button class="btn btn-outline-secondary dropdown-toggle" data-bs-toggle="dropdown" type="button"><span>[[topic:sort_by]]</span> <span class="caret"></span></button>
|
|
<ul class="dropdown-menu dropdown-menu-end">
|
|
{{{each sortOptions }}}
|
|
<li><a class="dropdown-item" href="{config.relative_path}{sortOptions.url}"><i class="fa fa-fw {{{if sortOptions.selected}}}fa-check{{{end}}}"></i>{sortOptions.name}</a></li>
|
|
{{{end}}}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<!-- ENDIF showSort -->
|
|
|
|
<!-- IF !topics.length -->
|
|
<div class="alert alert-warning text-center">{noItemsFoundKey}</div>
|
|
<!-- ENDIF !topics.length -->
|
|
|
|
<div class="category">
|
|
<!-- IMPORT partials/topics_list.tpl -->
|
|
<!-- IF config.usePagination -->
|
|
<!-- IMPORT partials/paginator.tpl -->
|
|
<!-- ENDIF config.usePagination -->
|
|
</div>
|
|
</div>
|
|
</div>
|