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.
48 lines
1.3 KiB
Smarty
48 lines
1.3 KiB
Smarty
<ol class="breadcrumb">
|
|
<li><a href="/">Home</a></li>
|
|
<li class="active">Search</li>
|
|
</ol>
|
|
|
|
<div class="category search">
|
|
<div class="">
|
|
<ul id="topics-container" data-search-query="{search_query}">
|
|
<h3>Topics</h3>
|
|
<div class="alert alert-info {show_no_topics}">No topics found!</div>
|
|
<!-- BEGIN topics -->
|
|
<a href="../../topic/{topics.slug}" id="tid-{topics.tid}">
|
|
<li class="category-item">
|
|
<div>
|
|
<div class="col-md-12 img-thumbnail">
|
|
<div class="search-result-post">
|
|
<img src="{topics.teaser_userpicture}" />
|
|
<strong>{topics.teaser_username}</strong>: <span class="search-result-text">{topics.title}</span>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</li>
|
|
</a>
|
|
<!-- END topics -->
|
|
<h3>Posts</h3>
|
|
<div class="alert alert-info {show_no_posts}">No posts found!</div>
|
|
<!-- BEGIN posts -->
|
|
<a href="../../topic/{posts.topicSlug}#{posts.pid}" id="tid-{posts.tid}">
|
|
<li class="category-item">
|
|
<div>
|
|
<div class="col-md-12 img-thumbnail">
|
|
<div class="search-result-post">
|
|
<img src="{posts.picture}" />
|
|
<strong>{posts.username}</strong>: <span class="search-result-text">{posts.content}</span>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</li>
|
|
</a>
|
|
<!-- END posts -->
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<script type="text/javascript" src="{relative_path}/src/forum/search.js"></script>
|