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.
25 lines
480 B
Smarty
25 lines
480 B
Smarty
|
|
<h1>Users</h1>
|
|
<div>
|
|
<!-- BEGIN users -->
|
|
|
|
<div class="users-box well">
|
|
<a href="/users/{users.username}">
|
|
<img src="{users.picture}"/>
|
|
</a>
|
|
<br/>
|
|
<a href="/users/{users.username}">{users.username}</a>
|
|
<br/>
|
|
<div title="reputation">
|
|
<span>{users.reputation}</span>
|
|
<i class='icon-star'></i>
|
|
</div>
|
|
<div title="post count">
|
|
<span>{users.postcount}</span>
|
|
<i class='icon-pencil'></i>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- END users -->
|
|
</div> |