Files
2026-04-11 16:33:53 +08:00

165 lines
7.7 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<html lang="zh-CN">
<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="{$TpStyle.favicon}"> -->
<link rel="apple-touch-icon" href="/template/videonunu/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/videonunu/img/favicon.ico" type="image/svg+xml">
<link rel="preload" href="{site:cfg code='PUBLIC_STATIC_DOMAIN' encode='false'/}/template/videonunu/font/iconfont.css" type="text/css">
<link rel="preload" href="{site:cfg code='PUBLIC_STATIC_DOMAIN' encode='false'/}/template/videonunu/css/stui_block.css" type="text/css">
<link rel="preload" href="{site:cfg code='PUBLIC_STATIC_DOMAIN' encode='false'/}/template/videonunu/css/stui_block_color.css" type="text/css">
<link rel="preload" href="{site:cfg code='PUBLIC_STATIC_DOMAIN' encode='false'/}/template/videonunu/css/stui_default.css" type="text/css">
<link rel="stylesheet" href="{site:cfg code='PUBLIC_STATIC_DOMAIN' encode='false'/}/template/videonunu/font/iconfont.css" type="text/css">
<link rel="stylesheet" href="{site:cfg code='PUBLIC_STATIC_DOMAIN' encode='false'/}/template/videonunu/css/stui_block.css" type="text/css">
<link rel="stylesheet" href="{site:cfg code='PUBLIC_STATIC_DOMAIN' encode='false'/}/template/videonunu/css/stui_block_color.css" type="text/css">
<link rel="stylesheet" href="{site:cfg code='PUBLIC_STATIC_DOMAIN' encode='false'/}/template/videonunu/css/stui_default.css" type="text/css">
<link rel="stylesheet" href="{site:cfg code='PUBLIC_STATIC_DOMAIN' encode='false'/}/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="{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">
<a class="logo" href="/">
{$DomainModel->d_name}
</a>
</h2>
<div class="stui-header__side">
<ul class="stui-header__user">
<li>
<a class="mac_user" href="{$strHistoryUrlTemp}">
记录
</a>
</li>
</ul>
<div class="stui-header__search">
<form id="search" name="search" method="get" action="{$strSearchListUrlTemp}">
<input type="text" id="wd" name="keyword" class="mac_wd form-control mac_input" value=""
placeholder="请输入关键词..." autocomplete="off">
<button class="submit" id="searchbutton" type="submit" name="page"><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 class="{if $val.v_category_en == $Request.route.strParentCategory}active{/if}">
<a href='{$strRankUrlTemp}'>
排行榜
</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<div class="cs-list-a"></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> -->
<script src="https://cdn.staticfile.org/jquery/3.7.1/jquery.min.js"></script>
{block name="footer-js"}{/block}
<script type="text/javascript"
src="{site:cfg code='PUBLIC_STATIC_DOMAIN' encode='false'/}/public/video/common.js?v={site:cfg code='STATIC_FILE_VERSION' encode='false'/}"></script>
<script type="text/javascript"
src="{site:cfg code='PUBLIC_STATIC_DOMAIN' encode='false'/}/public/fu/env.js?v={site:cfg code='STATIC_FILE_VERSION' encode='false'/}"></script>
<script type="text/javascript"
src="{site:cfg code='PUBLIC_STATIC_DOMAIN' encode='false'/}/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>