|
|
@ -9,28 +9,34 @@
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- IF section_online -->
|
|
|
|
|
|
|
|
<div class="lastonline">
|
|
|
|
|
|
|
|
<span class="timeago" title="{users.lastonlineISO}"></span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- ENDIF section_online -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- IF section_joindate -->
|
|
|
|
<!-- IF section_joindate -->
|
|
|
|
<div title="joindate" class="joindate">
|
|
|
|
<div class="joindate">
|
|
|
|
<span class="timeago" title="{users.joindateISO}"></span>
|
|
|
|
<span class="timeago" title="{users.joindateISO}"></span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- ENDIF section_joindate -->
|
|
|
|
<!-- ENDIF section_joindate -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- IF section_sort-reputation -->
|
|
|
|
<!-- IF section_sort-reputation -->
|
|
|
|
<div title="reputation" class="reputation">
|
|
|
|
<div class="reputation">
|
|
|
|
<i class="fa fa-star"></i>
|
|
|
|
<i class="fa fa-star"></i>
|
|
|
|
<span class="formatted-number">{users.reputation}</span>
|
|
|
|
<span class="formatted-number">{users.reputation}</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- ENDIF section_sort-reputation -->
|
|
|
|
<!-- ENDIF section_sort-reputation -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- IF section_sort-posts -->
|
|
|
|
<!-- IF section_sort-posts -->
|
|
|
|
<div title="post count" class="post-count">
|
|
|
|
<div class="post-count">
|
|
|
|
<i class="fa fa-pencil"></i>
|
|
|
|
<i class="fa fa-pencil"></i>
|
|
|
|
<span class="formatted-number">{users.postcount}</span>
|
|
|
|
<span class="formatted-number">{users.postcount}</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- ENDIF section_sort-posts -->
|
|
|
|
<!-- ENDIF section_sort-posts -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- IF section_flagged -->
|
|
|
|
<!-- IF section_flagged -->
|
|
|
|
<div title="flag count" class="flag-count">
|
|
|
|
<div class="flag-count">
|
|
|
|
<i class="fa fa-flag"></i>
|
|
|
|
<i class="fa fa-flag"></i>
|
|
|
|
<span><a class="formatted-number" href="{config.relative_path}/flags?targetUid={users.uid}">{users.flags}</a></span>
|
|
|
|
<span><a class="formatted-number" href="{config.relative_path}/flags?targetUid={users.uid}">{users.flags}</a></span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|