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.
94 lines
3.6 KiB
Smarty
94 lines
3.6 KiB
Smarty
<ol class="breadcrumb">
|
|
<li itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
|
|
<a href="/" itemprop="url"><span itemprop="title">Home</span></a>
|
|
</li>
|
|
<li class="active" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
|
|
<span itemprop="title">{category_name} <a target="_blank" href="../{category_id}.rss"><i class="icon-rss-sign"></i></a></span>
|
|
</li>
|
|
<div id="category_active_users"></div>
|
|
</ol>
|
|
|
|
<div>
|
|
<button id="new_post" class="btn btn-primary btn-lg {show_topic_button}">New Topic</button>
|
|
|
|
<div class="inline-block pull-right">
|
|
<a href="#" id="facebook-share"><i class="icon-facebook-sign icon-2x"></i></a>
|
|
<a href="#" id="twitter-intent"><i class="icon-twitter-sign icon-2x"></i></a>
|
|
<a href="#" id="google-share"><i class="icon-google-plus-sign icon-2x"></i></a>
|
|
</div>
|
|
</div>
|
|
|
|
<hr/>
|
|
|
|
<div class="alert alert-warning hide {no_topics_message}" id="category-no-topics">
|
|
<strong>There are no topics in this category.</strong><br />
|
|
Why don't you try posting one?
|
|
</div>
|
|
|
|
<div class="category row">
|
|
<div class="{topic_row_size}">
|
|
<ul id="topics-container">
|
|
<!-- BEGIN topics -->
|
|
<a href="../../topic/{topics.slug}"><li class="category-item {topics.deleted-class}">
|
|
<div class="row">
|
|
<div class="col-md-12 topic-row">
|
|
<div class="latest-post visible-lg visible-md">
|
|
<div class="pull-right">
|
|
<img class="img-rounded" style="width: 48px; height: 48px; /*temporary*/" src="{topics.teaser_userpicture}" />
|
|
<p>{topics.teaser_text}</p>
|
|
<span><strong>{topics.teaser_username}</strong> posted {topics.teaser_timestamp} ago</span>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<h3><span class="topic-title"><span class="badge {topics.badgeclass}">{topics.postcount}</span>{topics.title}</span></h3>
|
|
<small>
|
|
<strong><i class="{topics.pin-icon}"></i> <i class="{topics.lock-icon}"></i></strong>
|
|
Posted {topics.relativeTime} ago by
|
|
<strong>{topics.username}</strong>.
|
|
</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</li></a>
|
|
<!-- END topics -->
|
|
</ul>
|
|
</div>
|
|
<div class="col-md-3 {show_sidebar} category-sidebar">
|
|
|
|
<div class="sidebar-block img-thumbnail">
|
|
<div class="block-header">
|
|
Recent Replies
|
|
</div>
|
|
<div class="block-content recent-replies">
|
|
<ul id="category_recent_replies"></ul>
|
|
</div>
|
|
</div>
|
|
<div class="sidebar-block img-thumbnail">
|
|
<div class="block-header">
|
|
Active Participants
|
|
</div>
|
|
<div class="block-content">
|
|
<!-- BEGIN active_users -->
|
|
<a href="/users/{active_users.userslug}"><img title="{active_users.username}" src="{active_users.picture}" class="img-rounded" /></a>
|
|
<!-- END active_users -->
|
|
</div>
|
|
</div>
|
|
<div class="sidebar-block img-thumbnail {moderator_block_class}">
|
|
<div class="block-header">
|
|
Moderators
|
|
</div>
|
|
<div class="block-content">
|
|
<!-- BEGIN moderators -->
|
|
<a href="/users/{moderators.userslug}"><img title="{moderators.username}" src="{moderators.picture}" class="img-rounded" /></a>
|
|
<!-- END moderators -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<input type="hidden" template-variable="category_id" value="{category_id}" />
|
|
<input type="hidden" template-variable="twitter-intent-url" value="{twitter-intent-url}" />
|
|
<input type="hidden" template-variable="facebook-share-url" value="{facebook-share-url}" />
|
|
<input type="hidden" template-variable="google-share-url" value="{google-share-url}" />
|
|
|
|
<script type="text/javascript" src="{relative_path}/src/forum/category.js"></script> |