122 lines
5.6 KiB
HTML
Executable file
122 lines
5.6 KiB
HTML
Executable file
|
|
{$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 clearfix">
|
|
{*include file="$style_dir/blocks/manage/left_side_bar.html"*}
|
|
<!-- Listing Categories -->
|
|
<div class="col-md-3">
|
|
{include file="$style_dir/blocks/category_list.html" type='video'}
|
|
</div>
|
|
<!-- Listing Categories End -->
|
|
|
|
<div class="col-md-9 clearfix">
|
|
<div class="page-hidding">
|
|
{assign var=sorting_links value=sorting_links()}
|
|
<h4 class="smaller lighter pull-left">Browsing All Categories:
|
|
<small>
|
|
{if isset($smarty.get.sort)}
|
|
{foreach from=$sorting_links item=name key=sort}
|
|
{if $smarty.get.sort==$sort}
|
|
<!--<span class="glyphicon glyphicon-sort"></span> Most {$name}-->
|
|
{/if}
|
|
{/foreach}
|
|
{/if}
|
|
</small>
|
|
|
|
</h4>
|
|
<div class="pull-left">
|
|
<div class="btn-group">
|
|
<button class="btn btn-default" type="button">Recent</button>
|
|
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
|
|
<span class="caret"></span>
|
|
<span class="sr-only">Toggle Dropdown</span>
|
|
</button>
|
|
<ul role="menu" class="dropdown-menu">
|
|
<li><a href="#">Action</a></li>
|
|
<li><a href="#">Another action</a></li>
|
|
<li><a href="#">Something else here</a></li>
|
|
<li class="divider"></li>
|
|
<li><a href="#">Separated link</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="btn-group">
|
|
<button class="btn btn-default" type="button">All Time</button>
|
|
<button data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
|
|
<span class="caret"></span>
|
|
<span class="sr-only">Toggle Dropdown</span>
|
|
</button>
|
|
<ul role="menu" class="dropdown-menu">
|
|
<li><a href="#">Action</a></li>
|
|
<li><a href="#">Another action</a></li>
|
|
<li><a href="#">Something else here</a></li>
|
|
<li class="divider"></li>
|
|
<li><a href="#">Separated link</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<!--<div class="pull-right ">
|
|
<div class="btn-group marginTop" style="margin-top: -10px;">
|
|
<ul Style="list-style:none">
|
|
<li class="dropdown pull-left">
|
|
<a data-toggle="dropdown" class="dropdown-toggle btn btn-info" href="#">{lang code='sort_by'}<b class="caret"></b></a>
|
|
<ul class="dropdown-menu">
|
|
{foreach from=$sorting_links item=name key=sort}
|
|
<li><a href="{link name=sort sort=$sort type=videos}" >{$name}</a></li>
|
|
{/foreach}
|
|
</ul>
|
|
</li>
|
|
<li class="dropdown pull-right ">
|
|
<a data-toggle="dropdown" class="dropdown-toggle btn btn-info" href="#">Sort By<b class="caret"></b></a>
|
|
<ul class="dropdown-menu">
|
|
|
|
<li><a href="#today" >Today</a></li>
|
|
<li><a href="#today" >This Week</a></li>
|
|
<li><a href="#today" >This Month</a></li>
|
|
<li><a href="#today" >A -> Z</a></li>
|
|
<li><a href="#today" >Z -> A</a></li>
|
|
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
</div>
|
|
<a href="#" id="list" onclick="ToggleView(this);" title="Change To List Style"><span class="glyphicon glyphicon-th-list"></span> </a>
|
|
<a href="#" id="grid" onclick="ToggleView(this);" title="Change to Grid Style"><span class="glyphicon glyphicon-th"></span> </a>
|
|
<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>
|
|
</div>-->
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
{foreach $videos as $video}
|
|
<div class="col-md-3 marginBottom grid_view list_view">
|
|
{include file="$style_dir/blocks/videos/video.html"}
|
|
</div>
|
|
{/foreach}
|
|
</div>
|
|
<!--Pagination-->
|
|
<div align="center">
|
|
{include file="$style_dir/blocks/pagination.html"}
|
|
</div>
|
|
|
|
<!-- /Pagination-->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<div style="height:20px"> </div>
|
|
|
|
|
|
|