|
|
|
@ -84,11 +84,23 @@
|
|
|
|
|
</small>
|
|
|
|
|
|
|
|
|
|
<!-- IF !hideReplies -->
|
|
|
|
|
<a component="post/reply-count" href="#" class="no-select <!-- IF !posts.replies -->hidden<!-- ENDIF !posts.replies -->">
|
|
|
|
|
<a component="post/reply-count" href="#" class="threaded-replies no-select <!-- IF !posts.replies.count -->hidden<!-- ENDIF !posts.replies.count -->">
|
|
|
|
|
<span component="post/reply-count/avatars" class="avatars <!-- IF posts.replies.hasMore -->hasMore<!-- ENDIF posts.replies.hasMore -->">
|
|
|
|
|
<!-- BEGIN posts.replies.users -->
|
|
|
|
|
<!-- IF posts.replies.users.picture -->
|
|
|
|
|
<span><img component="user/picture" data-uid="{posts.replies.users.uid}" title="{posts.replies.users.username}" src="{posts.replies.users.picture}" itemprop="image" /></span>
|
|
|
|
|
<!-- ELSE -->
|
|
|
|
|
<div component="user/picture" data-uid="{posts.replies.users.uid}" title="{posts.replies.users.username}" class="user-icon" style="background-color: {posts.replies.users.icon:bgColor};">{posts.replies.users.icon:text}</div>
|
|
|
|
|
<!-- ENDIF posts.replies.users.picture -->
|
|
|
|
|
<!-- END posts.replies.users -->
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
<span class="replies-count" component="post/reply-count/text" data-replies="{posts.replies.count}">[[topic:replies_to_this_post, {posts.replies.count}]]</span>
|
|
|
|
|
<span class="replies-last hidden-xs">[[topic:last_reply_time]] <span class="timeago" title="{posts.replies.timestampISO}"></span></span>
|
|
|
|
|
|
|
|
|
|
<i class="fa fa-fw fa-chevron-right" component="post/replies/open"></i>
|
|
|
|
|
<i class="fa fa-fw fa-chevron-down hidden" component="post/replies/close"></i>
|
|
|
|
|
<i class="fa fa-fw fa-spin fa-spinner hidden" component="post/replies/loading"></i>
|
|
|
|
|
<span component="post/reply-count/text" data-replies="{posts.replies}">[[topic:replies_to_this_post, {posts.replies}]]</span>
|
|
|
|
|
</a>
|
|
|
|
|
<!-- ENDIF !hideReplies -->
|
|
|
|
|
</div>
|
|
|
|
|