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.
28 lines
722 B
Smarty
28 lines
722 B
Smarty
10 years ago
|
<div class="recent">
|
||
|
|
||
|
<!-- IMPORT partials/breadcrumbs.tpl -->
|
||
|
|
||
|
<!-- IF loggedIn -->
|
||
|
<button id="new_topic" class="btn btn-primary">[[category:new_topic_button]]</button>
|
||
|
<!-- ELSE -->
|
||
|
<a href="/login?next=recent" class="btn btn-primary">[[category:guest-login-post]]</a>
|
||
|
<!-- ENDIF loggedIn -->
|
||
|
|
||
|
<br/><br/>
|
||
|
|
||
|
<a href="{relative_path}/recent">
|
||
|
<div class="alert alert-warning hide" id="new-topics-alert"></div>
|
||
|
</a>
|
||
|
|
||
|
<!-- IF !topics.length -->
|
||
|
<div class="alert alert-warning" id="category-no-topics">
|
||
|
<strong>[[recent:no_recent_topics]]</strong>
|
||
|
</div>
|
||
|
<!-- ENDIF !topics.length -->
|
||
|
|
||
|
<div class="category row">
|
||
|
<div class="col-md-12">
|
||
|
<!-- IMPORT partials/topics_list.tpl -->
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|