Files
SEONexus/code/app/home/view/videoLaoNiu/base.html
2025-09-17 13:51:58 +08:00

183 lines
7.7 KiB
HTML
Raw 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="/template/videolaoniu/images/favicon.png">
{// 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/videolaoniu/images/favicon.png" type="image/x-icon">
<link rel="preload" type="text/css" href="/template/videolaoniu/css/global.css">
<link rel="preload" type="text/css" href="/template/videolaoniu/css/style.css">
<link rel="stylesheet" type="text/css" href="/template/videolaoniu/css/swiper-bundle.min.css">
<link rel="stylesheet" type="text/css" href="/template/videolaoniu/css/global.css">
<link rel="stylesheet" type="text/css" href="/template/videolaoniu/css/style.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="{block name='body-class'}{/block}" id="{block name='body-id'}{/block}">
<header class="c4782f header-top top-fixed home vod">
<div class="c5a271 container">
<h2 class="f6e567 header-logo">
<a class="ec3e4d " href="/" title="{$DomainModel->d_name}">
{$DomainModel->d_name}
</a>
</h2>
<div
class="b2f179 header-menu hidden-xs hidden-sm swiper-initialized swiper-horizontal swiper-pointer-events swiper-free-mode">
<ul class="cd86bd swiper-wrapper" id="swiper-wrapper-bcd0b11121af738e" aria-live="polite"
style="transition-duration: 0ms;">
{if $DomainModel->info_id > 0}
<li class="{if $strPageCode == 'info'}active{/if} f823b1 swiper-slide hidden-sm hidden-xs ">
<a href="/">首页</a>
</li>
<li class=' {if $strPageCode == "home"}active{/if} f823b1 swiper-slide hidden-sm hidden-xs'>
<a href="/vindex">影视首页</a>
</li>
{else}
<li class=' {if $strPageCode == "home"}active{/if} f823b1 swiper-slide hidden-sm hidden-xs'>
<a href="/">首页</a>
</li>
{/if}
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
<li
class="ab5512 swiper-slide hidden-xs {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="ab5512 swiper-slide hidden-xs {if $val.v_category_en == $Request.route.strParentCategory}active{/if}">
<a href='{$strRankUrlTemp}'>
排行榜
</a>
</li>
</ul>
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
</div>
<div class="f2d13f header-search">
<form id="formsearch" action="{$strSearchListUrlTemp}">
<input type="search" name="keyword" placeholder="输入影片名或演员" autocomplete="off">
<button type="submit" class="c46a69 search-submit"><i class="ef1c92 iconfont icon-sousuo"></i><span
class="c290af none">搜索</span></button>
</form>
</div>
<div id="user-playlog" class="b7004f user-playlog dropdown-hover mac_history">
<a href="{$strHistoryUrlTemp}">
<i class="abe38c iconfont icon-shijian"></i>
<span class="dd3ef2 none">观看记录</span>
</a>
</div>
</div>
</header>
<div class="f5dea7 header-top-ok color"></div>
<div class="ca3379 index-icon-wrapper hidden-md hidden-lg">
<nav class="eb2619 index-icon-box container">
<a href="/">
<img src="/template/videolaoniu/images/icon/home.png" class="e1eb57 index-icon">
<span class="d1f768 sTit">首页</span>
</a>
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
<a href='{site:vciurl parent_category="$val.v_category_en" /}'>
<img src="/template/videolaoniu/images/icon/{$val.v_category_en}.png" class="b7693d index-icon">
<span class="eb9286 sTit"> {$val.v_category}</span>
</a>
{/video:categorytype}
<a href="{$strRankUrlTemp}">
<img src="/template/videolaoniu/images/icon/bd.png" class="b7693d index-icon">
<span class="eb9286 sTit">排行榜</span>
</a>
</nav>
</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>