411 lines
18 KiB
HTML
411 lines
18 KiB
HTML
{extend name="base" /}
|
||
|
||
{block name="get-data"}
|
||
|
||
{video:info v_id="$Request.route.intVId" v_key="arrVideo" /}
|
||
{site:grm page_code="h5_video_info" diff="$arrVideo.v_id" num="120" g_key="arrGrm" /}
|
||
|
||
{/block}
|
||
|
||
{block name="title"}
|
||
{site:replace code="VIDEO@GETVIDEOPLAY@TITLE" diff="$Request.route.intVId" /}
|
||
{/block}
|
||
|
||
{block name="keywords"}
|
||
{site:replace code="VIDEO@GETVIDEOPLAY@KEYWORDS" diff="$Request.route.intVId"}
|
||
{/block}
|
||
|
||
{block name="description"}
|
||
{site:replace code="VIDEO@GETVIDEOPLAY@DESCRIPTION" diff="$Request.route.intVId"}
|
||
{/block}
|
||
|
||
{block name="head"}
|
||
|
||
{// Open Graph 协议(用于Facebook、LinkedIn等)}
|
||
<meta property="og:title" content='{site:replace code="VIDEO@GETVIDEOINFO@TITLE"}'>
|
||
<meta property="og:description" content='{site:replace code="VIDEO@GETVIDEOINFO@DESCRIPTION"}'>
|
||
{switch $arrVideo.v_parent_category_en }
|
||
{case 'dian-ying' }
|
||
<meta property="og:type" content="video.movie" />
|
||
{/case}
|
||
{case 'dian-shi-ju' }
|
||
<meta property="og:type" content="video.episode" />
|
||
{/case}
|
||
{case 'zong-yi' }
|
||
<meta property="og:type" content="video.tv_show" />
|
||
{/case}
|
||
{case 'dong-man' }
|
||
<meta property="og:type" content="video.episode" />
|
||
{/case}
|
||
{case 'duan-ju-da-quan' }
|
||
<meta property="og:type" content="video.episode" />
|
||
{/case}
|
||
{default /}
|
||
<meta property="og:type" content="video.movie" />
|
||
{/switch}
|
||
<meta property="og:url"
|
||
content='https://{$DomainModel->d_domain}{site:vurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en"/}'>
|
||
<meta property="og:image" content="{$arrVideo.v_pic}">
|
||
<meta property="og:site_name" content="{$DomainModel->d_name}">
|
||
<meta property="og:video:type" content="video/m3u8">
|
||
|
||
{// Twitter Card(用于Twitter/X)}
|
||
<meta name="twitter:card" content="player">
|
||
<meta name="twitter:title" content='{site:replace code="VIDEO@GETVIDEOINFO@TITLE"}'>
|
||
<meta name="twitter:description" content='{site:replace code="VIDEO@GETVIDEOINFO@DESCRIPTION"}'>
|
||
<meta name="twitter:image" content="{$arrVideo.v_pic}">
|
||
|
||
{// 结构化数据}
|
||
<script type="application/ld+json">
|
||
{
|
||
"@context": "https://schema.org",
|
||
"@type": "VideoObject",
|
||
"name": "{$arrVideo.v_name}",
|
||
"description": "{$arrVideo.v_description}",
|
||
"thumbnailUrl": "{$arrVideo.v_pic}",
|
||
"uploadDate": "{:date('Y-m-d')}",
|
||
"url": 'https://{$DomainModel->d_domain}{site:vurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en"/}',
|
||
|
||
"inLanguage": [
|
||
{volist name='$arrVideo.v_lang' id='strVideoLang' key='index'}
|
||
"{$strVideoLang}",
|
||
{/volist}
|
||
],
|
||
"contentLocation": [
|
||
{volist name='$arrVideo.v_area' id='strVideoArea' key='index'}
|
||
{
|
||
"@type": "Place",
|
||
"name": "{$strVideoArea}"
|
||
},
|
||
{/volist}
|
||
],
|
||
|
||
"director": [
|
||
{volist name='$arrVideo.v_director' id='strVideoDirector' key='index'}
|
||
{
|
||
"@type": "Person",
|
||
"name": "{$strVideoDirector}"
|
||
}
|
||
{/volist}
|
||
],
|
||
"actor": [
|
||
{volist name='$arrVideo.v_actor' id='strVideoActor' key='index'}
|
||
{
|
||
"@type": "Person",
|
||
"name": "{$strVideoActor}"
|
||
},
|
||
{/volist}
|
||
],
|
||
"aggregateRating": {
|
||
"@type": "AggregateRating",
|
||
"ratingValue": "{$arrVideo.v_score}",
|
||
},
|
||
"publisher": {
|
||
"@type": "Organization",
|
||
"name": "{$DomainModel->d_name}",
|
||
}
|
||
|
||
}
|
||
|
||
</script>
|
||
{/block}
|
||
|
||
{block name="head-css"}
|
||
<link rel="stylesheet" href="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/dplayer/1.24.0/DPlayer.min.css">
|
||
<style type="text/css">
|
||
|
||
</style>
|
||
{/block}
|
||
|
||
|
||
{block name='body-class'}video-play-page{/block}
|
||
|
||
{block name="main"}
|
||
|
||
|
||
<div class="aaf99d lvshicms-container-bg padding-0" style="margin-top:-20px;">
|
||
<div class="bab1b0 container" style="z-index: 0;">
|
||
<h1 class="view-title">
|
||
{site:replace code="VIDEO@GETVIDEOPLAY@H1"}
|
||
</h1>
|
||
<h4 class="view-description">{site:replace code="VIDEO@GETVIDEOPLAY@TEXT"}</h4>
|
||
|
||
<nav class="breadcrumb" aria-label="breadcrumb">
|
||
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
||
<li style="margin-right:10px"><label><i class="baf725 fa fa-map-marker"></i></label></li>
|
||
|
||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||
<a href="/" itemprop="item">
|
||
<span itemprop="name">首页</span>
|
||
</a>
|
||
<meta itemprop="position" content="1" />
|
||
</li>
|
||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||
<a href='{site:vciurl parent_category="$arrVideo.v_parent_category_en" /}' itemprop="item">
|
||
<span itemprop="name">{$arrVideo.v_parent_category}</span>
|
||
</a>
|
||
<meta itemprop="position" content="2" />
|
||
</li>
|
||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||
<a href='{site:vclurl parent_category="$arrVideo.v_parent_category_en" category="$arrVideo.v_parent_category_en" area="all" lang="all" year="all" order="all" page="1"/}'
|
||
itemprop="item">
|
||
<span itemprop="name">{$arrVideo.v_category}</span>
|
||
</a>
|
||
<meta itemprop="position" content="3" />
|
||
</li>
|
||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||
<a href='{site:vurl v_id="$arrVideo.v_id" v_py="$arrVideo.v_name_en"/}'
|
||
itemprop="item">
|
||
<span itemprop="name">{$arrVideo.v_name}</span>
|
||
</a>
|
||
<meta itemprop="position" content="4" />
|
||
</li>
|
||
</ol>
|
||
</nav>
|
||
|
||
<div class="e35b87 player-wrapper clearfix" style="z-index: 999;">
|
||
<div class="e1110d lvshicms-player__item clearfix" style="background-color: #27272f;">
|
||
<div class="a7ffc5 relative clearfix" id="player-left">
|
||
|
||
<div class="ef235b lvshicms-player__box player-fixed">
|
||
<div class="a705ec tips close-box" style="background-color: #181515;">
|
||
<a
|
||
class="e221a5 tips-close-btn pull-right" href="javascript:;">
|
||
<i class="ae97e1 fa fa-close"></i>
|
||
</a>
|
||
<ul>
|
||
<li>正在播放:{$arrVideo.v_name}-第{$Request.route.intPlayIndex}集</li>
|
||
</ul>
|
||
</div>
|
||
<div class="dplayer-prent">
|
||
<div id="dplayer" class="dplayer" muted=“muted” style="margin-top: 5px;"></div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<ul class="e46e57 lvshicms-player__operate" style="background-color: #1b1a25;">
|
||
<li> <a href="javascript:;" onclick="window.location.reload()"><i
|
||
class="a330ca fa fa-spinner"></i> 刷新</a>
|
||
</li>
|
||
<li>
|
||
<a class="f4aa4c digg_link" data-id="90860" data-mid="1" data-type="up"
|
||
href="javascript:;">
|
||
<i class="ce7b63 fa fa-thumbs-up"></i>
|
||
<span nclass="d712b9 digg_num">{$arrVideo.v_score}</spanclass=>
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a class="c8cbc0 digg_link" data-id="90860" data-mid="1" data-type="down"
|
||
href="javascript:;">
|
||
<i class="d7a73d fa fa-thumbs-down"></i>
|
||
<span class="f60cfa digg_num">{$arrVideo.vc_clicks ?? 0}</span>
|
||
</a>
|
||
</li>
|
||
|
||
<!-- <li class="b269de playshare dropdown-hover"> <a href="javascript:;"><i
|
||
class="a5a6c4 fa fa-share font14"></i> 分享</a>
|
||
<div class="be59cf dropdown-box bottom fadeInDown clearfix">
|
||
<div class="ed9be4 item text-center" style="width: 260px;">
|
||
<div class="ad10df col-pd">
|
||
<p>复制下方内容粘贴给好友</p>
|
||
<p><textarea class="fe45d5 form-control content"
|
||
rows="4">我正在观看毕打职场笑传第01集,地址:https://www.dingzhu.net/product/90860-1-1.html</textarea>
|
||
</p>
|
||
<a class="ec0315 btn btn-xs btn-primary lvshicms-copy-html"
|
||
href="javascript:;">复制到剪贴板</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</li> -->
|
||
|
||
<!-- <li><a class="bbdb18 disabled" href=""><i class="b1d47a fa fa-caret-up"></i> 上集</a></li>
|
||
<li><a href="/product/90860-1-2.html"><i class="f38fad fa fa-caret-down"></i> 下集</a></li> -->
|
||
</ul>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="f49486 container">
|
||
<div class="f41398 row">
|
||
<div class="f30a1c col-xs-1">
|
||
<div class="ae33f8 lvshicms-player__data hidden-sm hidden-xs clearfix">
|
||
<div class="d368e1 col-pd">
|
||
<h3> {$arrVideo.v_name} <small class="e85030 text-muted">第{$Request.route.intPlayIndex}集</small> </h3>
|
||
<p class="e82edf text-muted margin-0"> {$arrVideo.v_publish_date}更新 / <span class="c8b71b text-red">{$arrVideo.v_score}分</span> /
|
||
{$arrVideo.v_parent_category} /
|
||
{volist name='$arrVideo.v_area' id='vo' key='index'}
|
||
<a href='{site:vsurl key="$vo" p="1"/}'>{$vo}</a>
|
||
|
||
{/volist}
|
||
/
|
||
{$arrVideo.v_year} </p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="b949ce container">
|
||
<div class="d4cf89 row">
|
||
<div class="f608c5 col-xs-1 col-md-wide-75">
|
||
{foreach $arrVideo.v_play_url as $strPlayGroupName=>$arrPlayUrlType }
|
||
<div class="cfd65a lvshicms-panel lvshicms-panel-bg clearfix">
|
||
<div class="b3a7e3 lvshicms-panel-box clearfix">
|
||
<div class="e8c33d lvshicms-panel_hd">
|
||
<div class="f238a4 lvshicms-panel__head bottom-line active clearfix">
|
||
|
||
<h3 class="d82c55 title"> {$strPlayGroupName} </h3>
|
||
<span class="ace011 more text-muted"></span>
|
||
</div>
|
||
</div>
|
||
<div class="af83ff lvshicms-panel_bd clearfix">
|
||
<ul class="ec7fc4 lvshicms-content__list sort-list clearfix">
|
||
{volist name='$arrPlayUrlType' id='arrPlayUrl'}
|
||
<li class="fe7195 col-lg-6 col-md-5 col-sm-4 col-xs-3">
|
||
<a class="bd8e2d btn btn-default"
|
||
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="fbb509 lvshicms-panel lvshicms-panel-bg clearfix">
|
||
<div class="de59fa lvshicms-panel-box clearfix">
|
||
<div class="c42a28 lvshicms-panel_hd">
|
||
<div class="bb7fba lvshicms-panel__head clearfix">
|
||
<h3 class="f3d3f6 title">剧情介绍</h3>
|
||
</div>
|
||
</div>
|
||
<div class="f42eb6 lvshicms-panel_bd">
|
||
<ul class="fee9ad lvshicms-vod-content col-pd clearfix">
|
||
<li class="ba9e50 col-pd">
|
||
<div class="d154e9 shrink-box shrinked">
|
||
<div class="acf872 shrink-text">
|
||
{$arrVideo.v_description|raw}</div>
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="cf2f0c lvshicms-panel lvshicms-panel-bg clearfix">
|
||
<div class="c47e1e lvshicms-panel-box clearfix">
|
||
<div class="e83124 lvshicms-panel_hd">
|
||
<div class="afb3ca lvshicms-panel__head bottom-line active clearfix">
|
||
<h3 class="d3b7c4 title">同类型</h3>
|
||
</div>
|
||
</div>
|
||
<div class="d5b99f lvshicms-panel_bd">
|
||
<ul class="bc7e71 lvshicms-vodlist__bd clearfix">
|
||
{video:list count="12"
|
||
v_category_en="$arrVideo.v_category_en"
|
||
v_lang_en="all"
|
||
v_area_en="all"
|
||
v_year="all"
|
||
sort_type="news"
|
||
d_key="d_key" d_val="Video" cache_life="86400"}
|
||
|
||
{include file="public/video-list-shu" start="0" col-lg="4"/}
|
||
{/video:list}
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="d6bc14 lvshicms-panel lvshicms-panel-bg clearfix">
|
||
<div class="e81862 lvshicms-panel-box clearfix">
|
||
<div class="fcdb67 lvshicms-panel_hd">
|
||
<div class="b6114e lvshicms-panel__head bottom-line active clearfix">
|
||
<h3 class="ae5ab2 title">猜你喜欢</h3>
|
||
<span class="fdf3d7 text-muted more pull-right"><a rel="nofollow" href="/case/tv.html">更多 <i
|
||
class="f36af8 fa fa-angle-right"></i></a></span>
|
||
</div>
|
||
</div>
|
||
<div class="b29ef1 lvshicms-panel_bd">
|
||
<ul class="d95dd8 lvshicms-vodlist__bd clearfix">
|
||
{video:list count="12"
|
||
v_category_en="$arrVideo.v_category_en"
|
||
v_lang_en="all"
|
||
v_area_en="all"
|
||
v_year="all"
|
||
sort_type="news"
|
||
d_key="d_key" d_val="Video" cache_life="86400"}
|
||
|
||
{include file="public/video-list-shu" start="0" col-lg="4"/}
|
||
{/video:list}
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="e1d6ee hidden-xs hidden-sm col-md-wide-25">
|
||
<div class="cad2e9 lvshicms-panel lvshicms-panel-bg clearfix">
|
||
<div class="c161d4 lvshicms-panel-box clearfix">
|
||
<div class="b068f7 lvshicms-panel_hd">
|
||
<div class="cb5cbd lvshicms-panel__head bottom-line active clearfix">
|
||
<h3 class="b12e07 title">热播{$arrVideo.v_parent_category}</h3>
|
||
</div>
|
||
</div>
|
||
<div class="cf4a36 lvshicms-panel_bd clearfix">
|
||
<ul class="f9a6ab lvshicms-vodlist__text col-pd clearfix">
|
||
{video:ranklist count="18"
|
||
v_parent_category_en="$arrVideo.v_parent_category_en"
|
||
sort_type="weekly"
|
||
d_key="key" d_val="Video" cache_life="86400"}
|
||
{include file="public/video-list-phb" start="25"/}
|
||
{/video:ranklist}
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<script>
|
||
const strVideoId = `{$arrVideo.v_id}`;
|
||
const arrVideo = {
|
||
'v_id': `{$arrVideo['v_id']}`,
|
||
'v_name_en': `{$arrVideo['v_name_en']}`,
|
||
'v_pic': `{$arrVideo['v_pic']}`,
|
||
'v_name': `{$arrVideo['v_name']}`,
|
||
'v_description': `{$arrVideo['v_description']}`,
|
||
'v_publish_date': `{$arrVideo['v_publish_date']}`,
|
||
'v_remarks': `{$arrVideo['v_remarks']}`,
|
||
'v_category': `{$arrVideo['v_category']}`,
|
||
|
||
};
|
||
var intPlayUrlIndex = '{$Request.route.intPlayIndex}'
|
||
var strPlayType = '{$Request.route.strPlayType}'
|
||
var intJumpTimeFirst = 1;
|
||
var intJumpTimeTwoStart = 1;
|
||
var intJumpTimeTwoEnd = 1;
|
||
var arrPlayUrl = {$arrVideo.v_play_url | json_encode | raw};
|
||
var strPlayUrl = ""
|
||
</script>
|
||
{/block}
|
||
|
||
{block name="customize"}
|
||
|
||
{/block}
|
||
|
||
|
||
{block name="footer-js"}
|
||
|
||
<script type="text/javascript"
|
||
src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/hls.js/1.1.5-0.canary.8257/hls.min.js" defer></script>
|
||
<script type="text/javascript" src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/dplayer/1.26.0/DPlayer.min.js"
|
||
defer></script>
|
||
|
||
|
||
{/block} |