51 lines
2.7 KiB
HTML
51 lines
2.7 KiB
HTML
|
|
|
|
<div class="myui-panel myui-panel-bg clearfix">
|
|
<div class="myui-panel-box clearfix">
|
|
<div class="myui-panel_bd clearfix">
|
|
<div class="col-lg-wide-75 col-xs-1 padding-0">
|
|
<div class="myui-panel_hd">
|
|
<div class="myui-panel__head clearfix">
|
|
<h2 class="title">最新{$val.v_category}</h2>
|
|
<a class="more text-muted"
|
|
href='{site:vclurl parent_category="$val.v_category_en" category="all" area="all" lang="all" year="all" order="all" page="1"/}'>
|
|
更多<i class="fa fa-angle-right"></i>
|
|
</a>
|
|
<ul class="nav nav-text pull-right hidden-sm hidden-xs">
|
|
{foreach $val.children as $intChildrenKey=>$arrChildrenCategory }
|
|
<li>
|
|
<a href='{site:vclurl parent_category="$Request.route.strParentCategory" category="$arrChildrenCategory.v_category_en" area="all" lang="all" year="all" order="all" page="1"/}'
|
|
class="text-muted">
|
|
{$arrChildrenCategory.v_category}
|
|
</a>
|
|
<span class="split-line"></span>
|
|
</li>
|
|
{/foreach}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<ul class="myui-vodlist clearfix">
|
|
{video:list count="12" v_parent_category_en="$val.v_category_en" sort_type="news" d_key="key" d_val="Video" cache_life="86400"}
|
|
{include file="public/video-list-shu" start="27+($key*12)" col-lg="6"/}
|
|
{/video:list}
|
|
</ul>
|
|
</div>
|
|
<div class="col-lg-wide-25 hidden-sm hidden-xs visible-inline-lg">
|
|
<div class="myui-panel_hd">
|
|
<div class="myui-panel__head clearfix">
|
|
<h2 class="title">最热{$val.v_category}周排行榜</h2><a class="more text-muted"
|
|
href="{$strRankUrlTemp}">更多<i class="fa fa-angle-right"></i></a>
|
|
</div>
|
|
</div>
|
|
<ul class="myui-vodlist__text active clearfix" style="padding: 0 10px;">
|
|
{video:ranklist count="16"
|
|
v_parent_category_en="$val.v_category_en"
|
|
sort_type="weekly"
|
|
d_key="key" d_val="Video" cache_life="86400"}
|
|
{include file="public/video-list-phb" start="27+($key*17)"/}
|
|
{/video:ranklist}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |