Files
SEONexus/code/app/home/view/shikong/baseH5.html
2025-07-06 23:30:12 +08:00

142 lines
5.4 KiB
HTML

<!DOCTYPE html>
<html lang="zh">
<head>
{block name="get-data"}{/block}
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="theme-color" content="#000">
<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/shikong/img/favicon.ico" type="image/x-icon">
<!-- <base target="_blank"> -->
<link rel="stylesheet" type="text/css" href="/template/shikong/css/bootstrap.px.min.css">
<link rel="stylesheet" type="text/css" href="/template/shikong/css/bootstrap-icons.css">
<link href="/template/shikong/huiyuan/js/plugin/layer/need/layer.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/template/shikong/css/atom.css">
<link rel="stylesheet" type="text/css" href="/template/shikong/css/bstyle-v5.pp.css">
<link rel="stylesheet" type="text/css" href="/template/shikong/css/mobile.css">
<link rel="stylesheet" type="text/css" href='/template/shikong/css/style.css?version={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'>
<link rel="stylesheet" type="text/css" href='/template/shikong/css/sbm.css?version={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'>
<link rel="stylesheet" type="text/css" href='/template/shikong/css/pretty.css?version={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'>
<link rel="stylesheet" type="text/css" href='/template/shikong/css/index-247463.css?version={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'>
{block name="head-css"}{/block}
<script type="text/javascript" src="/template/shikong/js/jquery-2.2.4.min.js"></script>
<script type="text/javascript" src="/template/shikong/js/lozad.min.js"></script>
<script src="/template/shikong/vendor/layer/layer.js" type="module" charset="utf-8"></script>
<script type="text/javascript" src='/template/shikong/js/index.js'></script>
{block name="head-js"}{/block}
{block name="head"}{/block}
<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 style="font-size: 14px;" class='{block name="body-class"}{/block}' >
<div class="v-s-nav-box-h">
<div class="s-main-box">
<div class="s-logo">
{block name="logo-html"}
{/block}
</div>
<div class="v-s-nav-search-box3">
<a href="/searchhome/0.html">
<div class="s-search">
<i class="s-icon-search"></i>
<span class="s-tips">点击搜索</span>
</div>
</a>
</div>
</div>
<script>
$(function(){
let pageId = "#{block name='nav-active-class'}{/block}" +"-page"
$(pageId).addClass("nav-menu-selected")
})
</script>
<div class="v-s-ul-time-vs_442378ea5a0a0b9d99bed43dc146baa0">
{if $DomainModel->info_id > 0}
<a href="/">
<div class="v-s-li-nav-link-vs_442378ea5a0a0b9d99bed43dc146baa0 " id="novelindex-page">首页</div>
</a>
<a href="/nindex">
<div class="v-s-li-nav-link-vs_442378ea5a0a0b9d99bed43dc146baa0 " id="home-page">小说首页</div>
</a>
{else}
<a href="/">
<div class="v-s-li-nav-link-vs_442378ea5a0a0b9d99bed43dc146baa0 " id="home-page">首页</div>
</a>
{/if}
{novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
<a href='{site:nflurl category="$strCategoryPinyin" status="all" order="all" page="1"/}'>
<div class="v-s-li-nav-link-vs_442378ea5a0a0b9d99bed43dc146baa0 " id="novel{$strCategoryPinyin}-page">{$strCategoryName}</div>
</a>
{/novel:category}
</div>
<div class="v-s-ul-category-tag">
{block name="subcategory"}
{/block}
</div>
</div>
<div class="content-box">
<div class="item-box" style="margin-top:0;">
<div class="main-box">
</div>
</div>
</div>
{block name="main"}
{/block}
<script>
const strPushApi = `{site:cfg code="PUSH_API_DOMAIN" encode="false"/}`;
</script>
{include file="public/footer" /}
{block name="customize"}
{/block}
<!-- 全局统计 -->
{site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/}
<!-- 站点统计 -->
{$DomainModel->d_statis|raw}
</body>
</html>