2009-12-04 21:03:27 +00:00
|
|
|
|
|
|
|
<!-- Listing Categories -->
|
|
|
|
{include file="$style_dir/blocks/category_list.html" type='user'}
|
|
|
|
<!-- Listing Categories End -->
|
|
|
|
|
|
|
|
<div style="width:620px; float:left" class="vid_page_conainer" >
|
|
|
|
<div class="sort_cont">
|
|
|
|
|
|
|
|
<ul>
|
2010-02-10 05:54:08 +00:00
|
|
|
<li>{lang code='sort_by'} :</li>
|
2009-12-04 21:03:27 +00:00
|
|
|
{assign var=sorting_links value=func->sorting_links()}
|
|
|
|
{foreach from=$sorting_links item=name key=sort}
|
|
|
|
<li {if $smarty.get.sort==$sort} class="selected"{/if}><a href="{link name=sort sort=$sort type=channel}" >{$name}</a></li>
|
|
|
|
{/foreach}
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="time_cont">
|
|
|
|
{assign var=time_links value=func->time_links()}
|
|
|
|
{foreach from=$time_links item=name key=sort name=times}
|
|
|
|
<a href="{link name=time sort=$sort type=channel}" {if $smarty.get.time==$sort } class="selected"{/if}>{$name}</a> {if !$smarty.foreach.times.last}|{/if}
|
|
|
|
{/foreach}
|
|
|
|
</div>
|
|
|
|
{section name=u_list loop=$users}
|
|
|
|
{include file="$style_dir/blocks/user.html" user=$users[u_list]}
|
|
|
|
{/section}
|
2009-12-09 13:43:19 +00:00
|
|
|
<div class="clearfix"></div>
|
2009-12-04 21:03:27 +00:00
|
|
|
</div>
|
|
|
|
|
2010-02-06 14:47:11 +00:00
|
|
|
<div class="vert_add_box" align="center">{AD place='ad_160x600'}</div>
|
2009-12-09 13:43:19 +00:00
|
|
|
<div class="clearfix" style="margin-bottom:10px"></div>
|
2009-12-04 21:03:27 +00:00
|
|
|
|
|
|
|
{include file="$style_dir/blocks/pagination.html"}
|