2009-11-30 19:46:45 +00:00
|
|
|
{if $block_type == '' || $block_type=='normal'}
|
|
|
|
<div class="user_block" id="user-{$user.userid}">
|
2009-12-04 21:03:27 +00:00
|
|
|
<div class="thumb_container" ><a href="{$userquery->profile_link($user)}"><img src="{$userquery->getuserthumb($user)}" border="0" class="user_thumb_normal"></a>
|
2009-11-30 19:46:45 +00:00
|
|
|
</div>
|
2009-12-04 21:03:27 +00:00
|
|
|
<div class="prof_title"><a href="{$userquery->profile_link($user)}">{$user.username}</a></div>
|
|
|
|
{$user.total_videos|number_format} videos {$user.profile_hits|number_format} views<br />
|
|
|
|
{$user.subscribers|number_format} subscribers
|
2009-12-09 13:43:19 +00:00
|
|
|
<br />
|
|
|
|
Last active : {$user.last_active|nicetime} </div>
|
2009-11-30 19:46:45 +00:00
|
|
|
{/if}
|
|
|
|
|
|
|
|
{if $block_type =='small'}
|
|
|
|
<div class="user_block_small" id="user-{$user.userid}" align="center">
|
|
|
|
<div><a href="{$userquery->profile_link($user)}">{$user.username}</a></div>
|
|
|
|
<a href="{$userquery->profile_link($user)}"><img src="{$userquery->getuserthumb($user)}" border="0" class="user_mid_thumb"></a>
|
|
|
|
</div>
|
2009-12-21 21:11:54 +00:00
|
|
|
{/if}
|
|
|
|
|
|
|
|
{if $block_type =='medium'}
|
|
|
|
<div class="user_block_med" id="user-{$user.userid}">
|
|
|
|
<div class="thumb_container_medium" ><a href="{$userquery->profile_link($user)}"><img src="{$userquery->getuserthumb($user)}" border="0" class="user_thumb_medium"></a>
|
|
|
|
</div>
|
|
|
|
<div class="prof_title"><a href="{$userquery->profile_link($user)}">{$user.username}</a></div>
|
|
|
|
{$user.total_videos|number_format} videos {$user.profile_hits|number_format} views</div>
|
2009-11-30 19:46:45 +00:00
|
|
|
{/if}
|