53 lines
2 KiB
HTML
53 lines
2 KiB
HTML
![]() |
|
||
|
<!-- Listing Categories -->
|
||
|
{include file="$style_dir/blocks/category_list.html" type='groups'}
|
||
|
<!-- Listing Categories End -->
|
||
|
|
||
|
|
||
|
<div style="width:620px; float:left" class="vid_page_conainer" >
|
||
|
<div class="sort_cont">
|
||
|
|
||
|
<ul>
|
||
|
<li>Sort :</li>
|
||
|
{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=groups}" >{$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=groups}" {if $smarty.get.time==$sort } class="selected"{/if}>{$name}</a> {if !$smarty.foreach.times.last}|{/if}
|
||
|
{/foreach}
|
||
|
</div>
|
||
|
|
||
|
{section name=glist loop=$groups}
|
||
|
{assign var=owner value=$userquery->get_user_details($groups[glist].userid)}
|
||
|
<div class="group_block">
|
||
|
<a href="{group_link details=$groups[glist]}"><img src="{$cbgroup->get_group_thumb($groups[glist])}" class="group_thumb" /></a>
|
||
|
<span class="group_name"><strong><a href="{group_link details=$groups[glist]}">{$groups[glist].group_name}</a></strong></span>
|
||
|
<span> views : <strong>{$groups[glist].total_views|number_format}</strong></span>
|
||
|
<span>total members :<strong>{$groups[glist].total_views|number_format}</strong></span>
|
||
|
<span>total videos : <strong>{$groups[glist].total_videos|number_format}</strong></span>
|
||
|
<span>discussions : <strong>{$groups[glist].total_members|number_format}</strong></span>
|
||
|
<span>owner : <strong><a href="{$userquery->profile_link($owner)}">{$owner.username}</a></strong></span>
|
||
|
</div>
|
||
|
{/section}
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="vert_add_box">
|
||
|
<div style="width:160px; margin:auto; margin-top:5px">
|
||
|
{AD place='ad_160x600'}
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<div class="clearfix" style="margin-bottom:10px"></div>
|
||
|
|
||
|
{include file="$style_dir/blocks/pagination.html"}
|