229 lines
10 KiB
HTML
229 lines
10 KiB
HTML
<html lang="zh-CN">
|
|
|
|
<head>
|
|
{block name="get-data"}{/block}
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
|
|
<meta name="robots" content="index, follow">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
<title>{block name="title"}{/block}</title>
|
|
<meta name="keywords" content='{block name="keywords"}{/block}'>
|
|
<meta name="description" content='{block name="description"}{/block}'>
|
|
|
|
<link rel="shortcut icon" href="/template/videodingzhu/images/favicon.ico" type="image/x-icon">
|
|
<link rel="stylesheet" href="/template/videodingzhu/css/plugins.css" type="text/css">
|
|
<link rel="stylesheet" href="/template/videodingzhu/css/global.css" type="text/css">
|
|
<link rel="stylesheet" href="/template/videodingzhu/css/style.css" type="text/css">
|
|
<link rel="stylesheet" href="/public/fu/fu.css" type="text/css">
|
|
|
|
{block name="head"}{/block}
|
|
{block name="head-css"}{/block}
|
|
{block name="head-js"}{/block}
|
|
<script>
|
|
const strPcPath = `{$strPcPath}`;
|
|
</script>
|
|
|
|
<script>
|
|
(function () {
|
|
var bp = document.createElement('script');
|
|
var curProtocol = window.location.protocol.split(':')[0];
|
|
if (curProtocol === 'https') {
|
|
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
|
|
}
|
|
else {
|
|
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
|
|
}
|
|
var s = document.getElementsByTagName("script")[0];
|
|
s.parentNode.insertBefore(bp, s);
|
|
})();
|
|
</script>
|
|
</head>
|
|
|
|
{block name="strPageCode"}
|
|
<?php $strPageCode = 'home'; ?>
|
|
{/block}
|
|
|
|
<body class="f9eb6d active {block name='body-class'}{/block}" id="{block name='body-id'}{/block}">
|
|
<header class="a23db0 lvshicms-header__top" id="header-top">
|
|
<div class="c6f1a2 container">
|
|
<div class="d3071b row">
|
|
<div class="b6bfb3 lvshicms-header__logo">
|
|
<a class="f1c0ad logo" href="/">
|
|
{$DomainModel->d_name}
|
|
</a>
|
|
</div>
|
|
<div
|
|
class="d55436 lvshicms-header__menu hidden-sm hidden-xs swiper-initialized swiper-horizontal swiper-pointer-events swiper-free-mode">
|
|
<ul class="c308d4 swiper-wrapper" id="swiper-wrapper-15acf77edda9621f" aria-live="polite"
|
|
style="transition-duration: 300ms;">
|
|
|
|
{if $DomainModel->info_id > 0}
|
|
<li class="{if $strPageCode == 'info'}active{/if} c1afb6 swiper-slide ">
|
|
<a href="/">首页</a>
|
|
</li>
|
|
<li class=' {if $strPageCode == "home"}active{/if} '>
|
|
<a href="/vindex">影视首页</a>
|
|
</li>
|
|
{else}
|
|
<li class=' {if $strPageCode == "home"}active{/if} '>
|
|
<a href="/">首页</a>
|
|
</li>
|
|
{/if}
|
|
|
|
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
|
|
|
<li
|
|
class='ac50b3 swiper-slide dropdown-hover {if $val.v_category_en == $Request.route.strParentCategory}active{/if}'>
|
|
<a href='{site:vciurl parent_category="$val.v_category_en" /}'>{$val.v_category}</a>
|
|
|
|
<div class="bed39b dropdown-box bottom fadeInDown clearfix" style="padding-top: 0;">
|
|
<ul class="e7213a item nav-list clearfix" style="width: 190px;">
|
|
|
|
{foreach $val.children as $intChildrenKey=>$arrChildrenCategory }
|
|
<li class="b6abc3 col-md-2 col-sm-2 col-xs-1" style="padding: 6px;"><a
|
|
class="c11c57 btn btn-sm btn-block btn-default"
|
|
href='{site:vclurl parent_category="$Request.route.strParentCategory" category="$arrChildrenCategory.v_category_en" area="all" lang="all" year="all" order="all" page="1"/}'>
|
|
{$arrChildrenCategory.v_category}
|
|
</a>
|
|
</li>
|
|
{/foreach}
|
|
|
|
</ul>
|
|
</div>
|
|
</li>
|
|
{/video:categorytype}
|
|
|
|
<li class="a2d382 swiper-slide "> <a href="{$strRankUrlTemp}">榜单</a> </li>
|
|
|
|
</ul>
|
|
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
|
|
</div>
|
|
<ul class="e4dd97 lvshicms-header__user">
|
|
<li class="f7ad8a hist slide-search-toggle hidden-xs hidden-sm">
|
|
<form action="{$strSearchListUrlTemp}">
|
|
<input class="d1f534 mobile-search-input" name="keyword" placeholder="搜索免费高清电影或主演">
|
|
<button class="d3b134 mobile-search-button" type="submit"><i
|
|
class="b2a8c7 fa fa-search"></i></button>
|
|
</form>
|
|
</li>
|
|
|
|
<li class="f37351 hist dropdown-hover">
|
|
<a href="{$strHistoryUrlTemp}" title="播放记录">
|
|
<i class="afd2b2 fa fa-clock-o"></i>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<div class="d9ad47 mobile-search hidden-md hidden-lg">
|
|
<form action="{$strSearchListUrlTemp}">
|
|
<input class="d1f534 mobile-search-input" name="keyword" placeholder="搜索免费高清电影或主演">
|
|
<button class="d3b134 mobile-search-button" type="submit"><i
|
|
class="b2a8c7 fa fa-search"></i></button>
|
|
</form>
|
|
</div>
|
|
<div
|
|
class="ab3059 nav-box hidden-md hidden-lg swiper-initialized swiper-horizontal swiper-pointer-events swiper-free-mode swiper-backface-hidden">
|
|
<ul class="f34760 swiper-wrapper" id="swiper-wrapper-cc8105579edaa1a3" aria-live="polite">
|
|
<li class="a4f250 nav-item swiper-slide {if $Request.route.strParentCategory == ''}active swiper-slide-active{/if}"
|
|
role="group" aria-label="1 / 8">
|
|
<a href="/">
|
|
<i class="bd0907 nav-item-icon home"></i>
|
|
<span class="b08159 nav-item-text">首页</span>
|
|
</a>
|
|
</li>
|
|
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
|
<li class='e544e2 nav-item swiper-slide swiper-slide-next {if $val.v_category_en == $Request.route.strParentCategory}active swiper-slide-active{/if}'
|
|
role="group" aria-label="2 / 8">
|
|
<a href='{site:vciurl parent_category="$val.v_category_en" /}'>
|
|
<i class="afd4ea nav-item-icon dy"></i>
|
|
<span class="d8f67b nav-item-text">{$val.v_category}</span>
|
|
</a>
|
|
</li>
|
|
{/video:categorytype}
|
|
|
|
<li class="d0f97c nav-item swiper-slide" role="group" aria-label="7 / 8">
|
|
<a href="{$strRankUrlTemp}">
|
|
<i class="c739f9 nav-item-icon bd"></i>
|
|
<span class="e34e2d nav-item-text">热播</span>
|
|
</a>
|
|
</li>
|
|
|
|
</ul>
|
|
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="f075db lvshicms-header__top_bg hidden-sm hidden-xs"></div>
|
|
</header>
|
|
|
|
<div class="d61dbe slide-search">
|
|
<header class="a8408b slide-search-header">
|
|
<a class="b4a13d slide-search-close" href="javascript:;">
|
|
<i class="f8d4d2 fa fa-chevron-left"></i>
|
|
</a>
|
|
搜索
|
|
</header>
|
|
|
|
<div class="da8a21 slide-search-body">
|
|
<form class="a40443 slide-search-form" method="get" action="{$strSearchListUrlTemp}">
|
|
<input type="text" name="keyword" class="d05fc1 slide-search-input" value="" placeholder="搜索免费高清电影或主演"
|
|
autocomplete="off">
|
|
<button type="submit" class="b6ce5d slide-search-submit"><i class="b004bd fa fa-search"></i></button>
|
|
</form>
|
|
|
|
<ul class="ab08b9 slide-search-list">
|
|
<li class="bfcc70 slide-search-title">热门搜索</li>
|
|
{video:list count="6"
|
|
sort_type="news"
|
|
d_key="key" d_val="Video"
|
|
cache_life="3600"}
|
|
|
|
<li class="cbc4a0 slide-search-item">
|
|
<a href='{site:vsurl key="$Video.v_name" p="1"/}'>
|
|
<em class="f1a98e slide-search-icon">NO</em>
|
|
<em class="bd65b9 slide-search-num slide-search-num1">{$key}</em>
|
|
<span class="ddcfc6 slide-search-name">{$Video.v_name}</span>
|
|
</a>
|
|
</li>
|
|
|
|
{/video:list}
|
|
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="e2b25c slide-search-bg"></div>
|
|
|
|
{block name="main"}
|
|
{/block}
|
|
|
|
|
|
{include file="public/footer" /}
|
|
|
|
{block name="customize"}{/block}
|
|
|
|
<script>
|
|
const strPushApi = `{site:cfg code="PUSH_API_DOMAIN" encode="false"/}`;
|
|
const strTemplate = `{$TemplatesModel->t_code}`;
|
|
</script>
|
|
<script src="/public/jquery/jquery-3.7.1.min.js" type="module" charset="utf-8"></script>
|
|
|
|
{block name="footer-js"}{/block}
|
|
|
|
<script type="text/javascript"
|
|
src='/public/video/common.js?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'></script>
|
|
<script type="text/javascript"
|
|
src='/public/fu/fu.js?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'></script>
|
|
{// 全局统计 }
|
|
{site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/}
|
|
|
|
{// 站点统计 }
|
|
{$DomainModel->d_statis|raw}
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html> |