141 lines
5.1 KiB
HTML
141 lines
5.1 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="/favicon.ico" type="image/x-icon">
|
|
<link href="/template/videofengniao/css/app2.css" rel="stylesheet">
|
|
<link rel="stylesheet" type="text/css"
|
|
href='/template/videofengniao/static_ban/base_common.css?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'>
|
|
<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>
|
|
|
|
|
|
<body class="{block name='body-class'}{/block}" id="{block name='body-id'}{/block}">
|
|
|
|
<div class="gm-head">
|
|
<div class="wrap">
|
|
<a class="logo cn" href="/" title="{$DomainModel->d_name}">
|
|
{$DomainModel->d_name}
|
|
</a>
|
|
<div class="nav">
|
|
<ul>
|
|
<li><a class="on" href="/"><i></i><span>首页</span></a></li>
|
|
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
|
<li>
|
|
<a href='{site:vciurl parent_category="$val.v_category_en" /}'>
|
|
<i class="t1"></i>
|
|
<span> {$val.v_category}</span>
|
|
</a>
|
|
</li>
|
|
{/video:categorytype}
|
|
<li>
|
|
<a href="{$strRankUrlTemp}">
|
|
<img src="/template/videolaoniu/images/icon/bd.png" class="b7693d index-icon">
|
|
<span class="eb9286 sTit">排行榜</span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="search">
|
|
<form id="search" name="search" method="get" action="{$strSearchListUrlTemp}">
|
|
<input name="keyword" type="text" class="mac_wd form-control" placeholder="输入影片名称" value="">
|
|
<button type="submit"></button>
|
|
</form>
|
|
</div>
|
|
<div id="btn-nav" class="btn-nav"></div>
|
|
<div id="btn-search" class="btn-search"></div>
|
|
</div>
|
|
</div>
|
|
<div id="pop-search" class="mi-pop-search">
|
|
<div class="wrap">
|
|
<form id="search" name="search" method="get" action="{$strSearchListUrlTemp}">
|
|
<input name="keyword" type="text" class="mac_wd form-control" placeholder="输入影片名称" value="">
|
|
<button type="submit"></button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div id="pop-nav" class="mi-pop-nav">
|
|
<ul>
|
|
<li><a class="on" href="/"><i></i><span>首页</span></a></li>
|
|
{video:categorytype category_type="ONE" d_key="key" d_val="val"}
|
|
<li>
|
|
<a href='{site:vciurl parent_category="$val.v_category_en" /}'>
|
|
<i class="t1"></i>
|
|
<span> {$val.v_category}</span>
|
|
</a>
|
|
</li>
|
|
{/video:categorytype}
|
|
<li>
|
|
<a href="{$strRankUrlTemp}">
|
|
<img src="/template/videolaoniu/images/icon/bd.png" class="b7693d index-icon">
|
|
<span class="eb9286 sTit">排行榜</span>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</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> |