debug
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
{block name="get-data"}
|
||||
|
||||
{if $Request.route.intVideoId}
|
||||
{video:info v_id="$Request.route.intVideoId" n_key="arrVideo" n_forge_id="$Request.route.intForgeId" /}
|
||||
{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}
|
||||
@@ -12,27 +12,27 @@
|
||||
{/block}
|
||||
|
||||
{block name="title"}
|
||||
{if $DomainModel->info_id == $Request.route.intVideoId || empty($Request.route.intVideoId)}
|
||||
{if $DomainModel->info_id == $Request.route.intVId || empty($Request.route.intVId)}
|
||||
{site:replace code="INDEX@INDEX@TITLE"}
|
||||
{else}
|
||||
{site:replace code="NOVEL@GETNOVELINFO@TITLE" diff="$Request.route.intVideoId" /}
|
||||
{site:replace code="VIDEO@GETVIDEOINFO@TITLE" diff="$Request.route.intVId" /}
|
||||
{/if}
|
||||
{/block}
|
||||
|
||||
|
||||
{block name="keywords"}
|
||||
{if $DomainModel->info_id == $Request.route.intVideoId || empty($Request.route.intVideoId)}
|
||||
{if $DomainModel->info_id == $Request.route.intVId || empty($Request.route.intVId)}
|
||||
{site:replace code="INDEX@INDEX@KEYWORDS"}
|
||||
{else}
|
||||
{site:replace code="NOVEL@GETNOVELINFO@KEYWORDS" diff="$Request.route.intVideoId"}
|
||||
{site:replace code="VIDEO@GETVIDEOINFO@KEYWORDS" diff="$Request.route.intVId"}
|
||||
{/if}
|
||||
{/block}
|
||||
|
||||
{block name="description"}
|
||||
{if $DomainModel->info_id == $Request.route.intVideoId || empty($Request.route.intVideoId)}
|
||||
{if $DomainModel->info_id == $Request.route.intVId || empty($Request.route.intVId)}
|
||||
{site:replace code="INDEX@INDEX@DESCRIPTION"}
|
||||
{else}
|
||||
{site:replace code="NOVEL@GETNOVELINFO@DESCRIPTION" diff="$Request.route.intVideoId"}
|
||||
{site:replace code="VIDEO@GETVIDEOINFO@DESCRIPTION" diff="$Request.route.intVId"}
|
||||
{/if}
|
||||
{/block}
|
||||
|
||||
@@ -74,33 +74,33 @@
|
||||
</h1>
|
||||
<p class="data">
|
||||
<span class="text-muted">类型:</span>
|
||||
<a style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)});"
|
||||
href="//----{$arrVideo.v_category}---------.html" target="_blank">{$arrVideo.v_category}</a>
|
||||
<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="//--{$arrVideo.v_area}-----------.html" target="_blank">{$arrVideo.v_area}</a>
|
||||
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="//-------------{$arrVideo.v_year}.html"
|
||||
target="_blank">{$arrVideo.v_year}</a>
|
||||
<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 style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)});"
|
||||
href="//-{$vo}------------.html" target="_blank">{$vo}</a>
|
||||
<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 style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)});"
|
||||
href="//-----{$vo}--------.html" target="_blank">{$vo}</a>
|
||||
<a
|
||||
href='{site:vsurl key="$vo" p="1"/}' >{$vo}</a>
|
||||
|
||||
{/volist}
|
||||
</p>
|
||||
@@ -110,7 +110,7 @@
|
||||
<p class="desc hidden-xs">
|
||||
<span class="left text-muted">简介:</span>
|
||||
{$arrVideo.v_description|raw}
|
||||
<a style="color: rgb(175, 252, 178)" href="#desc">
|
||||
<a >
|
||||
详情
|
||||
<i class="icon iconfont icon-moreunfold"></i>
|
||||
</a>
|
||||
@@ -127,15 +127,17 @@
|
||||
class="bds_youdao" data-cmd="youdao" title="分享到有道云笔记"></a><a class="bds_more"
|
||||
data-cmd="more" title="更多"></a>
|
||||
</div>
|
||||
<a style="color: rgb(185, 152, 222)" class="btn btn-primary"
|
||||
href="//{strInfoId}-1-1.html">立即播放</a>
|
||||
<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 $key=>$arrPlayUrlType }
|
||||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||||
|
||||
<div class="stui-pannel stui-pannel-bg clearfix">
|
||||
<div class="stui-pannel-box b playlist mb">
|
||||
@@ -143,15 +145,15 @@
|
||||
<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" />{$key}
|
||||
<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' key='index'}
|
||||
{volist name='$arrPlayUrlType' id='arrPlayUrl'}
|
||||
<li>
|
||||
<a href="//{$arrPlayUrl.name}-1-1.html">{$arrPlayUrl.name}</a>
|
||||
<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>
|
||||
@@ -174,7 +176,7 @@
|
||||
<h3>{$arrVideo.v_name}</h3>
|
||||
<p class="col-pd">
|
||||
{$arrVideo.v_description}
|
||||
<a href="//.html">{$arrVideo.v_name}</a>
|
||||
<a href='{site:vurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en"/}'>{$arrVideo.v_name}</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -197,8 +199,8 @@
|
||||
<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 style="color: rgb({:mt_rand(0,255)}, {:mt_rand(0,255)}, {:mt_rand(0,255)})" class="top-line-dot text-overflow"
|
||||
href="/{$Video.v_name_en}.html"
|
||||
<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user