Files
SEONexus/code/app/home/view/videoDadi/base.html
make 19d3290e69 1.修复广告分组,友情链接不展示
2.增加 9个友情链接模板到 替换模板分组里面
2025-08-25 18:51:53 +08:00

165 lines
6.2 KiB
HTML

<html lang="zh">
<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/videodadi/img/favicon.ico" type="image/x-icon">
<link href="/public/layer/need/layer.css" rel="stylesheet">
<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>