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.
nodebb/public/templates/followers.tpl

32 lines
1.1 KiB
Smarty

<div class="account-username-box clearfix" data-userslug="{userslug}">
</div>
<div class="users account">
<div>
<!-- BEGIN followers -->
<div class="users-box">
<a href="../../user/{followers.userslug}"><img src="{followers.picture}" class="img-thumbnail"/></a>
<br/>
<div class="user-info">
<a href="../../user/{followers.userslug}">{followers.username}</a>
<br/>
<div title="reputation" class="reputation">
<i class='fa fa-star'></i>
<span class='formatted-number'>{followers.reputation}</span>
</div>
<div title="post count" class="post-count">
<i class='fa fa-pencil'></i>
<span class='formatted-number'>{followers.postcount}</span>
</div>
</div>
</div>
<!-- END followers -->
</div>
<div id="no-followers-notice" class="alert alert-warning hide">[[user:has_no_follower]]</div>
</div>
<input type="hidden" template-variable="yourid" value="{yourid}" />
<input type="hidden" template-variable="theirid" value="{theirid}" />
<input type="hidden" template-variable="followersCount" value="{followersCount}" />