186 lines
7.3 KiB
HTML
186 lines
7.3 KiB
HTML
<html lang="zh">
|
||
|
||
<head>
|
||
{block name="get-data"}{/block}
|
||
|
||
<meta charset="UTF-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||
{// 移动端适配 }
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<meta name="applicable-device" content="pc,mobile">
|
||
<meta http-equiv="Cache-Control" content="no-transform">
|
||
<meta http-equiv="Cache-Control" content="no-siteapp">
|
||
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
|
||
{// 移动端 APP 样式,主要是移动端体验,对 SEO 没直接影响 }
|
||
<meta name="format-detection" content="telephone=no,email=no">
|
||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||
<link rel="apple-touch-icon" href="/template/videodadi/img/favicon.ico">
|
||
{// PWA 支持(Chrome/安卓)和 SEO 不是强关联 }
|
||
<meta name="theme-color" content="#000000">
|
||
<meta name="mobile-web-app-capable" content="yes">
|
||
<!-- <link rel="manifest" href="/manifest.json"> -->
|
||
{// 搜索引擎收录控制 }
|
||
<meta name="robots" content="index, follow">
|
||
|
||
<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/videodadi/img/favicon.ico" type="image/x-icon">
|
||
<link href="/public/layer/need/layer.css" rel="stylesheet">
|
||
|
||
{// 提前加载 CSS }
|
||
<link rel="preload" href="/template/videodadi/font/iconfont.css" type="text/css">
|
||
<link rel="preload" href="/template/videodadi/css/stui_block.css" type="text/css">
|
||
<link rel="preload" href="/template/videodadi/css/mytheme-font.css" type="text/css">
|
||
|
||
<link rel="stylesheet" href="/template/videodadi/font/iconfont.css" type="text/css">
|
||
<link rel="stylesheet" href="/template/videodadi/css/stui_block.css" type="text/css">
|
||
<link rel="stylesheet" href="/template/videodadi/css/mytheme-font.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}`;
|
||
const strYouQingLiangJieTemp = `{$strYouQingLiangJieTemp}`;
|
||
</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="{block name='body-class'}{/block}" id="{block name='body-id'}{/block}">
|
||
<header class="stui-header__top clearfix top-fixed headroom--top headroom--not-bottom" id="header-top">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="stui-header_bd clearfix">
|
||
<h2 class="stui-header__logo">
|
||
{if $DomainModel->d_logo_type == 1}
|
||
<a style="color: rgb(146, 198, 165);" class="logo" href="/"></a>
|
||
{else}
|
||
<a class="logo-text" href="/">{$DomainModel->d_name}</a>
|
||
{/if}
|
||
</h2>
|
||
|
||
<div class="stui-header__side">
|
||
<ul class="stui-header__user">
|
||
<li>
|
||
<a style="color: rgb(218, 103, 191);" href="{$strHistoryUrlTemp}">
|
||
<i class="icon iconfont icon-clock"></i>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
<div class="stui-header__search">
|
||
<form id="search" name="search" method="get" action="{$strSearchListUrlTemp}">
|
||
<input type="text" name="keyword" class="mac_wd form-control mac_input" value=""
|
||
placeholder="搜索电影、电视剧或演员名称..." autocomplete="off">
|
||
<button class="submit" id="searchbutton" type="submit">
|
||
<i class="icon iconfont icon-search"></i>
|
||
</button>
|
||
</form>
|
||
</div>
|
||
</div>
|
||
|
||
<ul class="stui-header__menu type-slide">
|
||
|
||
{if $DomainModel->info_id > 0}
|
||
<li class="{if $strPageCode == 'info'}active{/if}">
|
||
<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="{if $val.v_category_en == $Request.route.strParentCategory}active{/if}">
|
||
<a href='{site:vciurl parent_category="$val.v_category_en" /}'>
|
||
{$val.v_category}
|
||
</a>
|
||
</li>
|
||
{/video:categorytype}
|
||
|
||
<li>
|
||
<a href="{$strRankUrlTemp}">总排行榜</a>
|
||
</li>
|
||
|
||
</ul>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</header>
|
||
|
||
|
||
<div class="s-main-box-middle cctv-hf-list-top">
|
||
<div
|
||
class="swiper swiper-top-zxcv swiper-initialized swiper-horizontal swiper-pointer-events swiper-ios swiper-backface-hidden">
|
||
<div class="swiper-wrapper ">
|
||
|
||
|
||
</div>
|
||
<div class="swiper-pagination"></div>
|
||
</div>
|
||
</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/env.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> |