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.
45 lines
1.4 KiB
Smarty
45 lines
1.4 KiB
Smarty
<div class="well favourites">
|
|
<div class="account-username-box" data-userslug="{userslug}">
|
|
<span class="account-username">
|
|
<a href="{relative_path}/user/{userslug}">{username}</a> <i class="fa fa-chevron-right"></i>
|
|
<a href="{relative_path}/user/{userslug}/favourites">[[topic:favourites]]</a>
|
|
</span>
|
|
</div>
|
|
|
|
<!-- IF show_nofavourites -->
|
|
<div id="no-favourites-notice" class="alert alert-warning">[[topic:favourites.has_no_favourites]]</div>
|
|
<!-- ENDIF show_nofavourites -->
|
|
|
|
<div class="row">
|
|
<div class="col-md-12 user-favourite-posts">
|
|
<!-- BEGIN posts -->
|
|
<div class="topic-row panel panel-default clearfix">
|
|
<div class="panel-body">
|
|
<a href="../../user/{posts.userslug}">
|
|
<img title="{posts.username}" class="img-rounded user-img" src="{posts.picture}">
|
|
</a>
|
|
|
|
<a href="../../user/{posts.userslug}">
|
|
<strong><span>{posts.username}</span></strong>
|
|
</a>
|
|
<p>{posts.content}</p>
|
|
|
|
<div>
|
|
<small>
|
|
<span class="pull-right">
|
|
<a href="../../topic/{posts.tid}/#{posts.pid}">posted</a>
|
|
in
|
|
<a href="../../category/{posts.categorySlug}">
|
|
<i class="fa {posts.categoryIcon}"></i> {posts.categoryName}
|
|
</a>
|
|
<span class="timeago" title="{posts.relativeTime}"></span>
|
|
</span>
|
|
</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- END posts -->
|
|
</div>
|
|
</div>
|
|
</div>
|