160 lines
9.4 KiB
HTML
160 lines
9.4 KiB
HTML
{extend name="base" /}
|
|
|
|
|
|
{block name="head-css"}
|
|
|
|
{/block}
|
|
|
|
{block name="head-js"}
|
|
|
|
{/block}
|
|
|
|
{block name="main"}
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-wide-75 col-xs-1 padding-0">
|
|
<div class="stui-pannel stui-pannel-bg clearfix">
|
|
<div class="stui-pannel-box">
|
|
<div class="stui-pannel_hd">
|
|
<div class="stui-pannel__head active bottom-line clearfix">
|
|
<h3 class="title"><img src="/statics/icon/icon_27.png">{$strClassName}筛选</h3>
|
|
</div>
|
|
<ul class="stui-screen__list type-slide bottom-line-dot clearfix">
|
|
|
|
<li><span class="text-muted">按类型</span></li>
|
|
<li class="{if condition='$strLeixin == ""'}active{/if}">
|
|
<a style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)});"
|
|
href="/{$SiteModel['site_rank_path']}/1-----------.html">全部</a>
|
|
</li>
|
|
{volist name='VideoLeixinModel' id='vo' key='index'}
|
|
<li class="{if condition='$strLeixin == $vo.vl_name'}active{/if}">
|
|
<a style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)})"
|
|
href="/{$SiteModel['site_rank_path']}/{$strType}-----{$vo.vl_name}-------.html" class="text-muted">{$vo.vl_name}</a>
|
|
</li>
|
|
{/volist}
|
|
</ul>
|
|
<ul class="stui-screen__list type-slide bottom-line-dot clearfix">
|
|
<li><span class="text-muted">按剧情</span></li>
|
|
<li class="{if condition='$strJuqing == ""'}active{/if}">
|
|
<a style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)});"
|
|
href="/{$SiteModel['site_rank_path']}/{$strType}-----------.html">全部</a></li>
|
|
{volist name='VideoJuqingModel' id='vo' key='index'}
|
|
<li class="{if condition='$strJuqing == $vo.vj_name'}active{/if}">
|
|
<a style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)})"
|
|
href="/{$SiteModel['site_rank_path']}/{$strType}---{$vo.vj_name}---------.html" class="text-muted">{$vo.vj_name}</a>
|
|
</li>
|
|
{/volist}
|
|
|
|
</ul>
|
|
{$strGanRaoMa|raw}
|
|
<ul class="stui-screen__list type-slide bottom-line-dot clearfix">
|
|
<li><span class="text-muted">按地区</span></li>
|
|
<li class="{if condition='$strDiqu == ""'}active{/if}">
|
|
<a style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)});"
|
|
href="/{$SiteModel['site_rank_path']}/{$strType}-----------.html">全部</a></li>
|
|
{volist name='VideoDiquModel' id='vo' key='index'}
|
|
<li class="{if condition='$strDiqu == $vo.vd_name'}active{/if}">
|
|
<a style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)})"
|
|
href="/{$SiteModel['site_rank_path']}/{$strType}-{$vo.vd_name}-----------.html" class="text-muted">{$vo.vd_name}</a>
|
|
</li>
|
|
{/volist}
|
|
</ul>
|
|
<ul class="stui-screen__list type-slide bottom-line-dot clearfix">
|
|
<li><span class="text-muted">按年份</span></li>
|
|
{$strGanRaoMa|raw}
|
|
<li class="{if condition='$strYears == ""'}active{/if}">
|
|
<a style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)});"
|
|
href="/{$SiteModel['site_rank_path']}/{$strType}-----------.html">全部</a></li>
|
|
{volist name='VideoYearsModel' id='vo' key='index'}
|
|
<li class="{if condition='$strYears == $vo.vy_name'}active{/if}">
|
|
<a style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)})"
|
|
href="/{$SiteModel['site_rank_path']}/{$strType}-----------{$vo.vy_name}.html" class="text-muted">{$vo.vy_name}</a>
|
|
</li>
|
|
{/volist}
|
|
|
|
</ul>
|
|
<ul class="stui-screen__list type-slide bottom-line-dot clearfix">
|
|
<li><span class="text-muted">按语言</span></li>
|
|
<li class="{if condition='$strYuyan == ""'}active{/if}">
|
|
<a style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)});"
|
|
href="/{$SiteModel['site_rank_path']}/{$strType}-----------.html">全部</a></li>
|
|
{volist name='VideoYuyanModel' id='vo' key='index'}
|
|
<li class="{if condition='$strYuyan == $vo.vla_name'}active{/if}">
|
|
<a style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)})"
|
|
href="/{$SiteModel['site_rank_path']}/{$strType}------------{$vo.vla_name}.html" class="text-muted">{$vo.vla_name}</a>
|
|
</li>
|
|
{/volist}
|
|
</ul>
|
|
</div>
|
|
{$strGanRaoMa|raw}
|
|
</div>
|
|
</div>
|
|
<div class="stui-pannel stui-pannel-bg clearfix">
|
|
<div class="stui-pannel-box">
|
|
<div class="stui-pannel_hd">
|
|
<div class="stui-pannel__head active bottom-line clearfix">
|
|
<ul class="nav nav-head">
|
|
<li class="{if condition='$strSort == "" || $strSort == "time"'}active{/if}">
|
|
<a style="color: rgb(172, 73, 70);"
|
|
href="/{$SiteModel['site_rank_path']}/{$strType}--time---------.html">按时间</a></li>
|
|
<li class="{if condition='$strSort == "hits"'}active{/if}"><a style="color: rgb(123, 246, 73);" href="/{$SiteModel['site_rank_path']}/{$strType}--hits---------.html">按人气</a>
|
|
</li>
|
|
{$strGanRaoMa|raw}
|
|
<li class="{if condition='$strSort == "score"'}active{/if}"><a style="color: rgb(81, 226, 180);" href="/{$SiteModel['site_rank_path']}/{$strType}--score---------.html">按评分</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="stui-pannel_bd">
|
|
<ul class="stui-vodlist clearfix">
|
|
{volist name='FenYeData' id='vo' key='index'}
|
|
{include file="public/video-list-shu" /}
|
|
{/volist}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- 分页 -->
|
|
{$paginationHtml|raw}
|
|
</div>
|
|
<div class="col-lg-wide-25 col-xs-1 stui-pannel-side hidden-sm hidden-xs padding-0">
|
|
<div class="stui-pannel stui-pannel-bg clearfix">
|
|
<div class="stui-pannel-box">
|
|
<div class="stui-pannel_hd">
|
|
<div class="stui-pannel__head active bottom-line clearfix">
|
|
<h3 class="title"><img src="/statics/icon/icon_12.png">电影周榜单</h3>
|
|
</div>
|
|
</div>
|
|
<div class="stui-pannel_bd">
|
|
<ul class="stui-vodlist__text col-pd clearfix">
|
|
{volist name='RankVideoModel' id='vo' key='index'}
|
|
{include file="public/video-list-phb" /}
|
|
{/volist}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="stui-pannel stui-pannel-bg clearfix">
|
|
<div class="stui-pannel-box">
|
|
<div class="stui-pannel_hd">
|
|
<div class="stui-pannel__head active bottom-line clearfix">
|
|
<h3 class="title"><img src="/statics/icon/icon_12.png">电影月榜单</h3>
|
|
</div>
|
|
</div>
|
|
<div class="stui-pannel_bd">
|
|
<ul class="stui-vodlist__text col-pd clearfix">
|
|
{volist name='PinFenDianying' id='vo' key='index'}
|
|
{include file="public/video-list-phb" /}
|
|
{/volist}
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{$strGanRaoMa|raw}
|
|
</div>
|
|
</div>
|
|
{/block}
|
|
{block name="customize"}
|
|
|
|
{/block} |