257 lines
13 KiB
HTML
257 lines
13 KiB
HTML
{extend name="base" /}
|
||
|
||
{block name="get-data"}
|
||
|
||
{if $Request.route.intVId}
|
||
{video:info v_id="$Request.route.intVId" n_key="arrVideo" n_forge_id="$Request.route.intForgeId" /}
|
||
{else}
|
||
{video:info v_id="$DomainModel->info_id" n_key="arrVideo" n_forge_id="0" /}
|
||
{/if}
|
||
{site:grm page_code="h5_video_info" diff="$arrVideo.v_id" num="120" g_key="arrGrm" /}
|
||
|
||
{/block}
|
||
|
||
{block name="title"}
|
||
{if $DomainModel->info_id == $Request.route.intVId || empty($Request.route.intVId)}
|
||
{site:replace code="INDEX@INDEX@TITLE"}
|
||
{else}
|
||
{site:replace code="VIDEO@GETVIDEOINFO@TITLE" diff="$Request.route.intVId" /}
|
||
{/if}
|
||
{/block}
|
||
|
||
|
||
{block name="keywords"}
|
||
{if $DomainModel->info_id == $Request.route.intVId || empty($Request.route.intVId)}
|
||
{site:replace code="INDEX@INDEX@KEYWORDS"}
|
||
{else}
|
||
{site:replace code="VIDEO@GETVIDEOINFO@KEYWORDS" diff="$Request.route.intVId"}
|
||
{/if}
|
||
{/block}
|
||
|
||
{block name="description"}
|
||
{if $DomainModel->info_id == $Request.route.intVId || empty($Request.route.intVId)}
|
||
{site:replace code="INDEX@INDEX@DESCRIPTION"}
|
||
{else}
|
||
{site:replace code="VIDEO@GETVIDEOINFO@DESCRIPTION" diff="$Request.route.intVId"}
|
||
{/if}
|
||
{/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="col-pd clearfix">
|
||
<span class="text-muted">
|
||
当前位置
|
||
<i class="icon iconfont icon-more"></i>
|
||
</span>
|
||
<a style="color: rgb(178, 251, 104)" href="/">首页</a>
|
||
<i class="icon iconfont icon-more"></i>
|
||
<a style="color: rgb(226, 55, 35)" href="">{$arrVideo.v_category}</a>
|
||
<i class="icon iconfont icon-more"></i>
|
||
<span class="text-muted">{$arrVideo.v_name}</span>
|
||
</div>
|
||
<div class="col-pd clearfix">
|
||
<div class="stui-content__thumb">
|
||
<a style="color: rgb(213, 234, 5)" class="stui-vodlist__thumb picture v-thumb"
|
||
href="//{$arrVideo.v_name_en}-1-1.html" title="{$arrVideo.v_name}">
|
||
<img class="lazyload"
|
||
src="{$arrVideo.v_pic}"
|
||
data-original="{$arrVideo.v_pic}"
|
||
/>
|
||
<span class="play active hidden-xs"></span>
|
||
<span class="pic-text text-right">{$arrVideo.v_remarks}</span>
|
||
</a>
|
||
</div>
|
||
|
||
|
||
<div class="stui-content__detail">
|
||
<h1 class="title">
|
||
《{$arrVideo.v_name}》<span class="score text-red">{$arrVideo.v_score}</span>
|
||
</h1>
|
||
<p class="data">
|
||
<span class="text-muted">类型:</span>
|
||
<a
|
||
href='{site:vsurl key="$arrVideo.v_category" p="1"/}' >{$arrVideo.v_category}</a>
|
||
|
||
<span class="split-line"></span>
|
||
<span class="text-muted hidden-xs">地区:</span>
|
||
<a style="color: rgb(240, 3, 132)"
|
||
href='{site:vsurl key="$arrVideo.v_area" p="1"/}' >{$arrVideo.v_area}</a>
|
||
|
||
<span class="split-line"></span>
|
||
<span class="text-muted hidden-xs">年份:</span>
|
||
<a style="color: rgb(102, 158, 132)" href='{site:vclurl class="all" category="all" area="all" lang="all" year="$arrVideo.v_year" order="all" page="1"/}'
|
||
>{$arrVideo.v_year}</a>
|
||
|
||
</p>
|
||
<p class="data">
|
||
<span class="text-muted">主演:</span>
|
||
{volist name='$arrVideo.v_actor' id='vo' key='index'}
|
||
<a
|
||
href='{site:vsurl key="$vo" p="1"/}' >{$vo}</a>
|
||
|
||
{/volist}
|
||
</p>
|
||
<p class="data">
|
||
<span class="text-muted">导演:</span>
|
||
{volist name='$arrVideo.v_director' id='vo' key='index'}
|
||
<a
|
||
href='{site:vsurl key="$vo" p="1"/}' >{$vo}</a>
|
||
|
||
{/volist}
|
||
</p>
|
||
<p class="data hidden-sm">
|
||
<span class="text-muted">更新:</span>{$arrVideo.v_publish_date}
|
||
</p>
|
||
<p class="desc hidden-xs">
|
||
<span class="left text-muted">简介:</span>
|
||
{$arrVideo.v_description|raw}
|
||
<a >
|
||
详情
|
||
<i class="icon iconfont icon-moreunfold"></i>
|
||
</a>
|
||
</p>
|
||
<div class="play-btn clearfix">
|
||
<div class="share bdsharebuttonbox hidden-sm hidden-xs pull-right bdshare-button-style0-24"
|
||
data-bd-bind="1735960416821">
|
||
<span class="bds_shere"></span><a class="bds_qzone" data-cmd="qzone"
|
||
title="分享到QQ空间"></a><a class="bds_tsina" data-cmd="tsina" title="分享到新浪微博"></a><a
|
||
class="bds_weixin" data-cmd="weixin" title="分享到微信"></a><a class="bds_tqq"
|
||
data-cmd="tqq" title="分享到腾讯微博"></a><a class="bds_sqq" data-cmd="sqq"
|
||
title="分享到QQ好友"></a><a class="bds_bdhome" data-cmd="bdhome"
|
||
title="分享到百度新首页"></a><a class="bds_tqf" data-cmd="tqf" title="分享到腾讯朋友"></a><a
|
||
class="bds_youdao" data-cmd="youdao" title="分享到有道云笔记"></a><a class="bds_more"
|
||
data-cmd="more" title="更多"></a>
|
||
</div>
|
||
<a class="btn btn-primary"
|
||
href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="default" play_index="1" /}'>
|
||
立即播放
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||
|
||
<div class="stui-pannel stui-pannel-bg clearfix">
|
||
<div class="stui-pannel-box b playlist mb">
|
||
<div class="stui-pannel_hd">
|
||
<div class="stui-pannel__head bottom-line active clearfix">
|
||
<span class="more text-muted pull-right">无需安装任何插件</span>
|
||
<h3 class="title">
|
||
<img src="/template/videodadi/icon/icon_30.png" />{$strPlayGroupName}
|
||
</h3>
|
||
</div>
|
||
</div>
|
||
<div class="stui-pannel_bd col-pd clearfix">
|
||
<ul class="stui-content__playlist clearfix">
|
||
{volist name='$arrPlayUrlType' id='arrPlayUrl'}
|
||
<li>
|
||
<a href='{site:vpurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en" play_type="$strPlayGroupName" play_index="$i" /}'>{$arrPlayUrl.name}</a>
|
||
</li>
|
||
{/volist}
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
{/foreach}
|
||
|
||
<div class="stui-pannel stui-pannel-bg clearfix" id="desc">
|
||
<div class="stui-pannel-box">
|
||
<div class="stui-pannel_hd">
|
||
<div class="stui-pannel__head active bottom-line clearfix">
|
||
<h3 class="title">
|
||
<img src="/template/videodadi/icon/icon_30.png" />剧情简介
|
||
</h3>
|
||
</div>
|
||
</div>
|
||
<div class="stui-pannel_bd">
|
||
<h3>{$arrVideo.v_name}</h3>
|
||
<p class="col-pd">
|
||
{$arrVideo.v_description}
|
||
<a href='{site:vurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en"/}'>{$arrVideo.v_name}</a>
|
||
</p>
|
||
</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="/template/videodadi/icon/icon_6.png" />猜你喜欢
|
||
</h3>
|
||
</div>
|
||
</div>
|
||
<div class="stui-pannel_bd">
|
||
<ul class="stui-vodlist__bd clearfix">
|
||
{video:list count="12" sort_type="news" d_key="key" d_val="Video" cache_life="86400"}
|
||
{include file="public/video-list-shu" /}
|
||
{/video:list}
|
||
</ul>
|
||
<ul class="stui-vodlist__text col-pd clearfix hidden-xs">
|
||
{video:list count="12" sort_type="news" d_key="key" d_val="Video" cache_life="86400"}
|
||
<li class="col-md-4 col-sm-3 col-xs-1 padding-0">
|
||
<a class="top-line-dot text-overflow"
|
||
href='{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}'
|
||
title="{$Video.v_name}"><span class="text-muted pull-right">{$Video.v_remarks}</span>{$Video.v_name}</a>
|
||
</li>
|
||
|
||
{/video:list}
|
||
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-lg-wide-25 col-xs-1 stui-pannel-side hidden-sm hidden-xs">
|
||
<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="/template/videodadi/icon/icon_12.png" />喜剧片周榜单
|
||
</h3>
|
||
</div>
|
||
</div>
|
||
<div class="stui-pannel_bd">
|
||
<ul class="stui-vodlist__text col-pd clearfix">
|
||
{video:ranklist count="10" sort_type="weekly" d_key="key" d_val="Video" cache_life="86400"}
|
||
{include file="public/video-list-phb" /}
|
||
{/video:ranklist}
|
||
|
||
|
||
</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="/template/videodadi/icon/icon_12.png" />喜剧片月榜单
|
||
</h3>
|
||
</div>
|
||
</div>
|
||
<div class="stui-pannel_bd">
|
||
<ul class="stui-vodlist__text col-pd clearfix">
|
||
{video:ranklist count="10" sort_type="weekly" d_key="key" d_val="Video" cache_life="86400"}
|
||
{include file="public/video-list-phb" /}
|
||
{/video:ranklist}
|
||
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
{/block} {block name="customize"} {/block} |