121 lines
No EOL
6.2 KiB
HTML
121 lines
No EOL
6.2 KiB
HTML
{$myAccountLinks = $userquery->my_account_links()}
|
|
{$leftMenuLinks = array_slice($myAccountLinks, 7)}
|
|
|
|
<div class="container marginBottom">
|
|
{*include file="$style_dir/blocks/manage/account_menu.html"*}
|
|
<div class="cb-box row">
|
|
<!-- Listing Categories -->
|
|
{include file="$style_dir/blocks/category_list.html" type='channels'}
|
|
<!-- Listing Categories End -->
|
|
<div class="col-md-9 nopadding">
|
|
<div>{AD place='ad_728x90'}</div>
|
|
<!-- Page Heading -->
|
|
<div class="page-hidding hidden-xs ">
|
|
{assign var=sorting_links value=sorting_links()}
|
|
<h4 class="smaller lighter pull-left">{if $smarty.get.cat == 'all' || $smarty.get.cat == ''}{lang code="Browsing All Categories"}:
|
|
{elseif $smarty.get.seo_cat_name != ''} Browsing <i>{$smarty.get.seo_cat_name}</i> Category {else}
|
|
Browsing Category {$smarty.get.cat} {/if}</h4>
|
|
<div class="pull-right">
|
|
<!--Sorting By View-->
|
|
<div class="btn-group custom-dropdown">
|
|
{if $smarty.get.sort}
|
|
{foreach from=$sorting_links item=name key=sort}
|
|
{if $smarty.get.sort==$sort && isset($smarty.get.sort)}
|
|
<button class="btn btn-default" type="button">
|
|
{$name}
|
|
</button>
|
|
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
|
|
<span class="arrow-drop"></span>
|
|
<span class="sr-only">Toggle Dropdown</span>
|
|
</button>
|
|
{/if}
|
|
{/foreach}
|
|
{else}
|
|
<button class="btn btn-default" type="button">
|
|
Recent
|
|
</button>
|
|
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
|
|
<span class="arrow-drop"></span>
|
|
<span class="sr-only">Toggle Dropdown</span>
|
|
</button>
|
|
{/if}
|
|
|
|
<ul role="menu" class="dropdown-menu">
|
|
{foreach from=$sorting_links item=name key=sort}
|
|
<li><a href="{link name=time sort=$sort type=channels}&sorting=dkfs" {if $smarty.get.time==$sort} class="selected"{/if}>{$name}</a></li>
|
|
{/foreach}
|
|
</ul>
|
|
|
|
|
|
|
|
<ul role="menu" class="dropdown-menu">
|
|
{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=channels}">{$name}</a></li>
|
|
<li role="presentation" class="divider"></li>
|
|
{/foreach}
|
|
</ul>
|
|
</div>
|
|
|
|
<!--Sorting By time-->
|
|
{assign var=time_links value=time_links()}
|
|
<div class="btn-group custom-dropdown">
|
|
{if $smarty.get.timing}
|
|
|
|
{foreach from=$time_links item=name key=sort name=times}
|
|
{if $smarty.get.time==$sort && isset($smarty.get.time)}
|
|
|
|
<button class="btn btn-default" type="button">
|
|
{$name}
|
|
</button>
|
|
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
|
|
<span class="arrow-drop"></span>
|
|
<span class="sr-only">Toggle Dropdown</span>
|
|
</button><!--<span class="glyphicon glyphicon-sort"></span> Most {$name}-->
|
|
{/if}
|
|
{/foreach}
|
|
{else}
|
|
<button class="btn btn-default" type="button">
|
|
All Time
|
|
</button>
|
|
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
|
|
<span class="arrow-drop"></span>
|
|
<span class="sr-only">Toggle Dropdown</span>
|
|
</button>
|
|
{/if}
|
|
<ul role="menu" class="dropdown-menu">
|
|
{foreach from=$time_links item=name key=sort name=times}
|
|
<li><a href="{link name=time sort=$sort type=channels}&timing=time" {if $smarty.get.time==$sort} class="selected"{/if}>{$name}</a></li>
|
|
{/foreach}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- /Page Heading-->
|
|
<div class="clearfix">
|
|
<div class="time_cont">
|
|
{assign var=time_links value=time_links()}
|
|
{foreach from=$time_links item=name key=sort name=times}
|
|
{if !$smarty.foreach.times.last}{/if}
|
|
{/foreach}
|
|
</div>
|
|
{section name=u_list loop=$users}
|
|
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 marginBottom grid_view list_view channels-view">
|
|
<div class="user-block user-view-home clearfix">
|
|
{include file="$style_dir/blocks/user.html" user=$users[u_list] block_type="groups_show"}
|
|
</div>
|
|
</div>
|
|
{sectionelse}
|
|
{lang code='no_results_found'}
|
|
{/section}
|
|
</div>
|
|
<div align="center">
|
|
{include file="$style_dir/blocks/pagination.html"}
|
|
</div>
|
|
</div>
|
|
<div class="col-md-2 paddingright0 hidden-sm hidden-xs visible-md visible-lg">
|
|
|
|
<div class="ad">{AD place='ad_160x600'}</div>
|
|
<!-- <a href="http://www.arvixe.com/clipbucket_hosting"><img class="banner pull-right" src="{$theme}/assets/images/ad-box-160x600.jpg"></a>-->
|
|
</div>
|
|
</div>
|
|
</div> |