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.
128 lines
4.5 KiB
Smarty
128 lines
4.5 KiB
Smarty
<ol class="breadcrumb">
|
|
<li itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
|
|
<a href="/" itemprop="url"><span itemprop="title">[[global: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}">[[category:new_topic_button]]</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">
|
|
[[category:no_topics]]
|
|
</div>
|
|
|
|
<div class="category row">
|
|
<div class="{topic_row_size}">
|
|
<ul id="topics-container" itemscope itemtype="http://www.schema.org/ItemList">
|
|
<meta itemprop="itemListOrder" content="descending">
|
|
<!-- BEGIN topics -->
|
|
<li class="category-item {topics.deleted-class}" itemprop="itemListElement">
|
|
<div class="row">
|
|
<div class="col-md-12 topic-row">
|
|
<div>
|
|
<a href="../../topic/{topics.slug}" itemprop="url">
|
|
<h3>
|
|
<meta itemprop="name" content="{topics.title}">
|
|
|
|
<span class="topic-title">
|
|
<strong><i class="{topics.pin-icon}"></i> <i class="{topics.lock-icon}"></i></strong>
|
|
{topics.title}
|
|
</span>
|
|
</h3>
|
|
</a>
|
|
<small>
|
|
<span class="topic-stats">
|
|
posts
|
|
<strong>{topics.postcount}</strong>
|
|
</span>
|
|
|
|
|
<span class="topic-stats">
|
|
views
|
|
<strong>{topics.viewcount}</strong>
|
|
</span>
|
|
|
|
|
<span>
|
|
<a href="/user/{topics.userslug}">
|
|
<img class="teaser-pic" src="{topics.picture}" title="{topics.username}"/>
|
|
</a>
|
|
posted <span class="timeago" title="{topics.relativeTime}"></span>
|
|
</span>
|
|
|
|
<span class="pull-right hidden-xs">
|
|
<a href="/user/{topics.teaser_userslug}">
|
|
<img class="teaser-pic" src="{topics.teaser_userpicture}" title="{topics.teaser_username}"/>
|
|
</a>
|
|
<a href="../../topic/{topics.slug}#{topics.teaser_pid}">
|
|
replied
|
|
</a>
|
|
<span class="timeago" title="{topics.teaser_timestamp}"></span>
|
|
|
|
</span>
|
|
</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
<!-- END topics -->
|
|
</ul>
|
|
</div>
|
|
<div class="col-md-3 {show_sidebar} category-sidebar">
|
|
|
|
<div class="sidebar-block img-thumbnail">
|
|
<div class="block-header">
|
|
[[category:sidebar.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">
|
|
[[category:sidebar.active_participants]]
|
|
</div>
|
|
<div class="block-content active-users">
|
|
<!-- BEGIN active_users -->
|
|
<a data-uid="{active_users.uid}" href="/user/{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">
|
|
[[category:sidebar.moderators]]
|
|
</div>
|
|
<div class="block-content">
|
|
<!-- BEGIN moderators -->
|
|
<a href="/user/{moderators.userslug}"><img title="{moderators.username}" src="{moderators.picture}" class="img-rounded" /></a>
|
|
<!-- END moderators -->
|
|
</div>
|
|
</div>
|
|
<!-- BEGIN sidebars -->
|
|
<div class="sidebar-block img-thumbnail {sidebars.block_class}">
|
|
<div class="block-header">
|
|
{sidebars.header}
|
|
</div>
|
|
<div class="block-content">
|
|
{sidebars.content}
|
|
</div>
|
|
</div>
|
|
<!-- END sidebars -->
|
|
</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}" /> |