45 lines
No EOL
1.5 KiB
HTML
45 lines
No EOL
1.5 KiB
HTML
|
|
<!-- Listing Categories -->
|
|
{include file="$style_dir/blocks/category_list.html" type='video'}
|
|
<!-- 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=videos}">{$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=videos}" {if $smarty.get.time==$sort} class="selected"{/if}>{$name}</a> {if !$smarty.foreach.times.last}|{/if}
|
|
{/foreach}
|
|
</div>
|
|
<div id="style_change" style="margin-top:10px">Change Style of Listing
|
|
<div id="grid" title="Change To Grid Style"></div>
|
|
<div id="list" title="Change to List Style"></div>
|
|
</div>
|
|
{section name=v_list loop=$videos}
|
|
{include file="$style_dir/blocks/video.html" video=$videos[v_list]}
|
|
{/section}
|
|
<div class="clearfix"></div>
|
|
</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"} |