temp4
This commit is contained in:
@@ -251,15 +251,17 @@ cache_life="86400" button_num="3" sort_type="$Request.route.strOrder" func="gene
|
|||||||
<script>
|
<script>
|
||||||
const strNovelId = `{$arrNovel.n_id}`;
|
const strNovelId = `{$arrNovel.n_id}`;
|
||||||
const arrNovel = {
|
const arrNovel = {
|
||||||
'n_id': `{$arrNovel['n_id']}`,
|
'n_id' : `{$arrNovel['n_id']}`,
|
||||||
'n_name_pinyin': `{$arrNovel['n_name_pinyin']}`,
|
'n_name_pinyin' : `{$arrNovel['n_name_pinyin']}`,
|
||||||
'n_cover_path': `{$arrNovel['n_cover_path']}`,
|
'n_cover_path' : `{$arrNovel['n_cover_path']}`,
|
||||||
'n_name': `{$arrNovel['n_name']}`,
|
'n_name' : `{$arrNovel['n_name']}`,
|
||||||
'n_author': `{$arrNovel['n_author']}`,
|
'n_author' : `{$arrNovel['n_author']}`,
|
||||||
'n_status': `{$arrNovel['n_status']}`,
|
'n_status' : `{$arrNovel['n_status']}`,
|
||||||
'n_update_time': `{$arrNovel['n_update_time']}`,
|
'n_description' : `{$arrNovel['n_description']}`,
|
||||||
'c_sort_num': 1,
|
'n_latest_chapter_name' : `{$arrNovel['n_latest_chapter_name']}`,
|
||||||
'c_name': `第一章`,
|
'n_update_time' : `{$arrNovel['n_update_time']}`,
|
||||||
|
'c_sort_num' : 1,
|
||||||
|
'c_name' : `第一章`,
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -221,6 +221,23 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
|||||||
{/volist}
|
{/volist}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
const strNovelId = `{$arrNovel.n_id}`;
|
||||||
|
const arrNovel = {
|
||||||
|
'n_id' : `{$arrNovel['n_id']}`,
|
||||||
|
'n_name_pinyin' : `{$arrNovel['n_name_pinyin']}`,
|
||||||
|
'n_cover_path' : `{$arrNovel['n_cover_path']}`,
|
||||||
|
'n_name' : `{$arrNovel['n_name']}`,
|
||||||
|
'n_author' : `{$arrNovel['n_author']}`,
|
||||||
|
'n_status' : `{$arrNovel['n_status']}`,
|
||||||
|
'n_description' : `{$arrNovel['n_description']}`,
|
||||||
|
'n_latest_chapter_name' : `{$arrNovel['n_latest_chapter_name']}`,
|
||||||
|
'n_update_time' : `{$arrNovel['n_update_time']}`,
|
||||||
|
'c_sort_num' : 1,
|
||||||
|
'c_name' : `第一章`,
|
||||||
|
};
|
||||||
|
</script>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block name="customize"}
|
{block name="customize"}
|
||||||
|
|||||||
@@ -151,7 +151,7 @@ $Novel.n_id{extend name="baseH5" /}
|
|||||||
class="green">{$arrNovel.n_status}</span>
|
class="green">{$arrNovel.n_status}</span>
|
||||||
</p>
|
</p>
|
||||||
<p class="update"><span>最近更新:</span><a href='{site:lcpurl n_id="$arrNovel.n_id"
|
<p class="update"><span>最近更新:</span><a href='{site:lcpurl n_id="$arrNovel.n_id"
|
||||||
n_py="$arrNovel.n_name_pinyin" /}'>{$arrLatestChapter->c_name
|
n_py="$arrNovel.n_name_pinyin" /}'>{$arrNovel.arrLatestChapter->c_name
|
||||||
?? ""}</a></p>
|
?? ""}</a></p>
|
||||||
<p class="time"><span>更新时间:</span>{$arrNovel.n_update_time} </p>
|
<p class="time"><span>更新时间:</span>{$arrNovel.n_update_time} </p>
|
||||||
</div>
|
</div>
|
||||||
@@ -248,15 +248,17 @@ $Novel.n_id{extend name="baseH5" /}
|
|||||||
<script>
|
<script>
|
||||||
const strNovelId = `{$arrNovel.n_id}`;
|
const strNovelId = `{$arrNovel.n_id}`;
|
||||||
const arrNovel = {
|
const arrNovel = {
|
||||||
'n_id': `{$arrNovel['n_id']}`,
|
'n_id' : `{$arrNovel['n_id']}`,
|
||||||
'n_name_pinyin': `{$arrNovel['n_name_pinyin']}`,
|
'n_name_pinyin' : `{$arrNovel['n_name_pinyin']}`,
|
||||||
'n_cover_path': `{$arrNovel['n_cover_path']}`,
|
'n_cover_path' : `{$arrNovel['n_cover_path']}`,
|
||||||
'n_name': `{$arrNovel['n_name']}`,
|
'n_name' : `{$arrNovel['n_name']}`,
|
||||||
'n_author': `{$arrNovel['n_author']}`,
|
'n_author' : `{$arrNovel['n_author']}`,
|
||||||
'n_status': `{$arrNovel['n_status']}`,
|
'n_status' : `{$arrNovel['n_status']}`,
|
||||||
'n_update_time': `{$arrNovel['n_update_time']}`,
|
'n_description' : `{$arrNovel['n_description']}`,
|
||||||
'c_sort_num': 1,
|
'n_latest_chapter_name' : `{$arrNovel['n_latest_chapter_name']}`,
|
||||||
'c_name': `第一章`,
|
'n_update_time' : `{$arrNovel['n_update_time']}`,
|
||||||
|
'c_sort_num' : 1,
|
||||||
|
'c_name' : `第一章`,
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
{/block}
|
{/block}
|
||||||
|
|||||||
@@ -220,15 +220,17 @@ cache_life="86400" button_num="3" sort_type="$Request.route.strOrder" func="gene
|
|||||||
<script>
|
<script>
|
||||||
const strNovelId = `{$arrNovel.n_id}`;
|
const strNovelId = `{$arrNovel.n_id}`;
|
||||||
const arrNovel = {
|
const arrNovel = {
|
||||||
'n_id': `{$arrNovel['n_id']}`,
|
'n_id' : `{$arrNovel['n_id']}`,
|
||||||
'n_name_pinyin': `{$arrNovel['n_name_pinyin']}`,
|
'n_name_pinyin' : `{$arrNovel['n_name_pinyin']}`,
|
||||||
'n_cover_path': `{$arrNovel['n_cover_path']}`,
|
'n_cover_path' : `{$arrNovel['n_cover_path']}`,
|
||||||
'n_name': `{$arrNovel['n_name']}`,
|
'n_name' : `{$arrNovel['n_name']}`,
|
||||||
'n_author': `{$arrNovel['n_author']}`,
|
'n_author' : `{$arrNovel['n_author']}`,
|
||||||
'n_status': `{$arrNovel['n_status']}`,
|
'n_status' : `{$arrNovel['n_status']}`,
|
||||||
'n_update_time': `{$arrNovel['n_update_time']}`,
|
'n_description' : `{$arrNovel['n_description']}`,
|
||||||
'c_sort_num': 1,
|
'n_latest_chapter_name' : `{$arrNovel['n_latest_chapter_name']}`,
|
||||||
'c_name': `第一章`,
|
'n_update_time' : `{$arrNovel['n_update_time']}`,
|
||||||
|
'c_sort_num' : 1,
|
||||||
|
'c_name' : `第一章`,
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
{/block}
|
{/block}
|
||||||
|
|||||||
@@ -187,6 +187,22 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<script>
|
||||||
|
const strNovelId = `{$arrNovel.n_id}`;
|
||||||
|
const arrNovel = {
|
||||||
|
'n_id' : `{$arrNovel['n_id']}`,
|
||||||
|
'n_name_pinyin' : `{$arrNovel['n_name_pinyin']}`,
|
||||||
|
'n_cover_path' : `{$arrNovel['n_cover_path']}`,
|
||||||
|
'n_name' : `{$arrNovel['n_name']}`,
|
||||||
|
'n_author' : `{$arrNovel['n_author']}`,
|
||||||
|
'n_status' : `{$arrNovel['n_status']}`,
|
||||||
|
'n_description' : `{$arrNovel['n_description']}`,
|
||||||
|
'n_latest_chapter_name' : `{$arrNovel['n_latest_chapter_name']}`,
|
||||||
|
'n_update_time' : `{$arrNovel['n_update_time']}`,
|
||||||
|
'c_sort_num' : 1,
|
||||||
|
'c_name' : `第一章`,
|
||||||
|
};
|
||||||
|
</script>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block name="customize"}
|
{block name="customize"}
|
||||||
|
|||||||
@@ -216,15 +216,17 @@
|
|||||||
<script>
|
<script>
|
||||||
const strNovelId = `{$arrNovel.n_id}`;
|
const strNovelId = `{$arrNovel.n_id}`;
|
||||||
const arrNovel = {
|
const arrNovel = {
|
||||||
'n_id': `{$arrNovel['n_id']}`,
|
'n_id' : `{$arrNovel['n_id']}`,
|
||||||
'n_name_pinyin': `{$arrNovel['n_name_pinyin']}`,
|
'n_name_pinyin' : `{$arrNovel['n_name_pinyin']}`,
|
||||||
'n_cover_path': `{$arrNovel['n_cover_path']}`,
|
'n_cover_path' : `{$arrNovel['n_cover_path']}`,
|
||||||
'n_name': `{$arrNovel['n_name']}`,
|
'n_name' : `{$arrNovel['n_name']}`,
|
||||||
'n_author': `{$arrNovel['n_author']}`,
|
'n_author' : `{$arrNovel['n_author']}`,
|
||||||
'n_status': `{$arrNovel['n_status']}`,
|
'n_status' : `{$arrNovel['n_status']}`,
|
||||||
'n_update_time': `{$arrNovel['n_update_time']}`,
|
'n_description' : `{$arrNovel['n_description']}`,
|
||||||
'c_sort_num': 1,
|
'n_latest_chapter_name' : `{$arrNovel['n_latest_chapter_name']}`,
|
||||||
'c_name': `第一章`,
|
'n_update_time' : `{$arrNovel['n_update_time']}`,
|
||||||
|
'c_sort_num' : 1,
|
||||||
|
'c_name' : `第一章`,
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
{/block}
|
{/block}
|
||||||
|
|||||||
@@ -47,9 +47,9 @@
|
|||||||
<li><a href="{$strCategoryIndexUrlTemp}">分类</a></li>
|
<li><a href="{$strCategoryIndexUrlTemp}">分类</a></li>
|
||||||
<li><a href="{$strHistoryUrlTemp}" rel="nofollow">足迹</a></li>
|
<li><a href="{$strHistoryUrlTemp}" rel="nofollow">足迹</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<form action="{$strSearchIndexUrlTemp}" method="post" class="search"><span><i class="layui-icon i_search"></i><input
|
<form action="{$strSearchIndexUrlTemp}" method="get" class="search"><span><i class="layui-icon i_search"></i><input
|
||||||
type="text" name="keyword" placeholder="请输入搜索内容!"></span><button class="layui-btn" type="submit"
|
type="text" name="keyword" placeholder="请输入搜索内容!"></span>
|
||||||
name="type" value="submit">搜索</button>
|
<button class="layui-btn" type="submit" >搜索</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
{block name="main"} {/block}
|
{block name="main"} {/block}
|
||||||
|
|||||||
@@ -10,7 +10,8 @@
|
|||||||
<meta name="keywords" content='{block name="keywords"}{/block}'>
|
<meta name="keywords" content='{block name="keywords"}{/block}'>
|
||||||
<meta name="description" content='{block name="description"}{/block}'>
|
<meta name="description" content='{block name="description"}{/block}'>
|
||||||
<link rel="icon" href="/template/kuangyu/public/img/favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="/template/kuangyu/public/img/favicon.ico" type="image/x-icon" />
|
||||||
<link rel="stylesheet" href="/template/kuangyu/home/bai_web/css/style.css" type="text/css">
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="/template/haozi/book_pc/css/common.css" />
|
||||||
<link rel="stylesheet" href="/public/layer/need/layer.css" type="text/css">
|
<link rel="stylesheet" href="/public/layer/need/layer.css" type="text/css">
|
||||||
|
|
||||||
{block name="head"}{/block}
|
{block name="head"}{/block}
|
||||||
@@ -23,63 +24,70 @@
|
|||||||
|
|
||||||
<!-- 接收子模板传递的 active_nav -->
|
<!-- 接收子模板传递的 active_nav -->
|
||||||
{block name="strPageCode"}
|
{block name="strPageCode"}
|
||||||
<?php $strPageCode = 'home'; ?>
|
<?php $strPageCode = 'home'; ?>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
<body class="{block name='body-class'}{/block}" id="{block name='body-id'}{/block}">
|
<body class="{block name='body-class'}{/block}" id="{block name='body-id'}{/block}">
|
||||||
|
|
||||||
<!--公共头部 开始-->
|
<div class="ywtop">
|
||||||
<div class="header">
|
<div class="ywtop_con">
|
||||||
<div class="headWrap">
|
<div class="topbar">
|
||||||
{block name="logo-html"}{/block}
|
<ul>
|
||||||
<ul class="nav">
|
<li id="home"><a href="{$strPcPath}/">首页</a></li>
|
||||||
{if $DomainModel->info_id > 0}
|
<li><a href='{$strPcPath}{site:rankurl status="all" order="total" page="1"/}'>总排行</a></li>
|
||||||
<li class=' {if $strPageCode == "info"}on{/if} '>
|
|
||||||
<a href="{$strPcPath}/" target="_self" title="首页">首页</a>
|
<li><a href='{$strPcPath}{site:nflurl category="all" status="all" order="tuijian" page="1"/}'>总推荐</a></li>
|
||||||
</li>
|
<li><a href='{$strPcPath}{site:nflurl category="all" status="all" order="news" page="1"/}'>最新入库</a></li>
|
||||||
<li class=' {if $strPageCode == "home"}on{/if} '>
|
<li><a href='{$strPcPath}{site:nflurl category="all" status="all" order="update" page="1"/}'>最新更新</a></li>
|
||||||
<a href="{$strPcPath}/nindex/" target="_self" title="首页">小说首页</a>
|
<li><a href="{$strPcPath}{$strHistoryUrlTemp}" >阅读记录</a></li>
|
||||||
</li>
|
<li id="bookcase"><a href="{$strPcPath}{$strBookShelfUrlTemp}" >您的书架</a></li>
|
||||||
{else}
|
</ul>
|
||||||
<li class=' {if $strPageCode == "home"}on{/if} '>
|
|
||||||
<a href="{$strPcPath}/" target="_self" title="首页">首页</a>
|
|
||||||
</li>
|
|
||||||
{/if}
|
|
||||||
|
|
||||||
<li class=' {if $strPageCode == "man"}on{/if} '>
|
|
||||||
<a href="{$strPcPath}{$strNanUrlTemp}" target="_self" title="男生">男生</a>
|
|
||||||
</li>
|
|
||||||
<li class=' {eq name="strPageCode" value="women"}on {/eq}'>
|
|
||||||
<a href="{$strPcPath}{$strNvUrlTemp}" target="_self" title="女生">女生</a>
|
|
||||||
</li>
|
|
||||||
<li class=' {eq name="strPageCode" value="library"}on {/eq}'>
|
|
||||||
<a href="{$strPcPath}{$strCategoryIndexUrlTemp}" target="_self" title="书库">书库</a>
|
|
||||||
</li>
|
|
||||||
<li class=' {eq name="strPageCode" value="rank"}on {/eq}'>
|
|
||||||
<a href="{$strPcPath}{$strRankUrlTemp}" target="_self" title="排行">排行</a>
|
|
||||||
</li>
|
|
||||||
<!-- <li class=' {eq name="strPageCode" value="article"}on {/eq}'>
|
|
||||||
<a href="{$strPcPath}/article/list" target="_self" title="文章">文章</a>
|
|
||||||
</li> -->
|
|
||||||
</ul>
|
|
||||||
<div class="headWrap_r">
|
|
||||||
<div class="search long" id="mod_top_search">
|
|
||||||
<div class="search_sel">
|
|
||||||
<input type="text" name="keyword" url="{$strPcPath}{$strSearchIndexUrlTemp}" class="search-val" value="" placeholder="我要搜.. "
|
|
||||||
maxlength="100" autocomplete="off">
|
|
||||||
</div>
|
|
||||||
<a href="" class="search_btn"><s></s></a>
|
|
||||||
</div>
|
|
||||||
<div class="login">
|
|
||||||
<span class="login_before"><a href="{$strPcPath}{$strUserUrlTemp}"><s></s><i>个人中心</i></a></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--公共头部 结束-->
|
<div class="header">
|
||||||
|
<div class="header_logo"><a href="{$strPcPath}/">{$DomainModel->d_name}</a>
|
||||||
|
<p>{$DomainModel->d_domain}</p>
|
||||||
|
</div>
|
||||||
|
<div class="header_search">
|
||||||
|
<form target="_blank" style="margin:0;padding:0;" action="{$strPcPath}{$strSearchIndexUrlTemp}" method="get">
|
||||||
|
<!-- <input type="hidden" name="searchtype" value="all"> -->
|
||||||
|
<input class="search" id="bdcsMain" name="keyword" type="text" maxlength="30" value="可搜书名和作者,请您少字也别输错字。"
|
||||||
|
title="请正确输入"
|
||||||
|
onfocus="this.style.color = '#000000';this.focus();if(this.value=='可搜书名和作者,请您少字也别输错字。'){this.value='';}"
|
||||||
|
ondblclick="javascript:this.value=''">
|
||||||
|
<input type="submit" class="searchBtn" value="搜索" title="搜索">
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
<div class="userpanel">
|
||||||
|
<p><a href='{$strPcPath}{site:rankurl status="all" order="daily" page="1"/}'>日排行</a>
|
||||||
|
<a href='{$strPcPath}{site:rankurl status="all" order="weekly" page="1"/}'>周排行</a>
|
||||||
|
<a href='{$strPcPath}{site:rankurl status="all" order="monthly" page="1"/}'>月排行</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="clear"></div>
|
||||||
|
<div class="nav">
|
||||||
|
<ul>
|
||||||
|
{if $DomainModel->info_id > 0}
|
||||||
|
<li><a href="{$strPcPath}/">首 页</a></li>
|
||||||
|
<li><a href="{$strPcPath}/nindex/">小说首页</a></li>
|
||||||
|
{else}
|
||||||
|
<li><a href="{$strPcPath}/">{$DomainModel->d_name}首页</a></li>
|
||||||
|
{/if}
|
||||||
|
{novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
|
||||||
|
<li><a href='{$strPcPath}{site:nflurl category="$strCategoryPinyin" status="all" order="all" page="1"/}'>{$strCategoryName}</a></li>
|
||||||
|
{/novel:category}
|
||||||
|
<li><a href='{$strPcPath}{site:nflurl category="all" status="wanjie" order="all" page="1"/}'>完本榜</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{block name="main"} {/block}
|
{block name="main"} {/block}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{block name="customize-footer-after"}{/block}
|
{block name="customize-footer-after"}{/block}
|
||||||
|
|
||||||
{include file="pc/public/footer" /}
|
{include file="pc/public/footer" /}
|
||||||
@@ -87,20 +95,19 @@
|
|||||||
{block name="customize"}{/block}
|
{block name="customize"}{/block}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const strPushApi = `{site:cfg code="PUSH_API_DOMAIN" encode="false"/}`;
|
const strPushApi = `{site:cfg code="PUSH_API_DOMAIN" encode="false"/}`;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script src="/public/jquery/jquery-3.7.1.min.js"></script>
|
<script src="/public/jquery/jquery-3.7.1.min.js"></script>
|
||||||
<script src="/public/layer/layer.js"></script>
|
<script src="/public/layer/layer.js"></script>
|
||||||
<script src="/public/lazyload/jquery.lazyload.min.js"></script>
|
<script src="/public/lazyload/jquery.lazyload.min.js"></script>
|
||||||
<script type="text/javascript" src="/template/kuangyu/home/bai_web/js/global.js"></script>
|
<script src="/template/haozi/public/js/common.js"></script>
|
||||||
<script src="/template/kuangyu/public/js/common.js"></script>
|
|
||||||
|
|
||||||
{block name="footer-js"}{/block}
|
{block name="footer-js"}{/block}
|
||||||
|
|
||||||
<!-- 全局统计 -->
|
<!-- 全局统计 -->
|
||||||
{site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/}
|
{site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/}
|
||||||
|
|
||||||
<!-- 单站统计 -->
|
<!-- 单站统计 -->
|
||||||
{$DomainModel->d_statis|raw}
|
{$DomainModel->d_statis|raw}
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
{block name="get-data"}
|
{block name="get-data"}
|
||||||
{novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="0" /}
|
{novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="0" /}
|
||||||
|
{chapter:pagerexp page="$Request.route.intPage" limit="100" n_id="$Request.route.intNovelId" d_key="d_key" d_val="chapter"
|
||||||
|
cache_life="86400" button_num="5" sort_type="$Request.route.strOrder" func="generateChapterPager" export_name="resData" /}
|
||||||
|
|
||||||
{site:grm page_code="h5_novel_catalog " diff="$Request.url" num="120" g_key="arrGrm" /}
|
{site:grm page_code="h5_novel_catalog " diff="$Request.url" num="120" g_key="arrGrm" /}
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
@@ -99,68 +102,141 @@
|
|||||||
|
|
||||||
{block name="main"}
|
{block name="main"}
|
||||||
|
|
||||||
{chapter:pagerexp page="$Request.route.intPage" limit="100" n_id="$Request.route.intNovelId" d_key="d_key" d_val="chapter"
|
<h1 class="site-description ">{$arrNovel['n_name']}最新章节目录 - {$arrNovel['n_author']} - {$DomainModel->d_name}</h1>
|
||||||
cache_life="86400" button_num="3" sort_type="$Request.route.strOrder" func="generateChapterPager" export_name="resData" /}
|
<nav class="breadcrumb" aria-label="breadcrumb">
|
||||||
|
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
||||||
<div class="wrap">
|
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||||
<nav class="breadcrumb" aria-label="breadcrumb">
|
<a href="/" itemprop="item">
|
||||||
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
<span itemprop="name">首页</span>
|
||||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
</a>
|
||||||
<a href="/" itemprop="item">
|
<meta itemprop="position" content="1" />
|
||||||
<span itemprop="name">首页</span>
|
</li>
|
||||||
</a>
|
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||||
<meta itemprop="position" content="1" />
|
<?php $arrNovel['n_category_pinyin'] ?? $arrNovel['n_category_pinyin'] = 'all'?>
|
||||||
</li>
|
<a href='{site:nflurl category="$arrNovel.n_category_pinyin" order="all" status="all" page="1"/}'
|
||||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
itemprop="item">
|
||||||
<?php $arrNovel['n_category_pinyin'] ?? $arrNovel['n_category_pinyin'] = 'all'?>
|
<span itemprop="name">{$arrNovel.n_category}</span>
|
||||||
<a href='{site:nflurl gender="all" category="$arrNovel.n_category_pinyin" status="all" page="1"/}' itemprop="item">
|
</a>
|
||||||
<span itemprop="name">{$arrNovel.n_category}</span>
|
<meta itemprop="position" content="2" />
|
||||||
</a>
|
</li>
|
||||||
<meta itemprop="position" content="2" />
|
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||||
</li>
|
<a href='{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}' itemprop="item">
|
||||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
<span itemprop="name">{$arrNovel['n_name']}</span>
|
||||||
<a href='{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}' itemprop="item">
|
</a>
|
||||||
<span itemprop="name">{$arrNovel['n_name']}</span>
|
<meta itemprop="position" content="3" />
|
||||||
</a>
|
</li>
|
||||||
<meta itemprop="position" content="3" />
|
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||||
</li>
|
<a href='{site:nclurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" order="zheng" page="1"/}' itemprop="item">
|
||||||
</ol>
|
<span itemprop="name">目录</span>
|
||||||
</nav>
|
</a>
|
||||||
|
<meta itemprop="position" content="4" />
|
||||||
<!-- hot-book -->
|
</li>
|
||||||
<div class="mod mod-attentions">
|
</ol>
|
||||||
{$arrGrm[0]|raw}
|
</nav>
|
||||||
<div class="mod-head">
|
|
||||||
<h1>{$arrNovel['n_name']}章节目录 - {$arrNovel['n_author']} - {$DomainModel->d_name} 第{$Request.route.intPage}页</h1>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="attentions">
|
|
||||||
<!-- 目录下拉分页-->
|
|
||||||
{include file="public/allChapterPage" start="0"/}
|
|
||||||
|
|
||||||
<ul class="clearfix">
|
|
||||||
{volist name="resData.data" id="Chapter" key="key"}
|
|
||||||
<li>
|
|
||||||
{$arrGrm[$key]|raw}
|
|
||||||
<a href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$Chapter.c_sort_num" c_page="0"/}'
|
|
||||||
title="{$arrNovel['n_name']} {$Chapter.c_name}">{$Chapter.c_name}</a>
|
|
||||||
</li>
|
|
||||||
{/volist}
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<!-- 目录下拉分页-->
|
|
||||||
{include file="public/allChapterPage" /}
|
|
||||||
<div class="chapters-more">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="detail">
|
||||||
|
<img rc="/static/img/default.jpg" data-src="{$arrNovel.n_cover_path ?? ''}"
|
||||||
|
alt="{$arrNovel['n_name'] ?? ''}小说封面 - {$arrNovel.n_author}最新章节" class="lazy lazyload-img">
|
||||||
|
<p class="name">
|
||||||
|
<strong>{$arrNovel.n_name}</strong>
|
||||||
|
</p>
|
||||||
|
<p class="author">
|
||||||
|
<i class="layui-icon i_author"></i>
|
||||||
|
<a href='{site:souurl key="$arrNovel.n_author" p="1"/}'>{$arrNovel.n_author}</a>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<span class="layui-btn layui-btn-xs layui-btn-radius">{$arrNovel.n_category}</span>
|
||||||
|
<span class="layui-btn layui-btn-xs layui-btn-radius layui-btn-danger">{$arrNovel.n_status}</span>
|
||||||
|
</p>
|
||||||
|
<p class="new">
|
||||||
|
最新章节:<a href='{site:lcpurl n_id="$arrNovel.n_id"
|
||||||
|
n_py="$arrNovel.n_name_pinyin" /}'>{$arrNovel.arrLatestChapter.c_name ?? ""}</a>
|
||||||
|
</p>
|
||||||
|
<p>最后更新:{$arrNovel.n_update_time}</p>
|
||||||
</div>
|
</div>
|
||||||
|
<ul class="action">
|
||||||
|
<li>
|
||||||
|
<a href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrNovel.intFirstChapterSort"/}'>开始阅读</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='{site:nclurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" order="zheng" page="1"/}'>章节目录</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="javascript:addBookshelfFun();">加入书架</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div class="box">
|
||||||
|
<div class="title">{$arrNovel.n_name} 章节列表(第2页)</div>
|
||||||
|
|
||||||
|
<!-- 目录下拉分页-->
|
||||||
|
{include file="public/allChapterPage" start="1"/}
|
||||||
|
|
||||||
|
<ul class="vlist">
|
||||||
|
{foreach $resData.data as $key=>$Chapter}
|
||||||
|
<li>
|
||||||
|
{$arrGrm[$key]|raw}
|
||||||
|
<a href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$Chapter.c_sort_num" c_page="0"/}'
|
||||||
|
title="{$arrNovel['n_name']} {$Chapter.c_name}">{$Chapter.c_name}</a><span></span>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
{/foreach}
|
||||||
|
</ul>
|
||||||
|
{include file="public/allChapterPage" start="1"/}
|
||||||
|
</div>
|
||||||
|
<div class="tui">
|
||||||
|
<div class="listtop">
|
||||||
|
<b>书友点击:</b>
|
||||||
|
{volist name='$arrNovel.arrRelateveNovel' id='Novel'}
|
||||||
|
<a href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>{$Novel.n_name} </a>
|
||||||
|
{/volist}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="tui">
|
||||||
|
<div class="listtop">
|
||||||
|
<b>书友推荐:</b>
|
||||||
|
{volist name='arrNovel.n_forge_novel' id='ForgeNovel'}
|
||||||
|
<a
|
||||||
|
href='{site:nnurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" n_fid="$ForgeNovel.n_forge_id"/}'>{$ForgeNovel.n_forge_title}</a>
|
||||||
|
{/volist}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="tui">
|
||||||
|
<div class="listtop">
|
||||||
|
<b>书友收藏:</b>
|
||||||
|
{novel:list count="6" n_category="$arrNovel.n_category_pinyin" n_status="wanjie" d_key="d_key" d_val="Novel"
|
||||||
|
p_val="page_data" cache_life="86400"}
|
||||||
|
<a href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>{$Novel.n_name}</a>
|
||||||
|
{/novel:list}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<script>
|
||||||
|
const strNovelId = `{$arrNovel.n_id}`;
|
||||||
|
const arrNovel = {
|
||||||
|
'n_id' : `{$arrNovel['n_id']}`,
|
||||||
|
'n_name_pinyin' : `{$arrNovel['n_name_pinyin']}`,
|
||||||
|
'n_cover_path' : `{$arrNovel['n_cover_path']}`,
|
||||||
|
'n_name' : `{$arrNovel['n_name']}`,
|
||||||
|
'n_author' : `{$arrNovel['n_author']}`,
|
||||||
|
'n_status' : `{$arrNovel['n_status']}`,
|
||||||
|
'n_description' : `{$arrNovel['n_description']}`,
|
||||||
|
'n_latest_chapter_name' : `{$arrNovel['n_latest_chapter_name']}`,
|
||||||
|
'n_update_time' : `{$arrNovel['n_update_time']}`,
|
||||||
|
'c_sort_num' : 1,
|
||||||
|
'c_name' : `第一章`,
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
{/block}
|
||||||
|
|
||||||
|
{block name="customize"}
|
||||||
|
|
||||||
|
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
|
{block name="footer-js"}
|
||||||
|
|
||||||
|
{/block}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,403 +1,209 @@
|
|||||||
<!DOCTYPE html>
|
{extend name="baseH5" /}
|
||||||
<html lang="zh-CN">
|
|
||||||
|
|
||||||
<head>
|
{block name="get-data"}
|
||||||
{site:grm page_code="h5_novel_chapter" diff="$Request.url" num="20" g_key="arrGrm" /}
|
|
||||||
|
|
||||||
|
{site:grm page_code="h5_novel_chapter" diff="$Request.url" num="20" g_key="arrGrm" /}
|
||||||
{novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="0" /}
|
{novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="0" /}
|
||||||
{chapter:info n_id="$Request.route.intNovelId" c_sort_num="$Request.route.intChapterSort"
|
{chapter:info n_id="$Request.route.intNovelId" c_sort_num="$Request.route.intChapterSort"
|
||||||
c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
||||||
|
{/block}
|
||||||
|
|
||||||
<meta charset="UTF-8" />
|
{block name="title"}{site:replace code="NOVEL@GETNOVELCHAPTER@TITLE"}{/block}
|
||||||
<meta name="robots" content="index, follow" />
|
{block name="keywords"}{site:replace code="NOVEL@GETNOVELCHAPTER@KEYWORDS"}{/block}
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
{block name="description"}{site:replace code="NOVEL@GETNOVELCHAPTER@DESCRIPTION"}{/block}
|
||||||
<meta http-equiv="Cache-Control" content="no-transform, max-age=3600" />
|
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" />
|
|
||||||
<meta name="applicable-device" content="mobile" />
|
|
||||||
<meta name="keywords" content='{site:replace code="NOVEL@GETNOVELCHAPTER@KEYWORDS"}'>
|
|
||||||
<meta name="description" content='{site:replace code="NOVEL@GETNOVELCHAPTER@DESCRIPTION"}'>
|
|
||||||
<title>{site:replace code="NOVEL@GETNOVELCHAPTER@TITLE"}</title>
|
|
||||||
<link rel="icon" href="/template/kuangyu/public/img/favicon.ico" type="image/x-icon" />
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/template/kuangyu/reader/wap/css/style.css" type="text/css">
|
{block name="head"}
|
||||||
<link rel="stylesheet" href="//at.alicdn.com/t/font_934628_byagqjb6vae.css" type="text/css">
|
|
||||||
<link rel="stylesheet" href="/public/layer/need/layer.css" type="text/css">
|
|
||||||
<!-- <script src="/public/jquery/jquery-3.7.1.min.js"></script> -->
|
|
||||||
<script src="/public/js/yueduqsbs.js"></script>
|
|
||||||
|
|
||||||
<!-- 社交媒体标签 -->
|
<!-- 社交媒体标签 -->
|
||||||
<meta property="og:title" content="{$arrNovel['n_name']??'未知小说'} {$arrChapter.c_name} - {$DomainModel->d_name}" />
|
|
||||||
<meta property="og:description" content='{site:replace code="NOVEL@GETNOVELCHAPTER@DESCRIPTION"}' />
|
<meta property="og:title" content="{$arrNovel['n_name']??'未知小说'} {$arrChapter.c_name} - {$DomainModel->d_name}" />
|
||||||
<meta property="og:url"
|
<meta property="og:description" content='{site:replace code="NOVEL@GETNOVELCHAPTER@DESCRIPTION"}' />
|
||||||
content='https://{$DomainModel->d_domain}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}' />
|
<meta property="og:url"
|
||||||
<meta property="og:type" content="book" />
|
content='https://{$DomainModel->d_domain}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}' />
|
||||||
<meta property="og:image" content="{$arrNovel.n_cover_path ?? ''}" />
|
<meta property="og:type" content="book" />
|
||||||
<meta property="og:site_name" content="{$DomainModel->d_name}" />
|
<meta property="og:image" content="{$arrNovel.n_cover_path ?? ''}" />
|
||||||
<meta property="og:novel:category" content="{$arrNovel.n_category ?? ''}">
|
<meta property="og:site_name" content="{$DomainModel->d_name}" />
|
||||||
<meta property="og:novel:author" content="{$arrNovel.n_author ?? ''}">
|
<meta property="og:novel:category" content="{$arrNovel.n_category ?? ''}">
|
||||||
<meta property="og:novel:book_name" content="{$arrNovel.n_name ?? ''}">
|
<meta property="og:novel:author" content="{$arrNovel.n_author ?? ''}">
|
||||||
<meta property="og:novel:read_url"
|
<meta property="og:novel:book_name" content="{$arrNovel.n_name ?? ''}">
|
||||||
content='https://{$DomainModel->d_domain}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.c_sort_num"/}'>
|
<meta property="og:novel:read_url"
|
||||||
<meta property="og:novel:status" content="{$arrNovel.n_status ?? ''}">
|
content='https://{$DomainModel->d_domain}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.c_sort_num"/}'>
|
||||||
<meta property="og:novel:update_time" content="{$arrNovel.n_update_time ?? ''}">
|
<meta property="og:novel:status" content="{$arrNovel.n_status ?? ''}">
|
||||||
<meta property="og:novel:latest_chapter_name" content="{$arrChapter.c_name}">
|
<meta property="og:novel:update_time" content="{$arrNovel.n_update_time ?? ''}">
|
||||||
<meta property="og:novel:latest_chapter_url"
|
<meta property="og:novel:latest_chapter_name" content="{$arrChapter.c_name}">
|
||||||
content='https://{$DomainModel->d_domain}{site:lcpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'>
|
<meta property="og:novel:latest_chapter_url"
|
||||||
<!-- 可选:支持 Twitter Card -->
|
content='https://{$DomainModel->d_domain}{site:lcpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'>
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<!-- 可选:支持 Twitter Card -->
|
||||||
<meta name="twitter:title" content="{$arrNovel['n_name']??'未知小说'} {$arrChapter.c_name} - {$DomainModel->d_name}" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
<meta name="twitter:description" content='{site:replace code="NOVEL@GETNOVELCHAPTER@DESCRIPTION"}' />
|
<meta name="twitter:title" content="{$arrNovel['n_name']??'未知小说'} {$arrChapter.c_name} - {$DomainModel->d_name}" />
|
||||||
<meta name="twitter:image" content="{$arrNovel.n_cover_path ?? ''}" />
|
<meta name="twitter:description" content="{$strDescription ?? '暂无简介'}" />
|
||||||
<!-- 结构化数据 -->
|
<meta name="twitter:image" content="{$arrNovel.n_cover_path ?? ''}" />
|
||||||
<script type="application/ld+json">
|
|
||||||
{
|
|
||||||
"@context": "https://schema.org",
|
<!-- 结构化数据 -->
|
||||||
"@type": "Book",
|
<script type="application/ld+json">
|
||||||
"name": "{$arrNovel['n_name'] ?? '未知小说'}",
|
{
|
||||||
"author": {
|
"@context": "https://schema.org",
|
||||||
"@type": "Person",
|
"@type": "Book",
|
||||||
"name": "{$arrNovel['n_author'] ??'佚名'}"
|
"name": "{$arrNovel['n_name'] ?? '未知小说'}",
|
||||||
},
|
"author": {
|
||||||
"publisher": {
|
"@type": "Person",
|
||||||
"@type": "Organization",
|
"name": "{$arrNovel['n_author'] ??'佚名'}"
|
||||||
"name": "{$DomainModel->d_name}",
|
},
|
||||||
"url": "https://{$DomainModel->d_domain}"
|
"publisher": {
|
||||||
},
|
"@type": "Organization",
|
||||||
"image": "{$arrNovel.n_cover_path ?? ''}",
|
"name": "{$DomainModel->d_name}",
|
||||||
|
"url": "https://{$DomainModel->d_domain}"
|
||||||
|
},
|
||||||
|
"image": "{$arrNovel.n_cover_path ?? ''}",
|
||||||
|
"url":'https://{$DomainModel->d_domain}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.c_sort_num" c_page="0"/}',
|
||||||
|
"inLanguage": "zh-CN",
|
||||||
|
"genre": "{$arrNovel.n_category ??''}",
|
||||||
|
"datePublished": "{$arrNovel['n_update_time'] ?? time()}",
|
||||||
|
"hasPart": {
|
||||||
|
"@type": "CreativeWork",
|
||||||
|
"name": "{$arrChapter.c_name ?? ''}",
|
||||||
"url":'https://{$DomainModel->d_domain}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.c_sort_num" c_page="0"/}',
|
"url":'https://{$DomainModel->d_domain}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.c_sort_num" c_page="0"/}',
|
||||||
"inLanguage": "zh-CN",
|
"description": '{site:replace code="NOVEL@GETNOVELCHAPTER@DESCRIPTION"}'
|
||||||
"genre": "{$arrNovel.n_category ??''}",
|
|
||||||
"datePublished": "{$arrNovel['n_update_time'] ?? time()}",
|
|
||||||
"hasPart": {
|
|
||||||
"@type": "CreativeWork",
|
|
||||||
"name": "{$arrChapter.c_name ?? ''}",
|
|
||||||
"url":'https://{$DomainModel->d_domain}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.c_sort_num" c_page="0"/}',
|
|
||||||
"description": '{site:replace code="NOVEL@GETNOVELCHAPTER@DESCRIPTION"}'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
<script>
|
{/block}
|
||||||
const strPcPath = `{$strPcPath}`;
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body class="skin-default">
|
{block name="head-js"}
|
||||||
{$arrGrm[0]|raw}
|
<script src="/template/default/h5/js/yueduqsbs.js"></script>
|
||||||
<aside id="asideChapter" class="aside" data-is-bind-scroll="true">
|
{/block}
|
||||||
<i id="asideOverlay" class="aside-overlay" role="button" title="点击关闭浮层"></i>
|
|
||||||
<div id="asideChapterContent" class="aside-content">
|
|
||||||
<div class="module module-merge">
|
|
||||||
<div id="catelogX" class="chapter-tab-x active">
|
|
||||||
<ol id="volumes" class="chapter-ol chapter-ol-catalog">
|
|
||||||
|
|
||||||
</ol>
|
{block name="body-class"}jjdfjkozd{/block}
|
||||||
</div>
|
{block name="body-id"}kkasdfei{/block}
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</aside>
|
|
||||||
{$arrGrm[1]|raw}
|
|
||||||
<div id="pageRead" class="page-read ">
|
|
||||||
<content id="readContent" class="page-read-content">
|
|
||||||
<div id="readLoadPrev" class="read-load-prev">
|
|
||||||
<a class="read-load-icon btn-any loading"></a>
|
|
||||||
<p class="read-load-p">下拉阅读上一章</p>
|
|
||||||
</div>
|
|
||||||
{$arrGrm[2]|raw}
|
|
||||||
<div id="readLoadNext" class="read-load-next">
|
|
||||||
{if $arrChapter.c_sort_num == 1 }
|
|
||||||
{$arrGrm[3]|raw}
|
|
||||||
<a href="javascript:" class="btn-normal red" data-size="14" role="button">上一章</a>
|
|
||||||
{elseif $arrChapter['pre_chapter'] && $arrChapter['pre_chapter']['c_sort_num']}
|
|
||||||
{$arrGrm[4]|raw}
|
|
||||||
<a href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.pre_chapter.c_sort_num" c_page="0"/}'
|
|
||||||
class="btn-normal red" data-size="14" role="button">上一章</a>
|
|
||||||
{/if}
|
|
||||||
|
|
||||||
{if $arrChapter.next_chapter && $arrChapter.next_chapter.c_sort_num}
|
|
||||||
<a href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.next_chapter.c_sort_num" c_page="0"/}'
|
|
||||||
class="btn-normal red" data-size="14" role="button">下一章</a>
|
|
||||||
{/if}
|
|
||||||
<a href="#" class="btn-blank blue" style="display:none">已经是最后一章了 »</a>
|
|
||||||
</div>
|
|
||||||
<article id="chapterContent" class="read-article" style="font-size: 1.125rem">
|
|
||||||
<section class="read-section jsChapterWrapper" data-chapter-id="4b2d5aab58d71">
|
|
||||||
|
|
||||||
<script>document.writeln(qsbs.bb('{$arrChapter.c_content}'));</script>
|
|
||||||
</section>
|
|
||||||
</article>
|
|
||||||
{$arrGrm[5]|raw}
|
|
||||||
<div id="readLoadNext" class="read-load-next">
|
|
||||||
{if $arrChapter.c_sort_num == 1}
|
|
||||||
<a href="javascript:" class="btn-normal red" data-size="14" role="button">上一章</a>
|
|
||||||
{elseif $arrChapter['pre_chapter'] && $arrChapter['pre_chapter']['c_sort_num']}
|
|
||||||
<a href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.pre_chapter.c_sort_num" c_page="0"/}'
|
|
||||||
class="btn-normal red" data-size="14" role="button">上一章</a>
|
|
||||||
{/if}
|
|
||||||
|
|
||||||
{if $arrChapter.next_chapter && $arrChapter.next_chapter.c_sort_num}
|
|
||||||
<a href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.next_chapter.c_sort_num" c_page="0"/}'
|
|
||||||
class="btn-normal red" data-size="14" role="button">下一章</a>
|
|
||||||
{/if}
|
|
||||||
|
|
||||||
|
|
||||||
<a id="aGotoBookEnd" href="#" class="btn-blank blue" style="display:none">已经是最后一章了 »</a>
|
{block name="logo-html"}
|
||||||
</div>
|
<h2 class="bookname">
|
||||||
|
<a href="/" style="color:#ffffff">{$DomainModel->d_name}</a>
|
||||||
|
</h2>
|
||||||
|
{/block}
|
||||||
|
|
||||||
|
{block name="nav-html"}
|
||||||
|
<nav class="breadcrumb" aria-label="breadcrumb">
|
||||||
|
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
||||||
|
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||||
|
<a href="/" itemprop="item">
|
||||||
|
<span itemprop="name">首页</span>
|
||||||
|
</a>
|
||||||
|
<meta itemprop="position" content="1" />
|
||||||
|
</li>
|
||||||
|
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||||
|
<?php $arrNovel['n_category_pinyin'] ?? $arrNovel['n_category_pinyin'] = 'all'?>
|
||||||
|
<a href='{site:nflurl gender="" category="$arrNovel.n_category_pinyin" order="all" status="all" page="1"/}'
|
||||||
|
itemprop="item">
|
||||||
|
<span itemprop="name">{$arrNovel.n_category}</span>
|
||||||
|
</a>
|
||||||
|
<meta itemprop="position" content="2" />
|
||||||
|
</li>
|
||||||
|
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||||
|
<a href='{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}' itemprop="item">
|
||||||
|
<span itemprop="name">{$arrNovel['n_name']}</span>
|
||||||
|
</a>
|
||||||
|
<meta itemprop="position" content="3" />
|
||||||
|
</li>
|
||||||
|
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||||
|
<a href='{site:nclurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" order="zheng" page="1"/}'
|
||||||
|
itemprop="item">
|
||||||
|
<span itemprop="name">{$arrChapter.c_name ?? ''}</span>
|
||||||
|
</a>
|
||||||
|
<meta itemprop="position" content="3" />
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
{/block}
|
||||||
|
|
||||||
|
{block name="main"}
|
||||||
|
|
||||||
|
<h1 class="headline">
|
||||||
|
<a href="/shishang/161.html">{$arrNovel['n_name']}最新章节 - {$arrChapter.c_name ?? ''}</a>
|
||||||
|
</h1>
|
||||||
|
<h1 class="headline">{$arrChapter.c_name ?? ''}</h1>
|
||||||
|
<div class="pager">
|
||||||
|
{if $arrChapter.c_sort_num == 1}
|
||||||
|
<a class="url_pre" id="pb_prev" href='javascript:'>上一页</a>
|
||||||
|
{elseif $arrChapter['pre_chapter'] && $arrChapter['pre_chapter']['c_sort_num']}
|
||||||
|
<a class="url_pre" id="pb_prev"
|
||||||
|
href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.pre_chapter.c_sort_num" c_page="$arrChapter.pre_chapter.c_page"/}'>上页</a>
|
||||||
|
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
<a id="pb_mulu" href='{site:nclurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" order="zheng" page="1"/}'>目录</a>
|
||||||
|
<a id="pb_mulu" onclick="addBookshelfFun()">存书签</a>
|
||||||
|
{if $arrChapter.next_chapter && $arrChapter.next_chapter.c_sort_num}
|
||||||
|
<a class="url_next" id="pb_next"
|
||||||
|
href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.next_chapter.c_sort_num" c_page="$arrChapter.next_chapter.c_page"/}'>下页</a>
|
||||||
|
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
|
{$arrGrm[3]|raw}
|
||||||
|
<script>document.writeln(qsbs.bb('{$arrChapter.c_content}'));</script>
|
||||||
|
{$arrGrm[4]|raw}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="pager">
|
||||||
|
<a class="url_pre" id="pb_prev" href="/read/161/31043.html" style="">上页</a>
|
||||||
|
<a id="pb_mulu" href="/shishang/161.html">书页</a>
|
||||||
|
<a id="pb_mulu" onclick="addBookshelfFun()">存书签</a>
|
||||||
|
<a class="url_next" id="pb_next" href="/read/161/31050_1.html">下页</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="tui">
|
||||||
|
<div class="listtop">
|
||||||
|
<b>书友点击:</b>
|
||||||
|
{volist name='$arrNovel.arrRelateveNovel' id='Novel'}
|
||||||
|
<a href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>{$Novel.n_name} </a>
|
||||||
|
{/volist}
|
||||||
|
|
||||||
</content>
|
|
||||||
<div class="page-read-top">
|
|
||||||
<nav class="breadcrumb" aria-label="breadcrumb">
|
|
||||||
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
|
||||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
|
||||||
<a href="/" itemprop="item">
|
|
||||||
<span itemprop="name">首页</span>
|
|
||||||
</a>
|
|
||||||
<meta itemprop="position" content="1" />
|
|
||||||
</li>
|
|
||||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
|
||||||
<?php $arrNovel['n_category_pinyin'] ?? $arrNovel['n_category_pinyin'] = 'all'?>
|
|
||||||
<a href='{site:nflurl gender="all" category="$arrNovel.n_category_pinyin" status="all" page="1"/}' itemprop="item">
|
|
||||||
<span itemprop="name">{$arrNovel.n_category}</span>
|
|
||||||
</a>
|
|
||||||
<meta itemprop="position" content="2" />
|
|
||||||
</li>
|
|
||||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
|
||||||
<a href='{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}' itemprop="item">
|
|
||||||
<span itemprop="name">{$arrNovel.n_name}</span>
|
|
||||||
</a>
|
|
||||||
<meta itemprop="position" content="2" />
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</nav>
|
|
||||||
<h1 id="chapterTitle" class="read-book-name">
|
|
||||||
<a href='{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'>
|
|
||||||
{$arrNovel.n_name}
|
|
||||||
</a>
|
|
||||||
<a href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.c_sort_num" c_page="0"/}'>{$arrChapter.c_name}</a>
|
|
||||||
|
|
||||||
</h1>
|
|
||||||
</div>
|
|
||||||
<mark id="readPageMark" class="read-page-mark">你刚刚阅读到这里</mark>
|
|
||||||
<p id="pageNum" class="read-page-num">1/1</p>
|
|
||||||
</div>
|
</div>
|
||||||
{$arrGrm[6]|raw}
|
</div>
|
||||||
<div id="pageReadOpt" class="page-read-opt" data-settings-str="dn:d|fs:3|skin:0|vh:v" data-book-publish="0"
|
<div class="tui">
|
||||||
data-sale-modes="1" data-has-sub="0">
|
<div class="listtop">
|
||||||
<header class="header read-opt-header">
|
<b>书友推荐:</b>
|
||||||
<a href="javascript:history.back();" class="header-back jsBack">
|
{volist name='arrNovel.n_forge_novel' id='ForgeNovel'}
|
||||||
<i class="iconfont icon-previewleft">
|
<a
|
||||||
<title>返回</title>
|
href='{site:nnurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" n_fid="$ForgeNovel.n_forge_id"/}'>{$ForgeNovel.n_forge_title}</a>
|
||||||
</i>
|
{/volist}
|
||||||
</a>
|
|
||||||
<div class="header-operate">
|
|
||||||
<!-- <a id="btnPledgeTrigger" href="javascript:" class="iconfont icon-wodetuijianzhuanhongbao" title="打赏" role="button">
|
|
||||||
</a> -->
|
|
||||||
<a id="readBtnMore" href="javascript:" class="iconfont icon-dotshorizontal jsLayerTrigger" title="更多操作"
|
|
||||||
data-rel="readMoreX" role="menu" aria-expanded="false">
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<a href="javascript:" onclick="addBookshelfFun()" id="readJoinSJ" class="read-join-sj" role="button">加入书架</a>
|
|
||||||
<div id="readMoreX" class="read-opt-more">
|
|
||||||
<a href="/" class="read-opt-a">
|
|
||||||
<i class="iconfont icon-zhuye1"></i>
|
|
||||||
<h4>返回首页</h4>
|
|
||||||
</a>
|
|
||||||
<!-- <a href="javascript:" id="btnDownloadFreeChapters" class="read-opt-a">
|
|
||||||
<i class="iconfont icon-lixianxiazai"></i>
|
|
||||||
离线章节
|
|
||||||
</a> -->
|
|
||||||
<a href='{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}' class="read-opt-a">
|
|
||||||
<i class="iconfont icon-SU"></i>
|
|
||||||
书籍详情
|
|
||||||
</a>
|
|
||||||
<a href="{$strBookShelfUrlTemp}" class="read-opt-a">
|
|
||||||
<i class="iconfont icon-books"></i>
|
|
||||||
返回我的书架
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div id="readOptProg" class="read-opt-bot read-opt-prog">
|
|
||||||
<div class="read-prog-info">
|
|
||||||
<a href="javascript:" id="readProgPrev" class="read-prog-prev">
|
|
||||||
<i class="iconfont icon-back" aria-hidden="true"></i>
|
|
||||||
上一章
|
|
||||||
</a>
|
|
||||||
<a href="javascript:" id="readProgNext" class="read-prog-next">
|
|
||||||
下一章
|
|
||||||
<i class="iconfont icon-you" aria-hidden="true"></i>
|
|
||||||
</a>
|
|
||||||
<div id="readProgVal" class="read-prog-val">
|
|
||||||
<h4 class="ell"></h4>
|
|
||||||
<output role="presentation"></output>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="read-prog-bar">
|
|
||||||
<input type="range" id="readProgRange" name="read-prog" min="0" max="1000" value="0">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="readOptSet" class="read-opt-bot read-opt-set">
|
|
||||||
<div class="read-set-font">
|
|
||||||
<a href="javascript:" id="readFontDown" class="read-font-down" data-index="0" role="button">
|
|
||||||
<i class="iconfont icon-yueduye_zitijianxiao"></i>
|
|
||||||
<aria>字号变小</aria>
|
|
||||||
</a>
|
|
||||||
<a href="javascript:" id="readFontUp" class="read-font-up" data-index="1" role="button">
|
|
||||||
<i class="iconfont icon-yueduye_zitizengda"></i>
|
|
||||||
<aria>字号变大</aria>
|
|
||||||
</a>
|
|
||||||
<div class="read-font-bar">
|
|
||||||
<div class="range">
|
|
||||||
<div class="range-track">
|
|
||||||
<a class="range-thumb" role="slider" aria-valuenow="0" aria-valuemax="8"
|
|
||||||
aria-valuemin="1"></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="range" style="width: 668px;">
|
|
||||||
<div class="range-track" style="border-left-width: 190.857px;"><a class="range-thumb"
|
|
||||||
role="slider" aria-valuenow="3" aria-valuemax="8" aria-valuemin="1"></a></div>
|
|
||||||
</div><input type="range" id="readFontRange" name="font-size" min="1" max="8" value="3">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="readSetSkin" class="read-set-skin">
|
|
||||||
<ul class="btn-group" role="radiogroup">
|
|
||||||
<li class="btn-group-cell read-set-cell">
|
|
||||||
<input type="radio" id="skinDefault" name="skin" value="default" checked="" data-index="0"
|
|
||||||
title="默认皮肤">
|
|
||||||
<label class="read-skin-default" for="skinDefault" title="默认皮肤">
|
|
||||||
<i class="iconfont icon-ok center"></i>
|
|
||||||
</label>
|
|
||||||
</li>
|
|
||||||
<li class="btn-group-cell read-set-cell">
|
|
||||||
<input type="radio" id="skinBlue" name="skin" value="blue" data-index="1" title="蓝色皮肤">
|
|
||||||
<label class="read-skin-blue" for="skinBlue" title="蓝色皮肤">
|
|
||||||
<i class="iconfont icon-ok center"></i>
|
|
||||||
</label>
|
|
||||||
</li>
|
|
||||||
<li class="btn-group-cell read-set-cell">
|
|
||||||
<input type="radio" id="skinGreen" name="skin" value="green" data-index="2" title="绿色皮肤">
|
|
||||||
<label class="read-skin-green" for="skinGreen" title="绿色皮肤">
|
|
||||||
<i class="iconfont icon-ok center"></i>
|
|
||||||
</label>
|
|
||||||
</li>
|
|
||||||
<li class="btn-group-cell read-set-cell">
|
|
||||||
<input type="radio" id="skinLight" name="skin" value="light" data-index="3" title="浅色皮肤">
|
|
||||||
<label class="read-skin-light" for="skinLight" title="浅色皮肤">
|
|
||||||
<i class="iconfont icon-ok center"></i>
|
|
||||||
</label>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div id="readSetLayout" class="read-set-layout">
|
|
||||||
<ul class="btn-group">
|
|
||||||
<li class="btn-group-cell read-set-cell">
|
|
||||||
<input type="radio" id="layoutV" name="layout" value="v" checked="">
|
|
||||||
<label class="read-btn-layout" for="layoutV">上下滑动</label>
|
|
||||||
</li>
|
|
||||||
<li class="btn-group-cell read-set-cell">
|
|
||||||
<input type="radio" id="layoutH" name="layout" value="h">
|
|
||||||
<label class="read-btn-layout" for="layoutH">左右滑动</label>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{$arrGrm[8]|raw}
|
|
||||||
<footer class="read-opt-footer">
|
|
||||||
<div class="btn-group">
|
|
||||||
<!-- id="readBtnChapter" -->
|
|
||||||
<a href='{site:nclurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" order="zheng" page="1"/}' class="btn-group-cell"
|
|
||||||
data-rel="asideChapter" role="button" aria-haspopup="true">
|
|
||||||
<i class="iconfont icon-mulu"></i>
|
|
||||||
<h4 class="read-opt-footer-h">目录</h4>
|
|
||||||
</a>
|
|
||||||
<!-- <a href="javascript:" id="readBtnProg" class="btn-group-cell jsLayerTrigger" data-rel="readOptProg"
|
|
||||||
role="menuitem">
|
|
||||||
<i class="iconfont icon-jindutiao"></i>
|
|
||||||
<h4 class="read-opt-footer-h">进度</h4>
|
|
||||||
</a> -->
|
|
||||||
<a href="javascript:" id="readBtnSet" class="btn-group-cell jsLayerTrigger" data-rel="readOptSet"
|
|
||||||
role="menuitem">
|
|
||||||
<i class="iconfont icon-shezhi"></i>
|
|
||||||
<h4 class="read-opt-footer-h">设置</h4>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="javascript:" id="readBtnMode" class="btn-group-cell" data-mode="night" role="checkbox"
|
|
||||||
title="日间夜间模式切换">
|
|
||||||
<i class="iconfont icon-yueliang"></i>
|
|
||||||
<h4 class="read-opt-footer-h">夜间</h4>
|
|
||||||
</a>
|
|
||||||
<!-- <a href="/novel/332.html" class="btn-group-cell">
|
|
||||||
<i class="iconfont icon-pinglun"></i>
|
|
||||||
<h4 class="read-opt-footer-h">评论</h4>
|
|
||||||
</a> -->
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
</div>
|
</div>
|
||||||
{$arrGrm[7]|raw}
|
</div>
|
||||||
<script type="text/javascript" src="/template/kuangyu/reader/wap/js/zepto.min.js"></script>
|
<div class="tui">
|
||||||
|
<div class="listtop">
|
||||||
|
<b>书友收藏:</b>
|
||||||
|
{novel:list count="6" n_category="$arrNovel.n_category_pinyin" n_status="wanjie" d_key="d_key" d_val="Novel"
|
||||||
|
p_val="page_data" cache_life="86400"}
|
||||||
|
<a href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>{$Novel.n_name}</a>
|
||||||
|
{/novel:list}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript" src="/template/kuangyu/reader/wap/js/reader.js"></script>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const strPushApi = `{site:cfg code="PUSH_API_DOMAIN" encode="false"/}`;
|
const strNovelId = `{$arrNovel.n_id}`;
|
||||||
</script>
|
const arrNovel = {
|
||||||
<script>
|
'n_id' : `{$arrNovel['n_id']}`,
|
||||||
const strNovelId = `{$arrNovel.n_id}`;
|
'n_name_pinyin' : `{$arrNovel['n_name_pinyin']}`,
|
||||||
const arrNovel = {
|
'n_cover_path' : `{$arrNovel['n_cover_path']}`,
|
||||||
'n_id' : `{$arrNovel['n_id']}`,
|
'n_name' : `{$arrNovel['n_name']}`,
|
||||||
'n_name_pinyin' : `{$arrNovel['n_name_pinyin']}`,
|
'n_author' : `{$arrNovel['n_author']}`,
|
||||||
'n_cover_path' : `{$arrNovel['n_cover_path']}`,
|
'n_status' : `{$arrNovel['n_status']}`,
|
||||||
'n_name' : `{$arrNovel['n_name']}`,
|
'n_description' : `{$arrNovel['n_description']}`,
|
||||||
'n_author' : `{$arrNovel['n_author']}`,
|
'n_latest_chapter_name' : `{$arrNovel['n_latest_chapter_name']}`,
|
||||||
'n_status' : `{$arrNovel['n_status']}`,
|
'n_update_time' : `{$arrNovel['n_update_time']}`,
|
||||||
'c_sort_num' : `{$arrChapter.c_sort_num}`,
|
'c_sort_num' : 1,
|
||||||
'c_name' : `{$arrChapter.c_name}`,
|
'c_name' : `第一章`,
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript">
|
{/block}
|
||||||
var book = {};
|
|
||||||
book.Info = {
|
|
||||||
"Id": `{$arrNovel['n_id']}`,
|
|
||||||
"Name": `{$arrNovel['n_name']}`,
|
|
||||||
"authorName": `{$arrNovel['n_author']}`
|
|
||||||
};
|
|
||||||
book.chapter = {
|
|
||||||
//页面进入加载的章节id
|
|
||||||
id: '{$arrChapter.next_chapter.c_sort_num ?? 1}',
|
|
||||||
//章节源id
|
|
||||||
source_id: '{$arrChapter.next_chapter.c_sort_num ?? 1}',
|
|
||||||
title: '{$arrChapter.next_chapter.c_name ?? 1}',
|
|
||||||
content: '',
|
|
||||||
//章节vip标识
|
|
||||||
vipStatus: 0,
|
|
||||||
//上一章id
|
|
||||||
prevId: '{$arrChapter.next_chapter.c_sort_num ?? 1}',
|
|
||||||
//下一章id
|
|
||||||
nextId: '{$arrNextChapter.c_sort_num ?? 1}'
|
|
||||||
};
|
|
||||||
book.chapterUrl = '{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.c_sort_num" c_page="0"/}' ;
|
|
||||||
book.url = '{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'
|
|
||||||
book.nextChapterVip = 0;
|
|
||||||
book.uid = 0;
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<script src="/public/layer/layer.min.js"></script>
|
|
||||||
<script src="/template/kuangyu/reader/wap/js/global.js" type="text/javascript"></script>
|
|
||||||
<script src="/template/kuangyu/public/js/common.js"></script>
|
|
||||||
|
|
||||||
{block name="footer-js"}
|
{block name="customize"}
|
||||||
<!-- <script>
|
|
||||||
document.addEventListener("DOMContentLoaded", function () {
|
|
||||||
// 使用示例
|
|
||||||
const statsData = {
|
|
||||||
n_id: '{$arrNovel.n_id}',
|
|
||||||
};
|
|
||||||
// 调用方法1
|
|
||||||
reportStats(statsData);
|
|
||||||
})
|
|
||||||
</script> -->
|
|
||||||
{/block}
|
|
||||||
|
|
||||||
{$arrGrm[10]|raw}
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
{/block}
|
||||||
@@ -103,158 +103,129 @@
|
|||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block name="main"}
|
{block name="main"}
|
||||||
<div class="wrap">
|
<h1 class="site-description ">{$arrNovel['n_name']}最新章节 - {$arrNovel['n_author']} - {$DomainModel->d_name}</h1>
|
||||||
|
<nav class="breadcrumb" aria-label="breadcrumb">
|
||||||
<nav class="breadcrumb" aria-label="breadcrumb">
|
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
||||||
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
<a href="/" itemprop="item">
|
||||||
<a href="/" itemprop="item">
|
<span itemprop="name">首页</span>
|
||||||
<span itemprop="name">首页</span>
|
</a>
|
||||||
</a>
|
<meta itemprop="position" content="1" />
|
||||||
<meta itemprop="position" content="1" />
|
</li>
|
||||||
</li>
|
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
<?php $arrNovel['n_category_pinyin'] ?? $arrNovel['n_category_pinyin'] = 'all'?>
|
||||||
<?php $arrNovel['n_category_pinyin'] ?? $arrNovel['n_category_pinyin'] = 'all'?>
|
<a href='{site:nflurl category="$arrNovel.n_category_pinyin" order="all" status="all" page="1"/}'
|
||||||
<a href='{site:nflurl gender="all" category="$arrNovel.n_category_pinyin" status="all" page="1"/}' itemprop="item">
|
itemprop="item">
|
||||||
<span itemprop="name">{$arrNovel.n_category}</span>
|
<span itemprop="name">{$arrNovel.n_category}</span>
|
||||||
</a>
|
</a>
|
||||||
<meta itemprop="position" content="2" />
|
<meta itemprop="position" content="2" />
|
||||||
</li>
|
</li>
|
||||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||||
<a href='{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}' itemprop="item">
|
<a href='{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}' itemprop="item">
|
||||||
<span itemprop="name">{$arrNovel['n_name']}</span>
|
<span itemprop="name">{$arrNovel['n_name']}</span>
|
||||||
</a>
|
</a>
|
||||||
<meta itemprop="position" content="3" />
|
<meta itemprop="position" content="3" />
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
<h1 class="site-description ">{$arrNovel['n_name']}最新章节 - {$arrNovel['n_author']} - {$DomainModel->d_name}</h1>
|
</nav>
|
||||||
</nav>
|
|
||||||
|
|
||||||
<!--info-->
|
<div class="detail">
|
||||||
<div class="mod mod-info">
|
<img rc="/static/img/default.jpg" data-src="{$arrNovel.n_cover_path ?? ''}"
|
||||||
{$arrGrm[0]|raw}
|
alt="{$arrNovel['n_name'] ?? ''}小说封面 - {$arrNovel.n_author}最新章节" class="lazy lazyload-img">
|
||||||
<div class="book-info">
|
<p class="name">
|
||||||
<dl class="base clearfix">
|
<strong>{$arrNovel.n_name}</strong>
|
||||||
<dt>
|
</p>
|
||||||
<img src="/static/img/default.jpg" data-src="{$arrNovel.n_cover_path ?? ''}"
|
<p class="author">
|
||||||
alt="{$arrNovel['n_name'] ?? ''}小说封面 - {$arrNovel.n_author}最新章节" class="lazy lazyload-img" />
|
<i class="layui-icon i_author"></i>
|
||||||
|
<a href='{site:souurl key="$arrNovel.n_author" p="1"/}'>{$arrNovel.n_author}</a>
|
||||||
<i class='{eq name="arrNovel.n_status" value="连载中"}serial{else}finish {/eq}'>已完结</i>
|
</p>
|
||||||
</dt>
|
<p>
|
||||||
<dd>
|
<span class="layui-btn layui-btn-xs layui-btn-radius">{$arrNovel.n_category}</span>
|
||||||
<h2>{$arrNovel['n_name']}</h2>
|
<span class="layui-btn layui-btn-xs layui-btn-radius layui-btn-danger">{$arrNovel.n_status}</span>
|
||||||
<p class="info">
|
</p>
|
||||||
<span>分类:{$arrNovel.n_category}</span>
|
<p class="new">
|
||||||
<span>作者:<a href='{site:souurl key="$arrNovel.n_author" p="1"/}'>{$arrNovel.n_author}</a></span>
|
最新章节:<a href='{site:lcpurl n_id="$arrNovel.n_id"
|
||||||
<!-- <span>字数:54.20万字</span> -->
|
n_py="$arrNovel.n_name_pinyin" /}'>{$arrNovel.arrLatestChapter.c_name ?? ""}</a>
|
||||||
<span>阅读:{$arrNovel.arrNovelClicks.total}</span>
|
</p>
|
||||||
</p>
|
<p>最后更新:{$arrNovel.n_update_time}</p>
|
||||||
</dd>
|
</div>
|
||||||
</dl>
|
<ul class="action">
|
||||||
{$arrGrm[1]|raw}
|
<li>
|
||||||
<div class="btns">
|
<a href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrNovel.intFirstChapterSort"/}'>开始阅读</a>
|
||||||
<ul>
|
</li>
|
||||||
{if !empty($arrNovel.intFirstChapterSort)}
|
<li>
|
||||||
<li>
|
<a href='{site:nclurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" order="zheng" page="1"/}'>章节目录</a>
|
||||||
{$arrGrm[2]|raw}
|
</li>
|
||||||
<a class="read-online reading" href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrNovel.intFirstChapterSort"/}'
|
<li>
|
||||||
>点击阅读</a>
|
<a href="javascript:addBookshelfFun();">加入书架</a>
|
||||||
</li>
|
</li>
|
||||||
{/if}
|
</ul>
|
||||||
<li>
|
<div class="box">
|
||||||
<a class="b5673b5cd4b" onclick="addBookshelfFun()">加入书架</a>
|
<div class="title">{$arrNovel.n_name}小说简介</div>
|
||||||
</li>
|
<div class="intro">
|
||||||
</ul>
|
<p>{$arrNovel.n_description ?? ''}
|
||||||
</div>
|
</p>
|
||||||
<div class="intro">
|
|
||||||
{$arrGrm[3]|raw}
|
|
||||||
<div class="content">
|
|
||||||
<p>
|
|
||||||
{$arrNovel.n_description ?? ''}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<!-- hot-book -->
|
<div class="box">
|
||||||
<div class="mod mod-info">
|
<div class="title">{$arrNovel.n_name}最新内容</div>
|
||||||
<div class="book-info">
|
<div class="intro">
|
||||||
<div class="mod-head">
|
<p>{$arrNovel.strFocus ?? ""} 。看小说就来{$DomainModel->d_name} {$DomainModel->d_domain}...
|
||||||
<h3>最新要点</h3>
|
</p>
|
||||||
</div>
|
|
||||||
{$arrGrm[4]|raw}
|
|
||||||
<div class="intro">
|
|
||||||
<div class="content">
|
|
||||||
<p>
|
|
||||||
{$arrNovel.strFocus}
|
|
||||||
</p>
|
|
||||||
<p class="xianglingtuijian">相邻推荐:
|
|
||||||
{volist name="arrNovel.n_forge_novel" id="ForgeNovel" key="key"}
|
|
||||||
{if $key < 100}
|
|
||||||
{$arrGrm[$key+20]|raw}
|
|
||||||
{/if}
|
|
||||||
<a
|
|
||||||
href='{site:nnurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" n_fid="$ForgeNovel.n_forge_id"/}'>{$ForgeNovel.n_forge_title}</a>
|
|
||||||
{/volist}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- hot-book -->
|
|
||||||
<div class="mod mod-attentions">
|
|
||||||
<div class="mod-head">
|
|
||||||
<h3>{$arrNovel.n_name}最新章节</h3>
|
|
||||||
</div>
|
|
||||||
<div class="attentions">
|
|
||||||
<ul class="clearfix">
|
|
||||||
{chapter:list count="10" sort_type="dao" n_id="$arrNovel.n_id" d_key="key" d_val="Chapter" cache_life="86400"}
|
|
||||||
<li>
|
|
||||||
{if $key < 100}
|
|
||||||
{$arrGrm[$key+20]|raw}
|
|
||||||
{/if}
|
|
||||||
<a href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$Chapter.c_sort_num" c_page="0"/}'
|
|
||||||
title="{$arrNovel.n_name}-{$Chapter.c_name}">{$Chapter.c_name}</a>
|
|
||||||
</li>
|
|
||||||
{/chapter:list}
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<div class="chapters-more">
|
|
||||||
|
|
||||||
<a href='{site:nclurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" order="zheng" page="1"/}'
|
|
||||||
class="reading btn-bookshelf">{$arrNovel.n_name}更多章节</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="mod mod-guess">
|
|
||||||
<div class="mod-head">
|
|
||||||
<h3>同类作品</h3>
|
|
||||||
</div>
|
|
||||||
<div class="book-slide">
|
|
||||||
<ul class="clearfix">
|
|
||||||
{foreach $arrNovel.arrRelateveNovel as $Novel}
|
|
||||||
<li>
|
|
||||||
{$arrGrm[$key+10]|raw}
|
|
||||||
<a href='{site:nurl n_id="Novel.n_id" n_py="Novel.n_name_pinyin"/}'>
|
|
||||||
<img class="lazy lazyload-img" data-encrypted="false" src="/static/img/default.jpg"
|
|
||||||
data-src="{$Novel.n_cover_path ?? ''}" alt="{$Novel.n_name ?? ''}" />
|
|
||||||
<span>{$Novel.n_name ?? ''}</span>
|
|
||||||
<em>
|
|
||||||
<aria>作者:</aria>{$Novel.n_author ?? ''}
|
|
||||||
</em>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
{/foreach}
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="box">
|
||||||
|
<div class="title">{$arrNovel.n_name} 最新章节</div>
|
||||||
|
<ul class="vlist">
|
||||||
|
{chapter:list count="10" sort_type="dao" n_id="$arrNovel.n_id" d_key="d_key" d_val="Chapter" cache_life="86400"}
|
||||||
|
<li>
|
||||||
|
{$arrGrm[$d_key]|raw}
|
||||||
|
<a
|
||||||
|
href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$Chapter.c_sort_num" c_page="0"/}'>{$Chapter.c_name}<span></span></a>
|
||||||
|
</li>
|
||||||
|
{/chapter:list}
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<div class="title">{$arrNovel.n_name} 章节列表(第1页/100章)</div>
|
||||||
|
<ul class="vlist">
|
||||||
|
{chapter:list count="100" sort_type="zheng" n_id="$arrNovel.n_id" d_key="d_key" d_val="Chapter"
|
||||||
|
cache_life="86400"}
|
||||||
|
<li>
|
||||||
|
{$arrGrm[$d_key+10]|raw}
|
||||||
|
<a
|
||||||
|
href='{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$Chapter.c_sort_num" c_page="0"/}'>{$Chapter.c_name}<span></span></a>
|
||||||
|
</li>
|
||||||
|
{/chapter:list}
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="tui">
|
||||||
|
<div class="listtop">
|
||||||
|
<b>书友点击:</b>
|
||||||
|
{volist name='$arrNovel.arrRelateveNovel' id='Novel'}
|
||||||
|
<a href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>{$Novel.n_name} </a>
|
||||||
|
{/volist}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="tui">
|
||||||
|
<div class="listtop">
|
||||||
|
<b>书友推荐:</b>
|
||||||
|
{volist name='arrNovel.n_forge_novel' id='ForgeNovel'}
|
||||||
|
<a
|
||||||
|
href='{site:nnurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" n_fid="$ForgeNovel.n_forge_id"/}'>{$ForgeNovel.n_forge_title}</a>
|
||||||
|
{/volist}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="tui">
|
||||||
|
<div class="listtop">
|
||||||
|
<b>书友收藏:</b>
|
||||||
|
{novel:list count="6" n_category="$arrNovel.n_category_pinyin" n_status="wanjie" d_key="d_key" d_val="Novel"
|
||||||
|
p_val="page_data" cache_life="86400"}
|
||||||
|
<a href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>{$Novel.n_name}</a>
|
||||||
|
{/novel:list}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const strNovelId = `{$arrNovel.n_id}`;
|
const strNovelId = `{$arrNovel.n_id}`;
|
||||||
@@ -265,6 +236,8 @@
|
|||||||
'n_name' : `{$arrNovel['n_name']}`,
|
'n_name' : `{$arrNovel['n_name']}`,
|
||||||
'n_author' : `{$arrNovel['n_author']}`,
|
'n_author' : `{$arrNovel['n_author']}`,
|
||||||
'n_status' : `{$arrNovel['n_status']}`,
|
'n_status' : `{$arrNovel['n_status']}`,
|
||||||
|
'n_description' : `{$arrNovel['n_description']}`,
|
||||||
|
'n_latest_chapter_name' : `{$arrNovel['n_latest_chapter_name']}`,
|
||||||
'n_update_time' : `{$arrNovel['n_update_time']}`,
|
'n_update_time' : `{$arrNovel['n_update_time']}`,
|
||||||
'c_sort_num' : 1,
|
'c_sort_num' : 1,
|
||||||
'c_name' : `第一章`,
|
'c_name' : `第一章`,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
{block name="head"}
|
{block name="head"}
|
||||||
<!-- 社交媒体标签 -->
|
<!-- 社交媒体标签 -->
|
||||||
<meta property="og:title" content=‘{site:replace code="NOVEL@GETSEARCHNOVEL@TITLE"} />
|
<meta property="og:title" content=‘{site:replace code="NOVEL@GETSEARCHNOVEL@TITLE" } />
|
||||||
<meta property="og:description" content='{site:replace code="NOVEL@GETSEARCHNOVEL@DESCRIPTION"}' />
|
<meta property="og:description" content='{site:replace code="NOVEL@GETSEARCHNOVEL@DESCRIPTION"}' />
|
||||||
<meta property="og:url" content="https://{$DomainModel->d_domain}{site:souurl key='$Request.get.keyword' p='1'/}" />
|
<meta property="og:url" content="https://{$DomainModel->d_domain}{site:souurl key='$Request.get.keyword' p='1'/}" />
|
||||||
<meta property="og:type" content="book" />
|
<meta property="og:type" content="book" />
|
||||||
@@ -56,50 +56,73 @@ p_val="page_data" button_num="10" cache_life="86400" func="generateSearchPager"
|
|||||||
|
|
||||||
{site:grm page_code="h5_novel_search" diff="$Request.url" num="30" g_key="arrGrm" /}
|
{site:grm page_code="h5_novel_search" diff="$Request.url" num="30" g_key="arrGrm" /}
|
||||||
|
|
||||||
<div class="wrap">
|
<h1 style="font-size:1rem;text-align: center;">{$Request.get.keyword}搜索结果 - {$DomainModel->d_name} 第{$Request.get.intPage}页</h1>
|
||||||
<div class="mod mod-search">
|
|
||||||
<div class="search-list">
|
<p style="text-align: center;">
|
||||||
|
搜索<span style="color:red;">“{$Request.get.keyword}”</span>相关结果共有 <span style="color:red">{$resData.p_data.total}</span>
|
||||||
<div class="result">
|
部小说
|
||||||
<h1>{$Request.get.keyword}搜索结果 - {$DomainModel->d_name} 第{$Request.get.intPage}页</h1>
|
</p>
|
||||||
搜索<span style="color:red">“{$Request.get.keyword}”</span>相关结果共有 <span style="color:red">{$resData.p_data.total}</span> 部小说
|
<nav class="breadcrumb" aria-label="breadcrumb">
|
||||||
</div>
|
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
||||||
{if empty($resData.data)}
|
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||||
<p style="text-align: center;line-height: 60px">没有相关数据</p>
|
<a href="/" itemprop="item">
|
||||||
{else}
|
<span itemprop="name">首页</span>
|
||||||
<ul class="clearfix">
|
</a>
|
||||||
{foreach $resData.data as $key=>$Novel}
|
<meta itemprop="position" content="1" />
|
||||||
{include file="public/novelListH" start="0"/}
|
</li>
|
||||||
{/foreach}
|
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||||
</ul>
|
<a href="{$strCategoryIndexUrlTemp}" itemprop="item">
|
||||||
{/if}
|
<span itemprop="name">分类</span>
|
||||||
|
</a>
|
||||||
</div>
|
<meta itemprop="position" content="2" />
|
||||||
<div class="pages">
|
</li>
|
||||||
<ul class="pager">
|
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
||||||
{volist name="$resData.p_data.pager" id="vo" key="k"}
|
<a href="{$strSearchIndexUrlTemp}" itemprop="item">
|
||||||
{switch $vo.label}
|
<span itemprop="name">搜索</span>
|
||||||
{case value="上一页"}
|
</a>
|
||||||
{if $resData.p_data.page == 1}
|
<meta itemprop="position" content="2" />
|
||||||
<li class="disabled"><span>«</span></li>
|
</li>
|
||||||
{else}
|
</ol>
|
||||||
<li><a href="{$vo.url}">«</a></li>
|
</nav>
|
||||||
{/if}
|
|
||||||
{/case}
|
{if empty($resData.data)}
|
||||||
{case value="下一页"}
|
<p style="text-align: center;line-height: 60px">没有相关数据</p>
|
||||||
{if $resData.p_data.page >= $resData.p_data.total}
|
{else}
|
||||||
<li class="disabled"><span>»</span></li>
|
|
||||||
{else}
|
<ul class="list">
|
||||||
<li><a href="{$vo.url}">»</a></li>
|
{volist name="$resData.data" id="Novel" key="key"}
|
||||||
{/if}
|
{include file="public/novelListH" start="0"/}
|
||||||
{/case}
|
{/volist}
|
||||||
{/switch}
|
</ul>
|
||||||
{/volist}
|
{/if}
|
||||||
</ul>
|
|
||||||
</div>
|
<div class="pagelist">
|
||||||
|
{volist name="$resData.p_data.pager" id="vo" key="k"}
|
||||||
</div>
|
{switch $vo.label}
|
||||||
|
{case value="上一页"}
|
||||||
|
{if $resData.p_data.page == 1}
|
||||||
|
<span>«</span>
|
||||||
|
{else}
|
||||||
|
<a class="page_on" href="{$vo.url}">«</a>
|
||||||
|
{/if}
|
||||||
|
{/case}
|
||||||
|
{case value="下一页"}
|
||||||
|
{if $resData.p_data.page >= $resData.p_data.total}
|
||||||
|
<span>»</span>
|
||||||
|
{else}
|
||||||
|
<a class="prev_on" href="{$vo.url}">»</a>
|
||||||
|
{/if}
|
||||||
|
{/case}
|
||||||
|
{default /}
|
||||||
|
{if preg_match('/^\d+$/', $vo.label)}
|
||||||
|
<a class='{eq name="vo.label" value="$Request.route.intPage"}page_on {/eq}' href="{$vo.url}">{$vo.label}</a>
|
||||||
|
{/if}
|
||||||
|
{/switch}
|
||||||
|
{/volist}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block name="customize"} {/block}
|
{block name="customize"} {/block}
|
||||||
@@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
|
|
||||||
{block name="get-data"}
|
{block name="get-data"}
|
||||||
{novel:pagerexp page="$Request.get.page" limit="30"
|
{novel:pagerexp page="$Request.get.page" limit="50"
|
||||||
n_category="$Request.route.strCategory"
|
n_category="$Request.route.strCategory"
|
||||||
n_sex="$Request.route.strGender"
|
n_sex="$Request.route.strGender"
|
||||||
n_status="$Request.route.strStatus"
|
n_status="$Request.route.strStatus"
|
||||||
d_key="d_key"
|
d_key="d_key"
|
||||||
button_num="10" cache_life="86400" func="generateCategoryPager" export_name="resData" /}
|
button_num="10" cache_life="86400" func="generateCategoryPager" export_name="resData" /}
|
||||||
{site:grm page_code="pc_novel_library" diff="$resData.p_data.page" num="70" g_key="arrGrm" /}
|
{site:grm page_code="pc_novel_library" diff="$resData.p_data.page" num="70" g_key="arrGrm" /}
|
||||||
{/block}
|
{/block}
|
||||||
@@ -81,142 +81,112 @@ button_num="10" cache_life="86400" func="generateCategoryPager" export_name="res
|
|||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block name="strPageCode"}
|
{block name="strPageCode"}
|
||||||
<?php $strPageCode = 'library'; ?>
|
<?php $strPageCode = 'library'; ?>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block name="main"}
|
{block name="main"}
|
||||||
|
|
||||||
|
<div id="main">
|
||||||
|
<div id="hotcontent">
|
||||||
<div class="content">
|
<div class="ll">
|
||||||
<nav class="breadcrumb" aria-label="breadcrumb">
|
{novel:list count="6" sort_type="tuijian" n_category="$Request.route.strCategory" d_key="d_key" d_val="Novel" p_val="page_data" cache_life="86400"}
|
||||||
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
<div class="item">
|
||||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
<div class="image">
|
||||||
<a href="{$strPcPath}/" itemprop="item">
|
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>
|
||||||
<span itemprop="name">首页</span>
|
<img class="lazyload-img" src="/static/img/default.jpg"
|
||||||
</a>
|
data-src="{$Novel.n_cover_path ?? ''}"
|
||||||
<meta itemprop="position" content="1" />
|
alt="{$Novel.n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读" width="120" height="150">
|
||||||
</li>
|
</a>
|
||||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
</div>
|
||||||
<a href="{$strPcPath}{$strCategoryIndexUrlTemp}" itemprop="item">
|
<dl>
|
||||||
<span itemprop="name">书库</span>
|
<dt>
|
||||||
</a>
|
<span>{$Novel.n_author ?? ''}</span>
|
||||||
</li>
|
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>
|
||||||
</ol>
|
{$Novel.n_name ?? ''}
|
||||||
</nav>
|
</a>
|
||||||
|
</dt>
|
||||||
<div class="find">
|
<dd>{$Novel.n_description ?? ''}</dd>
|
||||||
<div class="opt">
|
</dl>
|
||||||
<div class="optCl" mod="search_channel">
|
<div class="clear"></div>
|
||||||
<span class="optTit">所属频道</span>
|
|
||||||
<ul>
|
|
||||||
<li><a class='{eq name="$Request.route.strGender" value="all"}on {/eq} {eq name="$Request.route.strGender" value=""}on {/eq}'
|
|
||||||
href='{$strPcPath}{site:nflurl gender="all" category="$Request.route.strCategory" status="$Request.route.strStatus" page="$Request.route.intPage"/}'
|
|
||||||
btn="search_category">全部</a></li>
|
|
||||||
<li><a class='{eq name="$Request.route.strGender" value="$strNanUrl"}on {/eq}'
|
|
||||||
href='{$strPcPath}{site:nflurl gender="$strNanUrl" category="$Request.route.strCategory" status="$Request.route.strStatus" page="$Request.route.intPage"/}'
|
|
||||||
btn="search_category">男生</a></li>
|
|
||||||
<li><a class='{eq name="$Request.route.strGender" value="$strNvUrl"}on {/eq}'
|
|
||||||
href='{$strPcPath}{site:nflurl gender="$strNvUrl" category="$Request.route.strCategory" status="$Request.route.strStatus" page="$Request.route.intPage"/}'
|
|
||||||
btn="search_category">女生</a></li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="optCl" mod="search_channel">
|
{/novel:list}
|
||||||
<span class="optTit">所属分类</span>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<a class='{eq name="$Request.route.strCategory" value="all"}on {/eq} {eq name="$Request.route.strCategory" value=""}on {/eq}'
|
|
||||||
href='{$strPcPath}{site:nflurl gender="$Request.route.strGender" category="all" status="$Request.route.strStatus" page="$Request.route.intPage"/}'
|
|
||||||
btn="search_category">全部</a>
|
|
||||||
</li>
|
|
||||||
{if $Request.route.strGender == "all" || $Request.route.strGender == ""}
|
|
||||||
{novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
|
|
||||||
<li>
|
|
||||||
<a class='{eq name="strCategoryPinyin" value="$Request.route.strCategory"}on {/eq}'
|
|
||||||
href='{$strPcPath}{site:nflurl gender="$Request.route.strGender" category="$strCategoryPinyin" status="$Request.route.strStatus" page="$Request.route.intPage"/}'
|
|
||||||
btn="search_category">{$strCategoryName}</a>
|
|
||||||
</li>
|
|
||||||
{/novel:category}
|
|
||||||
{/if}
|
|
||||||
|
|
||||||
{eq name="$Request.route.strGender" value="$strNanUrl"}
|
|
||||||
{novel:category d_key="strCategoryPinyin" d_val="strCategoryName" n_sex="man"}
|
|
||||||
<li><a class='{eq name="strCategoryPinyin" value="$Request.route.strCategory"}on {/eq}'
|
|
||||||
href='{$strPcPath}{site:nflurl gender="$Request.route.strGender" category="$strCategoryPinyin" status="$Request.route.strStatus" page="$Request.route.intPage"/}'
|
|
||||||
btn="search_category">{$strCategoryName}</a></li>
|
|
||||||
{/novel:category}
|
|
||||||
{/eq}
|
|
||||||
|
|
||||||
{eq name="$Request.route.strGender" value="$strNvUrl"}
|
|
||||||
{novel:category d_key="strCategoryPinyin" d_val="strCategoryName" n_sex="women"}
|
|
||||||
<li><a class='{eq name="strCategoryPinyin" value="$Request.route.strCategory"}on {/eq}'
|
|
||||||
href='{$strPcPath}{site:nflurl gender="$Request.route.strGender" category="$strCategoryPinyin" status="$Request.route.strStatus" page="$Request.route.intPage"/}'
|
|
||||||
btn="search_category">{$strCategoryName}</a></li>
|
|
||||||
{/novel:category}
|
|
||||||
{/eq}
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="optCl">
|
|
||||||
<span class="optTit">是否完结</span>
|
|
||||||
<ul>
|
|
||||||
<li><a class='{eq name="$Request.route.strStatus" value="all"}on {/eq} {eq name="$Request.route.strStatus" value=""}on {/eq}'
|
|
||||||
href='{$strPcPath}{site:nflurl gender="$Request.route.strGender" category="$Request.route.strCategory" status="all" page="$Request.route.intPage"/}'
|
|
||||||
btn="search_category">全部</a></li>
|
|
||||||
<li><a class='{eq name="$Request.route.strStatus" value="lianzai"}on {/eq}'
|
|
||||||
href='{$strPcPath}{site:nflurl gender="$Request.route.strGender" category="$Request.route.strCategory" status="lianzai" page="$Request.route.intPage"/}'
|
|
||||||
btn="search_category">连载</a></li>
|
|
||||||
<li><a class='{eq name="$Request.route.strStatus" value="wanjie"}on {/eq}'
|
|
||||||
href='{$strPcPath}{site:nflurl gender="$Request.route.strGender" category="$Request.route.strCategory" status="wanjie" page="$Request.route.intPage"/}'
|
|
||||||
btn="search_category">完本</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<!--选择搜索 结束-->
|
<div id="newscontent">
|
||||||
|
<div class="l">
|
||||||
|
<h2>
|
||||||
|
小说分类 - 小说列表
|
||||||
|
<span style="float: right;padding-right: 10px;">
|
||||||
|
<a href="javascript:void(0)">{site:getval code="strNovelCategoryName" /}</a>
|
||||||
|
</span>
|
||||||
|
</h2>
|
||||||
|
<ul>
|
||||||
|
{foreach $resData.data as $key=>$Novel}
|
||||||
|
<li>
|
||||||
|
<span class="s1">[{$Novel->n_category ?? ''}]</span>
|
||||||
|
<span class="s2">
|
||||||
|
{$arrGrm[$d_key+20]|raw}
|
||||||
|
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}' target="_blank">{$Novel->n_name}</a>
|
||||||
|
</span>
|
||||||
|
<span class="s3">
|
||||||
|
<a href='{$strPcPath}{site:lcpurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin" /}' target="_blank">
|
||||||
|
{$Novel->n_latest_chapter_name ?? ''}
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
<span class="s4">{$Novel->n_author}</span>
|
||||||
|
<span class="s5">{:date('m-d')}</span>
|
||||||
|
</li>
|
||||||
|
{/foreach}
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="r">
|
||||||
|
<h2>最新入库</h2>
|
||||||
|
<ul>
|
||||||
|
{novel:list count="50" sort_type="news" d_key="d_key" d_val="Novel" p_val="page_data"
|
||||||
|
cache_life="86400"}
|
||||||
|
<li>
|
||||||
|
<span class="s2">
|
||||||
|
{$arrGrm[$d_key+20]|raw}
|
||||||
|
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>{$Novel->n_name}</a>
|
||||||
|
</span>
|
||||||
|
<span class="s5">{$Novel->n_author}</span>
|
||||||
|
</li>
|
||||||
|
|
||||||
<!--搜索结果 开始-->
|
|
||||||
<div class="result" mod="search_data_list">
|
{/novel:list}
|
||||||
<ul>
|
</ul>
|
||||||
{volist name="$resData.data" id="Novel" key="key"}
|
</div>
|
||||||
{include file="pc/public/shukuNovelList" start="0"/}
|
<div id="pages">
|
||||||
{/volist}
|
<div class="pagelink" id="pagelink">
|
||||||
</ul>
|
{volist name="resData.p_data.pager" id="vo" key="k"}
|
||||||
<!--页码切换 开始-->
|
|
||||||
<div class="changepage">
|
|
||||||
<ul class="pagination">
|
|
||||||
{volist name="$resData.p_data.pager" id="vo" key="k"}
|
|
||||||
{switch $vo.label}
|
{switch $vo.label}
|
||||||
{case value="上一页"}
|
{case value="上一页"}
|
||||||
{if $resData.p_data.page == 1}
|
{if $resData.p_data.page == 1}
|
||||||
<li class="disabled"><span>«</span></li>
|
<span>«</span>
|
||||||
{else}
|
{else}
|
||||||
<a href="{$vo.url}">«</a>
|
<a href="{$strPcPath}{$vo.url}">«</a>
|
||||||
{/if}
|
{/if}
|
||||||
{/case}
|
{/case}
|
||||||
{case value="下一页"}
|
{case value="下一页"}
|
||||||
{if $resData.p_data.page >= $resData.p_data.total}
|
{if $resData.p_data.page >= $resData.p_data.total}
|
||||||
<li class="disabled"><span>»</span></li>
|
<span>»</span>
|
||||||
{else}
|
{else}
|
||||||
<li><a href="{$strPcPath}{$vo.url}">»</a></li>
|
<a href="{$strPcPath}{$vo.url}">»</a>
|
||||||
{/if}
|
{/if}
|
||||||
{/case}
|
{/case}
|
||||||
{case value="..."}
|
{case value="..."}
|
||||||
<li class="disabled"><span>...</span></li>
|
<span>...</span>
|
||||||
{/case}
|
{/case}
|
||||||
{default /}
|
{default /}
|
||||||
{if preg_match('/^\d+$/', $vo.label)}
|
{if preg_match('/^\d+$/', $vo.label)}
|
||||||
<li class='{eq name="vo.label" value="$Request.route.intPage"}active {/eq}'>
|
<a href="{$strPcPath}{$vo.url}">{$vo.label}</a>
|
||||||
<a href="{$strPcPath}{$vo.url}">{$vo.label}</a>
|
|
||||||
</li>
|
|
||||||
{/if}
|
{/if}
|
||||||
{/switch}
|
{/switch}
|
||||||
{/volist}
|
{/volist}
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--页码切换 结束-->
|
|
||||||
</div>
|
</div>
|
||||||
<!--选择结果 结束-->
|
|
||||||
</div>
|
</div>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
{block name="get-data"}
|
{block name="get-data"}
|
||||||
{novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="0" /}
|
{novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="0" /}
|
||||||
|
|
||||||
|
{chapter:pagerexp page="$Request.route.intPage" limit="100" n_id="$Request.route.intNovelId" d_key="d_key" d_val="chapter"
|
||||||
|
cache_life="86400" button_num="3" sort_type="$Request.route.strOrder" func="generateChapterPager" export_name="resData" /}
|
||||||
|
|
||||||
|
|
||||||
{site:grm page_code="pc_novel_catalog" diff="$Request.url" num="120" g_key="arrGrm" /}
|
{site:grm page_code="pc_novel_catalog" diff="$Request.url" num="120" g_key="arrGrm" /}
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
@@ -82,73 +87,89 @@
|
|||||||
{/block}
|
{/block}
|
||||||
{block name="main"}
|
{block name="main"}
|
||||||
|
|
||||||
{chapter:pagerexp page="$Request.route.intPage" limit="100" n_id="$Request.route.intNovelId" d_key="d_key" d_val="chapter"
|
|
||||||
cache_life="86400" button_num="3" sort_type="$Request.route.strOrder" func="generateChapterPager" export_name="resData" /}
|
|
||||||
|
|
||||||
<div class="content">
|
<div id="wrapper">
|
||||||
<nav class="breadcrumb" aria-label="breadcrumb">
|
<div id="main">
|
||||||
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
<div class="box_con">
|
||||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
<div id="maininfo">
|
||||||
<a href="/" itemprop="item">
|
<div id="info">
|
||||||
<span itemprop="name">首页</span>
|
<h1>{$arrNovel.n_name}</h1>
|
||||||
</a>
|
<p>
|
||||||
<meta itemprop="position" content="1" />
|
作者:<a href='{$strPcPath}{site:souurl key="$arrNovel.n_author" p="1"/}'>{$arrNovel.n_author}</a>
|
||||||
</li>
|
状态:{$arrNovel.n_status}
|
||||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
</p>
|
||||||
<?php $arrNovel['n_category_pinyin'] ?? $arrNovel['n_category_pinyin'] = 'all'?>
|
<p>
|
||||||
<a href='{$strPcPath}{site:nflurl gender="all" category="$arrNovel.n_category_pinyin" status="all" page="1"/}' itemprop="item">
|
分类:其他小说 <a rel="nofollow"
|
||||||
<span itemprop="name">{$arrNovel.n_category}</span>
|
href="javascript:addBookshelfFun();">加入书架</a>
|
||||||
</a>
|
<a href='{$strPcPath}{site:nclurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" order="zheng" page="1"/}'>章节目录</a>
|
||||||
<meta itemprop="position" content="2" />
|
</p>
|
||||||
</li>
|
<p>
|
||||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
最新章节:<a href='{$strPcPath}{site:lcpurl n_id="$arrNovel.n_id"
|
||||||
<a href='{$strPcPath}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}' itemprop="item">
|
n_py="$arrNovel.n_name_pinyin" /}'>{$arrNovel.arrLatestChapter.c_name ?? ""}</a>
|
||||||
<span itemprop="name">{$arrNovel['n_name']}</span>
|
</p>
|
||||||
</a>
|
<p>更新时间:{$arrNovel.n_update_time}</p>
|
||||||
<meta itemprop="position" content="3" />
|
</div>
|
||||||
</li>
|
<div id="intro">
|
||||||
<li class="breadcrumb-item active" aria-current="page" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
{$arrNovel.n_description ?? ''}<br />
|
||||||
<span itemprop="name">目录</span>
|
{volist name='arrNovel.n_forge_novel' id='ForgeNovel'}
|
||||||
<meta itemprop="position" content="4" />
|
<a
|
||||||
</li>
|
href='{$strPcPath}{site:nnurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" n_fid="$ForgeNovel.n_forge_id"/}'>{$ForgeNovel.n_forge_title}</a>
|
||||||
</ol>
|
{/volist}
|
||||||
|
|
||||||
</nav>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="con_box">
|
<div id="sidebar">
|
||||||
|
<div id="fmimg">
|
||||||
<div class="top">
|
<img rc="/static/img/default.jpg" data-src="{$arrNovel.n_cover_path ?? ''}"
|
||||||
{$arrGrm[0]|raw}
|
alt="{$arrNovel['n_name'] ?? ''}小说封面 - {$arrNovel.n_author}最新章节" class="lazy lazyload-img"
|
||||||
<h1>
|
width="120" height="150" />
|
||||||
<a href='{$strPcPath}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}' >
|
</div>
|
||||||
{$arrNovel['n_name']}章节目录 - {$arrNovel['n_author']} - {$DomainModel->d_name} 第{$Request.route.intPage}页
|
|
||||||
</a>
|
|
||||||
</h1>
|
|
||||||
<p>作者:{$arrNovel.n_author}</p>
|
|
||||||
</div>
|
|
||||||
<div class="fenlei">
|
|
||||||
|
|
||||||
<div class="tit" btn="toggle_chapter_list"><span></span>章节列表</div>
|
|
||||||
|
|
||||||
<!-- 目录下拉分页-->
|
|
||||||
{include file="pc/public/allChapterPage" /}
|
|
||||||
|
|
||||||
<div class="fL_con">
|
|
||||||
<ul>
|
|
||||||
{foreach $resData.data as $key => $Chapter }
|
|
||||||
<li>
|
|
||||||
{$arrGrm[$key]|raw}
|
|
||||||
<h2>
|
|
||||||
<a href='{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$Chapter.c_sort_num" c_page="0"/}' >{$Chapter.c_name}</a>
|
|
||||||
</h2>
|
|
||||||
</li>
|
|
||||||
{/foreach}
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 目录下拉分页-->
|
|
||||||
{include file="pc/public/allChapterPage" /}
|
|
||||||
</div>
|
</div>
|
||||||
|
<div class="box_con">
|
||||||
|
<div id="list">
|
||||||
|
<dl>
|
||||||
|
<dt>
|
||||||
|
<b>《{$arrNovel.n_name}》正文目录</b>
|
||||||
|
</dt>
|
||||||
|
{include file="pc/public/allChapterPage" /}
|
||||||
|
|
||||||
|
{foreach $resData.data as $key=>$Chapter}
|
||||||
|
<dd>
|
||||||
|
{$arrGrm[$key]|raw}
|
||||||
|
<a href='{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$Chapter.c_sort_num" c_page="0"/}'>
|
||||||
|
{$Chapter.c_name}</a>
|
||||||
|
</dd>
|
||||||
|
{/foreach}
|
||||||
|
|
||||||
|
<dd>
|
||||||
|
<a href='{$strPcPath}{site:nclurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" order="zheng" page="1"/}'>
|
||||||
|
返回《{$arrNovel.n_name}》第一页</a>
|
||||||
|
</dd>
|
||||||
|
{include file="pc/public/allChapterPage" /}
|
||||||
|
|
||||||
|
</dl>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="hotbook"></div>
|
||||||
|
<p>{$arrNovel.strFocus ?? ""} 。看小说就来{$DomainModel->d_name} {$DomainModel->d_domain}...
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="hotbook">
|
||||||
|
<b>书友点击:</b>
|
||||||
|
{volist name='$arrNovel.arrRelateveNovel' id='Novel'}
|
||||||
|
<a href='{$strPcPath}{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>{$Novel.n_name} </a>
|
||||||
|
{/volist}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="hotbook">
|
||||||
|
<b>书友收藏:</b>
|
||||||
|
{novel:list count="6" n_category="$arrNovel.n_category_pinyin" n_status="wanjie" d_key="d_key" d_val="Novel"
|
||||||
|
p_val="page_data" cache_life="86400"}
|
||||||
|
<a href='{$strPcPath}{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>{$Novel.n_name}</a>
|
||||||
|
{/novel:list}
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/block}
|
{/block}
|
||||||
|
|||||||
@@ -1,423 +1,181 @@
|
|||||||
<html>
|
{extend name="basePc" /}
|
||||||
|
|
||||||
<head>
|
{block name="get-data"}
|
||||||
{site:grm page_code="pc_novel_chapter" diff="$Request.url" num="20" g_key="arrGrm" /}
|
|
||||||
|
|
||||||
|
{site:grm page_code="pc_novel_chapter" diff="$Request.url" num="60" g_key="arrGrm" /}
|
||||||
{novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="0" /}
|
{novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="0" /}
|
||||||
{chapter:info n_id="$Request.route.intNovelId" c_sort_num="$Request.route.intChapterSort"
|
{chapter:info n_id="$Request.route.intNovelId" c_sort_num="$Request.route.intChapterSort"
|
||||||
c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
||||||
|
{/block}
|
||||||
|
|
||||||
<meta charset="utf-8">
|
{block name="title"}{site:replace code="NOVEL@GETNOVELCHAPTER@TITLE"}{/block}
|
||||||
<meta name="robots" content="index, follow" />
|
{block name="keywords"}{site:replace code="NOVEL@GETNOVELCHAPTER@KEYWORDS"}{/block}
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
{block name="description"}{site:replace code="NOVEL@GETNOVELCHAPTER@DESCRIPTION"}{/block}
|
||||||
<meta name="keywords" content='{site:replace code="NOVEL@GETNOVELCHAPTER@KEYWORDS"}'>
|
|
||||||
<meta name="description" content='{site:replace code="NOVEL@GETNOVELCHAPTER@DESCRIPTION"}'>
|
|
||||||
<title>{site:replace code="NOVEL@GETNOVELCHAPTER@TITLE"}</title>
|
|
||||||
<link rel="icon" href="/template/kuangyu/public/img/favicon.ico" type="image/x-icon" />
|
|
||||||
<link rel="stylesheet" href="/template/kuangyu/reader/web/css/style.css" type="text/css">
|
|
||||||
<link rel="stylesheet" href="/public/layer/need/layer.css" type="text/css">
|
|
||||||
{block name="head-css"}
|
|
||||||
<link rel="canonical"
|
|
||||||
href='https://{$DomainModel->d_domain}{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.c_sort_num"/}'>
|
|
||||||
{/block}
|
|
||||||
|
|
||||||
<!-- 社交媒体标签 -->
|
{block name="head"}
|
||||||
<meta property="og:title" content="{$arrNovel['n_name']??'未知小说'} {$arrChapter.c_name} - {$DomainModel->d_name}" />
|
|
||||||
<meta property="og:description" content='{site:replace code="NOVEL@GETNOVELCHAPTER@DESCRIPTION"}' />
|
|
||||||
<meta property="og:url"
|
|
||||||
content='https://{$DomainModel->d_domain}{$strPcPath}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}' />
|
|
||||||
<meta property="og:type" content="book" />
|
<meta property="og:title" content="{$arrNovel['n_name']??'未知小说'} {$arrChapter.c_name} - {$DomainModel->d_name}" />
|
||||||
<meta property="og:image" content="{$arrNovel.n_cover_path ?? ''}" />
|
<meta property="og:description" content='{site:replace code="NOVEL@GETNOVELCHAPTER@DESCRIPTION"}' />
|
||||||
<meta property="og:site_name" content="{$DomainModel->d_name}" />
|
<meta property="og:url"
|
||||||
<meta property="og:novel:category" content="{$arrNovel.n_category ?? ''}">
|
content='https://{$DomainModel->d_domain}{$strPcPath}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}' />
|
||||||
<meta property="og:novel:author" content="{$arrNovel.n_author ?? ''}">
|
<meta property="og:type" content="book" />
|
||||||
<meta property="og:novel:book_name" content="{$arrNovel.n_name ?? ''}">
|
<meta property="og:image" content="{$arrNovel.n_cover_path ?? ''}" />
|
||||||
<meta property="og:novel:read_url"
|
<meta property="og:site_name" content="{$DomainModel->d_name}" />
|
||||||
content='https://{$DomainModel->d_domain}{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.c_sort_num"/}'>
|
<meta property="og:novel:category" content="{$arrNovel.n_category ?? ''}">
|
||||||
<meta property="og:novel:status" content="{$arrNovel.n_status ?? ''}">
|
<meta property="og:novel:author" content="{$arrNovel.n_author ?? ''}">
|
||||||
<meta property="og:novel:update_time" content="{$arrNovel.n_update_time ?? ''}">
|
<meta property="og:novel:book_name" content="{$arrNovel.n_name ?? ''}">
|
||||||
<meta property="og:novel:latest_chapter_name" content="{$arrChapter.c_name}">
|
<meta property="og:novel:read_url"
|
||||||
<meta property="og:novel:latest_chapter_url"
|
content='https://{$DomainModel->d_domain}{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.c_sort_num"/}'>
|
||||||
content='https://{$DomainModel->d_domain}{$strPcPath}{site:lcpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'>
|
<meta property="og:novel:status" content="{$arrNovel.n_status ?? ''}">
|
||||||
<!-- 可选:支持 Twitter Card -->
|
<meta property="og:novel:update_time" content="{$arrNovel.n_update_time ?? ''}">
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta property="og:novel:latest_chapter_name" content="{$arrChapter.c_name}">
|
||||||
<meta name="twitter:title" content="{$arrNovel['n_name']??'未知小说'} {$arrChapter.c_name} - {$DomainModel->d_name}" />
|
<meta property="og:novel:latest_chapter_url"
|
||||||
<meta name="twitter:description" content='{site:replace code="NOVEL@GETNOVELCHAPTER@DESCRIPTION"}' />
|
content='https://{$DomainModel->d_domain}{$strPcPath}{site:lcpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'>
|
||||||
<meta name="twitter:image" content="{$arrNovel.n_cover_path ?? ''}" />
|
<!-- 可选:支持 Twitter Card -->
|
||||||
<!-- 结构化数据 -->
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
<script type="application/ld+json">
|
<meta name="twitter:title" content="{$arrNovel['n_name']??'未知小说'} {$arrChapter.c_name} - {$DomainModel->d_name}" />
|
||||||
{
|
<meta name="twitter:description" content="{$strDescription ?? '暂无简介'}" />
|
||||||
"@context": "https://schema.org",
|
<meta name="twitter:image" content="{$arrNovel.n_cover_path ?? ''}" />
|
||||||
"@type": "Book",
|
|
||||||
"name": "{$arrNovel['n_name'] ?? '未知小说'}",
|
<!-- 结构化数据 -->
|
||||||
"author": {
|
<script type="application/ld+json">
|
||||||
"@type": "Person",
|
{
|
||||||
"name": "{$arrNovel['n_author'] ??'佚名'}"
|
"@context": "https://schema.org",
|
||||||
},
|
"@type": "Book",
|
||||||
"publisher": {
|
"name": "{$arrNovel['n_name'] ?? '未知小说'}",
|
||||||
"@type": "Organization",
|
"author": {
|
||||||
"name": "{$DomainModel->d_name}",
|
"@type": "Person",
|
||||||
"url": "https://{$DomainModel->d_domain}"
|
"name": "{$arrNovel['n_author'] ??'佚名'}"
|
||||||
},
|
},
|
||||||
"image": "{$arrNovel.n_cover_path ?? ''}",
|
"publisher": {
|
||||||
|
"@type": "Organization",
|
||||||
|
"name": "{$DomainModel->d_name}",
|
||||||
|
"url": "https://{$DomainModel->d_domain}"
|
||||||
|
},
|
||||||
|
"image": "{$arrNovel.n_cover_path ?? ''}",
|
||||||
|
"url":'https://{$DomainModel->d_domain}{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.c_sort_num" c_page="0"/}',
|
||||||
|
"inLanguage": "zh-CN",
|
||||||
|
"genre": "{$arrNovel.n_category ??''}",
|
||||||
|
"datePublished": "{$arrNovel['n_update_time'] ?? time()}",
|
||||||
|
"hasPart": {
|
||||||
|
"@type": "CreativeWork",
|
||||||
|
"name": "{$arrChapter.c_name ?? ''}",
|
||||||
"url":'https://{$DomainModel->d_domain}{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.c_sort_num" c_page="0"/}',
|
"url":'https://{$DomainModel->d_domain}{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.c_sort_num" c_page="0"/}',
|
||||||
"inLanguage": "zh-CN",
|
"description": '{site:replace code="NOVEL@GETNOVELCHAPTER@DESCRIPTION"}'
|
||||||
"genre": "{$arrNovel.n_category ??''}",
|
|
||||||
"datePublished": "{$arrNovel['n_update_time'] ?? time()}",
|
|
||||||
"hasPart": {
|
|
||||||
"@type": "CreativeWork",
|
|
||||||
"name": "{$arrChapter.c_name ?? ''}",
|
|
||||||
"url":'https://{$DomainModel->d_domain}{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.c_sort_num" c_page="0"/}',
|
|
||||||
"description": '{site:replace code="NOVEL@GETNOVELCHAPTER@DESCRIPTION"}'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</script>
|
}
|
||||||
<script>
|
</script>
|
||||||
const strPcPath = `{$strPcPath}`;
|
|
||||||
</script>
|
|
||||||
<script src="/public/js/yueduqsbs.js"></script>
|
|
||||||
|
|
||||||
</head>
|
{/block}
|
||||||
|
|
||||||
<body class="theme-0 w800" data-bid='{$strPcPath}/xiaoshuo/name-1'>
|
{block name="head-css"}
|
||||||
{$arrGrm[0]|raw}
|
<link rel="canonical"
|
||||||
<div class="wrap">
|
href='https://{$DomainModel->d_domain}{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.c_sort_num"/}'>
|
||||||
<div class="read-header" id="readHeader">
|
{/block}
|
||||||
<div class="wrap-center cf">
|
|
||||||
<div class="left-nav fl">
|
{block name="head-js"}
|
||||||
<div class="logo">
|
<script src="/template/default/pc/js/yueduqsbs.js"></script>
|
||||||
{$DomainModel->d_text_log}
|
{/block}
|
||||||
</div>
|
|
||||||
<ul>
|
{block name="body-class"}novel_info{/block}
|
||||||
<li>
|
{block name='nav-active-class'}home{/block}
|
||||||
{$arrGrm[17]|raw}
|
|
||||||
<cite><a href="{$strPcPath}/">首页</a></cite>
|
{block name="main"}
|
||||||
</li>
|
|
||||||
<li id="j_nearRead" class="">
|
<div class="content_read" id="chapter">
|
||||||
<cite>最近阅读</cite>
|
<div class="box_con">
|
||||||
<div class="dropdown last-read" id="j_nearList">
|
<div class="con_top">
|
||||||
<dl>
|
<a href="{$strPcPath}/">{$DomainModel->d_name}</a>
|
||||||
</dl>
|
><a
|
||||||
{$arrGrm[18]|raw}
|
|
||||||
<a class="all" href='{$strPcPath}{$strHistoryUrlTemp}'>
|
|
||||||
查看全部<em class="iconfont"></em>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="quick-nav">
|
|
||||||
<cite>快速导航</cite>
|
|
||||||
<div class="dropdown type-list">
|
|
||||||
<div class="type-box">
|
|
||||||
<h3><a href="{$strPcPath}/">首页</a></h3>
|
|
||||||
</div>
|
|
||||||
<div class="type-box">
|
|
||||||
<h3><a href='{$strPcPath}{site:nflurl gender="$strNanUrlTemp" category="all" status="all" page="1"/}'>男生</a></h3>
|
|
||||||
{novel:category d_key="strCategoryPinyin" d_val="strCategoryName" n_sex="man"}
|
|
||||||
<a href='{$strPcPath}{site:nflurl gender="$strNanUrlTemp" category="{$strCategoryPinyin}" status="all" page="1"/}'>{$strCategoryName}</a>
|
|
||||||
{/novel:category}
|
|
||||||
</div>
|
|
||||||
<div class="type-box">
|
|
||||||
|
|
||||||
<h3><a href='{$strPcPath}{site:nflurl gender="$strNvUrlTemp" category="all" status="all" page="1"/}'>女生</a></h3>
|
|
||||||
{novel:category d_key="strCategoryPinyin" d_val="strCategoryName" n_sex="women"}
|
|
||||||
<a href='{$strPcPath}{site:nflurl gender="$strNvUrlTemp" category="{$strCategoryPinyin}" status="all" page="1"/}'>{$strCategoryName}</a>
|
|
||||||
{/novel:category}
|
|
||||||
</div>
|
|
||||||
<div class="type-box">
|
|
||||||
<h3><a href="{$strPcPath}{$strCategoryIndexUrlTemp}">书库</a></h3>
|
|
||||||
</div>
|
|
||||||
<div class="type-box">
|
|
||||||
<h3><a href="{$strPcPath}{$strRankUrlTemp}">排行</a></h3>
|
|
||||||
</div>
|
|
||||||
<!-- <div class="type-box">
|
|
||||||
<h3><a href="{$strPcPath}/seo.html" >文章</a></h3>
|
|
||||||
</div> -->
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
{$arrGrm[1]|raw}
|
|
||||||
<div class="read-login fr">
|
|
||||||
<ul>
|
|
||||||
<li id="min-search">
|
|
||||||
<form action="{$strPcPath}{$strSearchIndexUrlTemp}" method="get">
|
|
||||||
<input class="submit-input" type="submit" id="searchSubmit">
|
|
||||||
<input id="pin-input" class="pin-input hide" name="keyword" type="text" placeholder="">
|
|
||||||
<label id="pin-search" for="searchSubmit">
|
|
||||||
<em class="iconfont"></em>
|
|
||||||
</label>
|
|
||||||
</form>
|
|
||||||
</li>
|
|
||||||
<li class="line"></li>
|
|
||||||
<li class="sign-in">
|
|
||||||
<img src="/template/kuangyu/reader/web/images/user-icon.png" class="headPortrait">
|
|
||||||
<a href="{$strPcPath}{$strUserUrlTemp}">123456</a>
|
|
||||||
<div class="dropdown">
|
|
||||||
<!-- <a href="{$strUserUrlTemp}/index/index.html">个人中心</a> -->
|
|
||||||
{$arrGrm[16]|raw}
|
|
||||||
<a href="{$strPcPath}{$strBookShelfUrlTemp}">我的书架</a>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="crumbs-nav">
|
|
||||||
<a href="{$strPcPath}/">首页</a>
|
|
||||||
<em class="iconfont"></em>
|
|
||||||
{if $arrNovel.n_category_sex_en && $arrNovel.n_category_sex_en == 'man'}
|
|
||||||
{$arrGrm[15]|raw}
|
|
||||||
|
|
||||||
<a href='{$strPcPath}{site:nflurl gender="$strNanUrlTemp" category="all" status="all" page="1"/}'>男生</a>
|
|
||||||
<em class="iconfont"></em>
|
|
||||||
{$arrGrm[14]|raw}
|
|
||||||
<?php $arrNovel['n_category_pinyin'] ?? $arrNovel['n_category_pinyin'] = 'all'?>
|
|
||||||
<a
|
|
||||||
|
|
||||||
href='{$strPcPath}{site:nflurl gender="$strNanUrlTemp" category="$arrNovel.n_category_pinyin" status="all" page="1"/}'>{$arrNovel.n_category}</a>
|
|
||||||
{else}
|
|
||||||
<a href='{$strPcPath}{site:nflurl gender="$strNvUrlTemp" category="all" status="all" page="1"/}'>女生</a>
|
|
||||||
<em class="iconfont"></em>
|
|
||||||
{$arrGrm[13]|raw}
|
|
||||||
<a href='{$strPcPath}{site:nflurl gender="$strNvUrlTemp" category="$arrNovel.n_category_pinyin" status="all" page="1"/}'>{$arrNovel.n_category}</a>
|
|
||||||
{/if}
|
|
||||||
<em class="iconfont"></em>
|
|
||||||
{$arrGrm[12]|raw}
|
|
||||||
<a
|
|
||||||
href='{$strPcPath}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'>{$arrNovel.n_name}</a>
|
href='{$strPcPath}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'>{$arrNovel.n_name}</a>
|
||||||
|
>{$arrChapter['c_name']}
|
||||||
</div>
|
</div>
|
||||||
<div class="read-main-wrap font-family01" style="font-size:18px" id="j_readMainWrap">
|
<div class="bookname">
|
||||||
<div id="j_chapterBox">
|
<h1>{$arrChapter['c_name']}
|
||||||
<div class="text-wrap" id="ajaxchapter-4b2d5aab58d71" data-cid="4b2d5aab58d71"
|
{if $Request.route.intChapterPage > 0}
|
||||||
data-purl="javascript:void(0);" data-nurl=""
|
(第{$Request.route.intChapterPage}页)
|
||||||
data-info="0|-1|486ef2abee55d|0">
|
|
||||||
<div class="main-text-wrap">
|
|
||||||
<div class="text-head">
|
|
||||||
<h1 class="j_chapterName">
|
|
||||||
<a href='{$strPcPath}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'>
|
|
||||||
{$arrNovel.n_name}
|
|
||||||
</a>
|
|
||||||
<a href='{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.c_sort_num" c_page="0"/}'
|
|
||||||
>{$arrChapter.c_name}</a>
|
|
||||||
</h1>
|
|
||||||
<div class="text-info cf">
|
|
||||||
<div class="info fl">
|
|
||||||
{$arrGrm[11]|raw}
|
|
||||||
<a
|
|
||||||
href='{$strPcPath}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'>
|
|
||||||
<em class="iconfont"></em> {$arrNovel.n_name}</a>
|
|
||||||
<a href="javascript:"> <em class="iconfont"></em> {$arrNovel.n_author}</a>
|
|
||||||
<i><em class="iconfont"></em><span class="j_chapterWordCut">2000</span>字</i>
|
|
||||||
<i><em class="iconfont"></em><span class="j_updateTime">{$arrChapter.created_at ??
|
|
||||||
''}</span></i>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="read-content j_readContent">
|
|
||||||
{if $arrChapter && $arrChapter.c_content}
|
|
||||||
<script>document.writeln(qsbs.bb('{$arrChapter.c_content}'));</script>
|
|
||||||
{/if}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="la-ball-pulse j_chapterLoad hidden" style="display: none;">
|
|
||||||
<span></span>
|
|
||||||
<span></span>
|
|
||||||
<span></span>
|
|
||||||
</div>
|
|
||||||
<div class="chapter-control dib-wrap">
|
|
||||||
{if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1}
|
|
||||||
<a id="j_chapterPrev" href="javascript:void(0);">上一章</a>
|
|
||||||
{else}
|
|
||||||
{$arrGrm[10]|raw}
|
|
||||||
<a id="j_chapterPrev"
|
|
||||||
href='{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.pre_chapter.c_sort_num" c_page="0"/}'>上一章</a>
|
|
||||||
{/if}
|
{/if}
|
||||||
<span>|</span>
|
</h1>
|
||||||
|
|
||||||
|
<div class="bottem1">
|
||||||
|
{if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1}
|
||||||
|
<a target="_top" class="pre" href="javascript:void(0);">上一页</a>
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
{if $arrChapter.pre_chapter && $arrChapter.pre_chapter.c_sort_num}
|
||||||
|
{$arrGrm[10]|raw}
|
||||||
|
<a target="_top" class="pre"
|
||||||
|
href='{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.pre_chapter.c_sort_num" c_page="$arrChapter.pre_chapter.c_page"/}'>上一页</a>
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
<a href='{$strPcPath}{site:nclurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" order="zheng" page="1"/}'
|
||||||
|
target="_top" class="pre">章节目录</a>
|
||||||
|
|
||||||
|
<a rel="nofollow" href="javascript:addBookshelfFun();" target="_top" class="pre">加入书架</a>
|
||||||
|
|
||||||
{if $arrChapter.next_chapter && $arrChapter.next_chapter.c_sort_num}
|
{if $arrChapter.next_chapter && $arrChapter.next_chapter.c_sort_num}
|
||||||
{$arrGrm[9]|raw}
|
{$arrGrm[9]|raw}
|
||||||
<a id="j_chapterNext"
|
<a target="_top" class="pre"
|
||||||
href='{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.next_chapter.c_sort_num" c_page="0"/}'>下一章</a>
|
href='{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.next_chapter.c_sort_num" c_page="$arrChapter.next_chapter.c_page"/}'>下一页</a>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="hotbook">
|
||||||
|
<b>书友点击:</b>
|
||||||
|
{volist name='$arrNovel.arrRelateveNovel' id='Novel'}
|
||||||
|
<a href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>{$Novel.n_name} </a>
|
||||||
|
{/volist}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="content">
|
||||||
|
{$arrGrm[3]|raw}
|
||||||
|
<script>document.writeln(qsbs.bb('{$arrChapter.c_content}'));</script>
|
||||||
|
{$arrGrm[4]|raw}
|
||||||
|
</div>
|
||||||
|
<div class="bottem2">
|
||||||
|
{if $arrChapter && $arrChapter.c_sort_num && $arrChapter.c_sort_num == 1}
|
||||||
|
<a target="_top" class="pre" href="javascript:void(0);">上一页</a>
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
{if $arrChapter.pre_chapter && $arrChapter.pre_chapter.c_sort_num}
|
||||||
|
{$arrGrm[10]|raw}
|
||||||
|
<a target="_top" class="pre"
|
||||||
|
href='{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.pre_chapter.c_sort_num" c_page="$arrChapter.pre_chapter.c_page"/}'>上一页</a>
|
||||||
|
{/if}
|
||||||
|
<a href='{$strPcPath}{site:nclurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" order="zheng" page="1"/}'
|
||||||
|
target="_top" class="pre">章节目录</a>
|
||||||
|
|
||||||
|
<a rel="nofollow" href="javascript:addBookshelfFun();" target="_top" class="pre">加入书架</a>
|
||||||
|
{if $arrChapter.next_chapter && $arrChapter.next_chapter.c_sort_num}
|
||||||
|
{$arrGrm[9]|raw}
|
||||||
|
<a target="_top" class="pre"
|
||||||
|
href='{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.next_chapter.c_sort_num" c_page="$arrChapter.next_chapter.c_page"/}'>下一页</a>
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="float-wrap" id="j_floatWrap">
|
</div>
|
||||||
<div class="left-bar-list" id="j_leftBarList" style="top: 119px;">
|
<script>
|
||||||
<dl>
|
const strNovelId = `{$arrNovel.n_id}`;
|
||||||
<dd id="j_navCatalogBtn">
|
const arrNovel = {
|
||||||
{$arrGrm[8]|raw}
|
'n_id': `{$arrNovel['n_id']}`,
|
||||||
<a href='{$strPcPath}{site:nclurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" order="zheng" page="1"/}'>
|
'n_name_pinyin': `{$arrNovel['n_name_pinyin']}`,
|
||||||
<i><em class="iconfont"></em><span>目录</span></i>
|
'n_cover_path': `{$arrNovel['n_cover_path']}`,
|
||||||
</a>
|
'n_name': `{$arrNovel['n_name']}`,
|
||||||
</dd>
|
'n_author': `{$arrNovel['n_author']}`,
|
||||||
<dd id="j_navSettingBtn" class="">
|
'n_status': `{$arrNovel['n_status']}`,
|
||||||
<a href="javascript:">
|
'n_description': `{$arrNovel['n_description']}`,
|
||||||
<i><em class="iconfont"></em><span>设置</span></i>
|
'n_latest_chapter_name': `{$arrNovel['n_latest_chapter_name']}`,
|
||||||
</a>
|
'n_update_time': `{$arrNovel['n_update_time']}`,
|
||||||
</dd>
|
'c_sort_num': 1,
|
||||||
<dd>
|
'c_name': `第一章`,
|
||||||
{$arrGrm[7]|raw}
|
};
|
||||||
<a class="add-book" href="javascript:" onclick="addBookshelfFun()">
|
</script>
|
||||||
<i><em class="iconfont"></em><span>书架</span></i>
|
{/block}
|
||||||
</a>
|
|
||||||
</dd>
|
|
||||||
<dd>
|
|
||||||
{$arrGrm[6]|raw}
|
|
||||||
<a href='{$strPcPath}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'>
|
|
||||||
<i><em class="iconfont"></em><span>详情</span></i>
|
|
||||||
</a>
|
|
||||||
</dd>
|
|
||||||
</dl>
|
|
||||||
{$arrGrm[5]|raw}
|
|
||||||
<!-- start 设置面板浮层 -->
|
|
||||||
<div class="panel-wrap setting" id="j_setting" style="display: none;">
|
|
||||||
<a class="iconfont close-panel setting-close" href="javascript:"></a>
|
|
||||||
<div class="panel-box">
|
|
||||||
<h4 class="lang">设置</h4>
|
|
||||||
<div class="setting-list-wrap">
|
|
||||||
<ul>
|
|
||||||
<li class="theme-list" id="j_themeList">
|
|
||||||
<i>阅读主题</i>
|
|
||||||
<span title="默认" class="theme-0 act" data-st="0">
|
|
||||||
<em class="iconfont"></em>
|
|
||||||
</span>
|
|
||||||
<span title="牛皮纸" class="theme-1 " data-st="1">
|
|
||||||
<em class="iconfont"></em>
|
|
||||||
</span>
|
|
||||||
<span title="淡绿色" class="theme-2 " data-st="2">
|
|
||||||
<em class="iconfont"></em>
|
|
||||||
</span>
|
|
||||||
<span title="淡蓝色" class="theme-3 " data-st="3">
|
|
||||||
<em class="iconfont"></em>
|
|
||||||
</span>
|
|
||||||
<span title="淡粉色" class="theme-4 " data-st="4">
|
|
||||||
<em class="iconfont"></em>
|
|
||||||
</span>
|
|
||||||
<span title="灰色" class="theme-5 " data-st="5">
|
|
||||||
<em class="iconfont"></em>
|
|
||||||
</span>
|
|
||||||
<span title="黑色" class="theme-6 " data-st="6">
|
|
||||||
<em class="iconfont"></em>
|
|
||||||
<cite class="iconfont"></cite>
|
|
||||||
</span>
|
|
||||||
|
|
||||||
</li>
|
{block name="customize"}
|
||||||
{$arrGrm[4]|raw}
|
|
||||||
<li class="font-family" id="j_fontFamily">
|
|
||||||
<i>正文字体</i>
|
|
||||||
<span data-st="1" class="yahei act">雅黑</span>
|
|
||||||
<span data-st="2" class="yahei ">宋体</span>
|
|
||||||
<span data-st="3" class="yahei ">楷书</span>
|
|
||||||
</li>
|
|
||||||
<li class="font-size" id="j_fontSize">
|
|
||||||
<i>字体大小</i>
|
|
||||||
<cite>
|
|
||||||
<span class="prev">
|
|
||||||
<em class="iconfont"></em>
|
|
||||||
</span> <b></b>
|
|
||||||
<span class="lang">18</span> <b></b>
|
|
||||||
<span class="next">
|
|
||||||
<em class="iconfont"></em>
|
|
||||||
</span>
|
|
||||||
</cite>
|
|
||||||
</li>
|
|
||||||
<li class="page-width" id="j_pageWidth">
|
|
||||||
<i>页面宽度</i>
|
|
||||||
<cite>
|
|
||||||
<span class="prev">
|
|
||||||
<em class="iconfont"></em>
|
|
||||||
</span>
|
|
||||||
<b></b>
|
|
||||||
<span class="lang">
|
|
||||||
800 </span>
|
|
||||||
<b></b>
|
|
||||||
<span class="next">
|
|
||||||
<em class="iconfont"></em>
|
|
||||||
</span>
|
|
||||||
</cite>
|
|
||||||
</li>
|
|
||||||
{$arrGrm[3]|raw}
|
|
||||||
<li class="read-mode" id="j_readMode">
|
|
||||||
<i>阅读方式</i>
|
|
||||||
<span data-st="0" class="act">
|
|
||||||
<em class="iconfont"></em>
|
|
||||||
</span>
|
|
||||||
<span data-st="1">
|
|
||||||
<em class="iconfont"></em>
|
|
||||||
</span>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div class="btn-wrap dib-wrap">
|
|
||||||
<a class="red-btn" id="j_setSave" href="javascript:">保存</a>
|
|
||||||
<a class="grey-btn" id="j_setCancel" href="javascript:">取消</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- end 设置面板浮层 -->
|
|
||||||
</div>
|
|
||||||
<div class="right-bar-list" id="j_rightBarList" style="bottom: 120px;">
|
|
||||||
<dl>
|
|
||||||
<dd class="go-top" id="j_goTop" title="返回顶部" style="display: none;">
|
|
||||||
<a href="javascript:">
|
|
||||||
<i>
|
|
||||||
<em class="iconfont"></em>
|
|
||||||
</i>
|
|
||||||
</a>
|
|
||||||
</dd>
|
|
||||||
|
|
||||||
</dl>
|
{/block}
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{$arrGrm[2]|raw}
|
|
||||||
<script src="/public/jquery/jquery-3.7.1.min.js"></script>
|
|
||||||
<script>
|
|
||||||
const strPushApi = `{site:cfg code="PUSH_API_DOMAIN" encode="false"/}`;
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
const strNovelId = `{$arrNovel.n_id}`;
|
|
||||||
const arrNovel = {
|
|
||||||
'n_id' : `{$arrNovel['n_id']}`,
|
|
||||||
'n_name_pinyin' : `{$arrNovel['n_name_pinyin']}`,
|
|
||||||
'n_cover_path' : `{$arrNovel['n_cover_path']}`,
|
|
||||||
'n_name' : `{$arrNovel['n_name']}`,
|
|
||||||
'n_author' : `{$arrNovel['n_author']}`,
|
|
||||||
'n_status' : `{$arrNovel['n_status']}`,
|
|
||||||
'c_sort_num' : `{$arrChapter.c_sort_num}`,
|
|
||||||
'c_name' : `{$arrChapter.c_name}`,
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript">
|
|
||||||
var book = {};
|
|
||||||
book.Info = {
|
|
||||||
"Id": `{$arrNovel['n_id']}`,
|
|
||||||
"Name": `{$arrNovel['n_name']}`,
|
|
||||||
"authorName": `{$arrNovel['n_author']}`
|
|
||||||
};
|
|
||||||
book.chapter = {
|
|
||||||
//页面进入加载的章节id
|
|
||||||
id: '{$arrChapter.pre_chapter.c_sort_num ?? 1}',
|
|
||||||
//章节源id
|
|
||||||
source_id: '{$arrChapter.pre_chapter.c_sort_num ?? 1}',
|
|
||||||
//章节vip标识
|
|
||||||
vipStatus: 0,
|
|
||||||
//上一章id
|
|
||||||
prevId: '{$arrChapter.pre_chapter.c_sort_num ?? 1}',
|
|
||||||
//下一章id
|
|
||||||
nextId: '{$arrChapter.next_chapter.c_sort_num ?? 1}'
|
|
||||||
};
|
|
||||||
book.chapterUrl = '{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrChapter.c_sort_num" c_page="0"/}' ;
|
|
||||||
book.nextChapterVip = 0;
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript" src="/template/kuangyu/reader/web/js/global.js"></script>
|
|
||||||
<script src="/public/layer/layer.js"></script>
|
|
||||||
<script src="/template/kuangyu/public/js/common.js"></script>
|
|
||||||
{$arrGrm[19]|raw}
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
{else}
|
{else}
|
||||||
{novel:info n_id="$DomainModel->info_id" n_key="arrNovel" n_forge_id="0" /}
|
{novel:info n_id="$DomainModel->info_id" n_key="arrNovel" n_forge_id="0" /}
|
||||||
{/if}
|
{/if}
|
||||||
{site:grm page_code="h5_novel_info" diff="$arrNovel.n_id" num="120" g_key="arrGrm" /}
|
{site:grm page_code="h5_novel_info" diff="$arrNovel.n_id" num="120" g_key="arrGrm" /}
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block name="title"}{site:replace code="NOVEL@GETNOVELINFO@TITLE" diff="$Request.route.intNovelId" /}{/block}
|
{block name="title"}{site:replace code="NOVEL@GETNOVELINFO@TITLE" diff="$Request.route.intNovelId" /}{/block}
|
||||||
@@ -18,7 +18,8 @@
|
|||||||
|
|
||||||
<!-- 社交媒体标签 -->
|
<!-- 社交媒体标签 -->
|
||||||
<meta property="og:title" content="{$arrNovel['n_name']??'未知小说'}" />
|
<meta property="og:title" content="{$arrNovel['n_name']??'未知小说'}" />
|
||||||
<meta property="og:description" content='{site:replace code="NOVEL@GETNOVELINFO@DESCRIPTION" diff="$Request.route.intNovelId" }' />
|
<meta property="og:description"
|
||||||
|
content='{site:replace code="NOVEL@GETNOVELINFO@DESCRIPTION" diff="$Request.route.intNovelId" }' />
|
||||||
<meta property="og:url"
|
<meta property="og:url"
|
||||||
content='https://{$DomainModel->d_domain}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}' />
|
content='https://{$DomainModel->d_domain}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}' />
|
||||||
<meta property="og:type" content="book" />
|
<meta property="og:type" content="book" />
|
||||||
@@ -37,7 +38,8 @@
|
|||||||
<!-- 可选:支持 Twitter Card -->
|
<!-- 可选:支持 Twitter Card -->
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
<meta name="twitter:title" content="{$arrNovel['n_name'] ?? '未知小说'}" />
|
<meta name="twitter:title" content="{$arrNovel['n_name'] ?? '未知小说'}" />
|
||||||
<meta name="twitter:description" content='{site:replace code="NOVEL@GETNOVELINFO@DESCRIPTION" diff="$Request.route.intNovelId" }' />
|
<meta name="twitter:description"
|
||||||
|
content='{site:replace code="NOVEL@GETNOVELINFO@DESCRIPTION" diff="$Request.route.intNovelId" }' />
|
||||||
<meta name="twitter:image" content="{$arrNovel.n_cover_path ?? ''}" />
|
<meta name="twitter:image" content="{$arrNovel.n_cover_path ?? ''}" />
|
||||||
<!-- 结构化数据 -->
|
<!-- 结构化数据 -->
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
@@ -73,8 +75,7 @@
|
|||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block name="head-css"}
|
{block name="head-css"}
|
||||||
<link rel="canonical"
|
<link rel="canonical" href='{$DomainModel->d_domain}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'>
|
||||||
href='{$DomainModel->d_domain}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'>
|
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block name="logo-html"}
|
{block name="logo-html"}
|
||||||
@@ -86,185 +87,109 @@
|
|||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block name="strPageCode"}
|
{block name="strPageCode"}
|
||||||
<?php $strPageCode = 'info'; ?>
|
<?php $strPageCode = 'info'; ?>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block name="main"}
|
{block name="main"}
|
||||||
<?php $arrNovel['n_category_pinyin'] ?? $arrNovel['n_category_pinyin'] = 'all'?>
|
<?php $arrNovel['n_category_pinyin'] ?? $arrNovel['n_category_pinyin'] = 'all'?>
|
||||||
<div class="content">
|
<div id="wrapper">
|
||||||
<nav class="breadcrumb" aria-label="breadcrumb">
|
<div id="main">
|
||||||
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
<div class="box_con">
|
||||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
<div id="maininfo">
|
||||||
<a href="{$strPcPath}/" itemprop="item">
|
<div id="info">
|
||||||
<span itemprop="name">首页</span>
|
<h1>{$arrNovel.n_name}</h1>
|
||||||
</a>
|
|
||||||
<meta itemprop="position" content="1" />
|
|
||||||
</li>
|
|
||||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
|
||||||
<a href='{$strPcPath}{site:nflurl gender="all" category="$arrNovel.n_category_pinyin" status="all" page="1"/}'
|
|
||||||
itemprop="item">
|
|
||||||
<span itemprop="name">{$arrNovel.n_category}</span>
|
|
||||||
</a>
|
|
||||||
<meta itemprop="position" content="2" />
|
|
||||||
</li>
|
|
||||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
|
||||||
<a href='{$strPcPath}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'
|
|
||||||
itemprop="item">
|
|
||||||
<span itemprop="name">{$arrNovel['n_name']}</span>
|
|
||||||
</a>
|
|
||||||
<meta itemprop="position" content="3" />
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
<h1 class="site-description ">{$arrNovel['n_name']}最新章节 - {$arrNovel['n_author']} -
|
|
||||||
{$DomainModel->d_name}</h1>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<div class="info">
|
|
||||||
<div class="info_box">
|
|
||||||
<div class="info_L">
|
|
||||||
<a href='{$strPcPath}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'
|
|
||||||
title="{$arrNovel['n_name']}" class="book_cov">
|
|
||||||
<img src="/static/img/default.jpg" data-src="{$arrNovel.n_cover_path ?? ''}"
|
|
||||||
alt="{$arrNovel['n_name'] ?? ''}小说封面 - {$arrNovel.n_author}最新章节"
|
|
||||||
class="lazyload_book_cover lazyload-img">
|
|
||||||
<i class="serial">{$arrNovel.n_status ?? ''}</i>
|
|
||||||
</a>
|
|
||||||
<div class="btn">
|
|
||||||
<a href="javascript:;" class="sc" onclick="addBookshelfFun()">
|
|
||||||
<s></s>
|
|
||||||
<p>加入书架</p>
|
|
||||||
</a>
|
|
||||||
<a href="javascript:;" class="xh"><s></s>我喜欢</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="info_C book_inf">
|
|
||||||
<div class="c01">
|
|
||||||
<h2><a
|
|
||||||
href='{$strPcPath}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'>{$arrNovel['n_name']}</a>
|
|
||||||
</h2>
|
|
||||||
<!-- <span id="mod_book_star">0分</span> -->
|
|
||||||
</div>
|
|
||||||
<p class="c02">
|
|
||||||
<span class="zz">作者:{$arrNovel.n_author}</span>
|
|
||||||
<span>创建日期:{$arrNovel.n_update_time}</span>
|
|
||||||
</p>
|
|
||||||
<div class="c03">
|
|
||||||
<p class="jianjie">简介</p>
|
|
||||||
<div class="c03_box">
|
|
||||||
<p class="jj_con" id="book_desc">
|
|
||||||
{$arrNovel.n_description ?? ''}</p>
|
|
||||||
<span class="zk_btn">展开<s></s></span>
|
|
||||||
<span class="sq_btn" style="display: none;">收起<s></s></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="c03 c03-jjyd">
|
|
||||||
<p class="jianjie">最新要点</p>
|
|
||||||
<div class="c03_box">
|
|
||||||
<p class="jj_con" id="book_desc2">
|
|
||||||
{$arrNovel.strFocus}</p>
|
|
||||||
<span class="zk_btn">展开<s></s></span>
|
|
||||||
<span class="sq_btn" style="display: none;">收起<s></s></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="c04">
|
|
||||||
<a href='{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$arrNovel.intFirstChapterSort"/}'
|
|
||||||
class="read">立即阅读</a>
|
|
||||||
<a href='{$strPcPath}{site:nclurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" order="zheng" page="1"/}'
|
|
||||||
class="mulu">目录</a>
|
|
||||||
</div>
|
|
||||||
<!-- <div class="c05">
|
|
||||||
<p class="c05_t">作品标签:
|
|
||||||
<a href="#" class="red">打发十分</a>
|
|
||||||
|
|
||||||
|
|
||||||
</p>
|
|
||||||
</div> -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="info_R">
|
|
||||||
<div class="inf02">
|
|
||||||
<h4>小说信息</h4>
|
|
||||||
<p>类别:
|
|
||||||
<a href='{$strPcPath}{site:nflurl gender="all" category="$arrNovel.n_category_pinyin" status="all" page="1"/}'
|
|
||||||
title="{$arrNovel.n_category}">
|
|
||||||
{$arrNovel.n_category}
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
<!-- <p>总字数:54.20万+</p> -->
|
|
||||||
<p>总点击量:{$arrNovel.arrNovelClicks.total}</p>
|
|
||||||
<p>月点击量:{$arrNovel.arrNovelClicks.monthly}</p>
|
|
||||||
<p>周点击量:{$arrNovel.arrNovelClicks.weekly}</p>
|
|
||||||
<p>日点击量:{$arrNovel.arrNovelClicks.daily}</p>
|
|
||||||
<!-- <p>收藏:0</p> -->
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="info2">
|
|
||||||
<div class="info2_L sjxq">
|
|
||||||
<div class="gxzj">
|
|
||||||
<div class="pl_tit">
|
|
||||||
<h2>最新章节</h2>
|
|
||||||
</div>
|
|
||||||
<div class="zj_con">
|
|
||||||
{chapter:list count="12" sort_type="dao" n_id="$arrNovel.n_id" d_key="key" d_val="Chapter" cache_life="86400"}
|
|
||||||
<p>
|
<p>
|
||||||
{$arrGrm[$key]|raw}
|
作者:<a href='{$strPcPath}{site:souurl key="$arrNovel.n_author" p="1"/}'>{$arrNovel.n_author}</a>
|
||||||
<a href='{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$Chapter.c_sort_num" c_page="0"/}'
|
状态:{$arrNovel.n_status}
|
||||||
title="{$arrNovel.n_name}-{$Chapter.c_name}" class="zj">{$Chapter.c_name}</a>
|
|
||||||
<span class="time">{$Chapter.created_at ?? '1天前'}</span>
|
|
||||||
<!-- <span class="time">3天前</span>-->
|
|
||||||
</p>
|
</p>
|
||||||
<p class="zw" style="max-height: 98px; overflow: hidden;"></p>
|
<p>
|
||||||
{/chapter:list}
|
分类:其他小说 <a rel="nofollow"
|
||||||
|
href="javascript:addBookshelfFun();">加入书架</a>
|
||||||
|
<a href='{$strPcPath}{site:nclurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" order="zheng" page="1"/}'>章节目录</a>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
最新章节:<a href='{$strPcPath}{site:lcpurl n_id="$arrNovel.n_id"
|
||||||
|
n_py="$arrNovel.n_name_pinyin" /}'>{$arrNovel.arrLatestChapter.c_name ?? ""}</a>
|
||||||
|
</p>
|
||||||
|
<p>更新时间:{$arrNovel.n_update_time}</p>
|
||||||
|
</div>
|
||||||
|
<div id="intro">
|
||||||
|
{$arrNovel.n_description ?? ''}<br />
|
||||||
|
{volist name='arrNovel.n_forge_novel' id='ForgeNovel'}
|
||||||
|
<a
|
||||||
|
href='{$strPcPath}{site:nnurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" n_fid="$ForgeNovel.n_forge_id"/}'>{$ForgeNovel.n_forge_title}</a>
|
||||||
|
{/volist}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="pl_tit">
|
<div id="sidebar">
|
||||||
<h2>相邻推荐:</h2>
|
<div id="fmimg">
|
||||||
</div>
|
<img rc="/static/img/default.jpg" data-src="{$arrNovel.n_cover_path ?? ''}"
|
||||||
<div class="pl_con">
|
alt="{$arrNovel['n_name'] ?? ''}小说封面 - {$arrNovel.n_author}最新章节" class="lazy lazyload-img"
|
||||||
{volist name="arrNovel.n_forge_novel" id="ForgeNovel" key="key"}
|
width="120" height="150" />
|
||||||
{if $key<100 } {$arrGrm[$key+20]|raw} {/if} <a
|
</div>
|
||||||
href='{$strPcPath}{site:nnurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" n_fid="$ForgeNovel.n_forge_id"/}'
|
|
||||||
class="red">{$ForgeNovel.n_forge_title}</a>
|
|
||||||
{/volist}
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="box_con">
|
||||||
|
<div id="list">
|
||||||
|
<dl>
|
||||||
|
<dt>《{$arrNovel.n_name}》最新章节</dt>
|
||||||
|
{chapter:list count="12" sort_type="dao" n_id="$arrNovel.n_id" d_key="d_key" d_val="Chapter"
|
||||||
|
cache_life="86400"}
|
||||||
|
<dd>
|
||||||
|
{$arrGrm[$d_key]|raw}
|
||||||
|
<a
|
||||||
|
href='{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$Chapter.c_sort_num" c_page="0"/}'>
|
||||||
|
{$Chapter.c_name}
|
||||||
|
</a>
|
||||||
|
</dd>
|
||||||
|
|
||||||
<div class="info2_R">
|
{/chapter:list}
|
||||||
<div class="fsph">
|
|
||||||
<h4><s></s>精品推荐</h4>
|
<dt>
|
||||||
<ul class="info2_C">
|
<b>《{$arrNovel.n_name}》正文目录</b>
|
||||||
{novel:list count="6" n_category="$arrNovel.n_category_pinyin" n_status="wanjie" d_key="key" d_val="Novel" p_val="page_data" cache_life="86400"}
|
</dt>
|
||||||
<li>
|
{chapter:list count="100" sort_type="zheng" n_id="$arrNovel.n_id" d_key="d_key" d_val="Chapter"
|
||||||
<h3>
|
cache_life="86400"}
|
||||||
{$arrGrm[$key+10]|raw}
|
<dd>
|
||||||
<a href='{$strPcPath}{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'
|
{$arrGrm[$d_key]|raw}
|
||||||
title="{$Novel['n_name'] ?? ''}">
|
<a
|
||||||
{$Novel['n_name'] ?? ''}
|
href='{$strPcPath}{site:cpurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" c_sort="$Chapter.c_sort_num" c_page="0"/}'>
|
||||||
</a>
|
{$Chapter.c_name}
|
||||||
</h3>
|
</a>
|
||||||
<div>
|
</dd>
|
||||||
<a href='{$strPcPath}{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'
|
{/chapter:list}
|
||||||
title="$Novel['n_name'] ?? ''}" class="book_cov">
|
|
||||||
<img src="/template/kuangyu/home/bai_web/images/default.png"
|
<dt style="text-align:center;">
|
||||||
data-src="{$Novel['n_cover_path'] ?? ''}" class="lazyload_book_cover lazyload-img"
|
<b>
|
||||||
alt="{$Novel['n_name'] ?? ''}">
|
<a href='{$strPcPath}{site:nclurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" order="zheng" page="1"/}'
|
||||||
</a>
|
title="查看《{$arrNovel.n_name}》全部章节列表">
|
||||||
<div class="book_inf">
|
>> 查看《{$arrNovel.n_name}》更多章节列表
|
||||||
<span class="aut">{$Novel['n_author'] ?? ''}</span>
|
<<</a>
|
||||||
<span class="tag"><a href="/">{$Novel['n_category'] ?? ''}</a></span>
|
</b>
|
||||||
<p class="int">
|
</dt>
|
||||||
{$Novel['n_description'] ?? ''}</p>
|
</dl>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
{/novel:list}
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="hotbook"></div>
|
||||||
|
<p>{$arrNovel.strFocus ?? ""} 。看小说就来{$DomainModel->d_name} {$DomainModel->d_domain}...
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="hotbook">
|
||||||
|
<b>书友点击:</b>
|
||||||
|
{volist name='$arrNovel.arrRelateveNovel' id='Novel'}
|
||||||
|
<a href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>{$Novel.n_name} </a>
|
||||||
|
{/volist}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="hotbook">
|
||||||
|
<b>书友收藏:</b>
|
||||||
|
{novel:list count="6" n_category="$arrNovel.n_category_pinyin" n_status="wanjie" d_key="d_key" d_val="Novel"
|
||||||
|
p_val="page_data" cache_life="86400"}
|
||||||
|
<a href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>{$Novel.n_name}</a>
|
||||||
|
{/novel:list}
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{extend name="basePc" /}
|
{extend name="basePc" /}
|
||||||
|
|
||||||
{block name="get-data"}
|
{block name="get-data"}
|
||||||
{site:helper func="initSexTKD" /}
|
{site:helper func="initRankTKD" /}
|
||||||
{site:grm page_code="h5_rank" diff="0" num="100" g_key="arrGrm" /}
|
{site:grm page_code="h5_rank" diff="0" num="100" g_key="arrGrm" /}
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
@@ -47,172 +47,54 @@
|
|||||||
|
|
||||||
{block name="main"}
|
{block name="main"}
|
||||||
|
|
||||||
<div class="content content_back">
|
<div id="main">
|
||||||
|
|
||||||
|
<div id="newscontent">
|
||||||
|
<div class="l">
|
||||||
|
<h2>
|
||||||
|
小说排行榜 - 小说列表
|
||||||
|
<span style="float: right;padding-right: 10px;">
|
||||||
|
<a href="javascript:void(0)">{site:getval code="strNovelOrder" /}排行榜</a>
|
||||||
|
</span>
|
||||||
|
</h2>
|
||||||
|
<ul>
|
||||||
|
{novel:ranklist count="50" sort_type="$Request.route.strOrder" d_key="d_key" d_val="Novel" cache_life="86400"}
|
||||||
|
<li>
|
||||||
|
<span class="s1">[{$Novel->n_category ?? ''}]</span>
|
||||||
|
<span class="s2">
|
||||||
|
{$arrGrm[$d_key+20]|raw}
|
||||||
|
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}' target="_blank">{$Novel->n_name}</a>
|
||||||
|
</span>
|
||||||
|
<span class="s3">
|
||||||
|
<a href='{$strPcPath}{site:lcpurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin" /}' target="_blank">
|
||||||
|
{$Novel->n_latest_chapter_name ?? ''}
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
<span class="s4">{$Novel->n_author}</span>
|
||||||
|
<span class="s5">{:date('m-d')}</span>
|
||||||
|
</li>
|
||||||
|
{/novel:ranklist}
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="r">
|
||||||
|
<h2>最新入库</h2>
|
||||||
|
<ul>
|
||||||
|
{novel:list count="50" sort_type="news" d_key="d_key" d_val="Novel" p_val="page_data"
|
||||||
|
cache_life="86400"}
|
||||||
|
<li>
|
||||||
|
<span class="s2">
|
||||||
|
{$arrGrm[$d_key+20]|raw}
|
||||||
|
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>{$Novel->n_name}</a>
|
||||||
|
</span>
|
||||||
|
<span class="s5">{$Novel->n_author}</span>
|
||||||
|
</li>
|
||||||
|
|
||||||
<nav class="breadcrumb" aria-label="breadcrumb">
|
|
||||||
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
|
{/novel:list}
|
||||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
</ul>
|
||||||
<a href="{$strPcPath}/" itemprop="item">
|
|
||||||
<span itemprop="name">首页</span>
|
|
||||||
</a>
|
|
||||||
<meta itemprop="position" content="1" />
|
|
||||||
</li>
|
|
||||||
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
|
|
||||||
<a href="{$strPcPath}{$strRankUrlTemp}" itemprop="item">
|
|
||||||
<span itemprop="name">排行榜</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<!--各种榜单 开始-->
|
|
||||||
<div class="ki_li">
|
|
||||||
<div class="com_R">
|
|
||||||
<div class="list_tit">
|
|
||||||
<h2><s class=""></s>日点击榜</h2>
|
|
||||||
</div>
|
|
||||||
<div class="list_wrap">
|
|
||||||
<div class="swi">
|
|
||||||
<ol class="list" mod="rank_data_list">
|
|
||||||
{novel:ranklist count="10" sort_type="daily" d_key="key" d_val="Novel" cache_life="1000"}
|
|
||||||
{if $key == 0}
|
|
||||||
{include file="pc/public/indexBoyRankOne" start="0"/}
|
|
||||||
{/if}
|
|
||||||
{if $key >= 1}
|
|
||||||
{include file="pc/public/indexBoyRankList" start="1"/}
|
|
||||||
{/if}
|
|
||||||
{/novel:ranklist}
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<!-- <span class="more">
|
|
||||||
<a btn="look_more" href="{$strPcPath}/rank.html" >
|
|
||||||
<s></s><i>查看更多</i><s></s>
|
|
||||||
</a>
|
|
||||||
</span> -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="com_R com_bd">
|
|
||||||
<div class="list_tit">
|
|
||||||
<h2><s class="or"></s>周点击榜</h2>
|
|
||||||
</div>
|
|
||||||
<div class="list_wrap">
|
|
||||||
<div class="swi">
|
|
||||||
<ol class="list" mod="rank_data_list">
|
|
||||||
{novel:ranklist count="10" sort_type="weekly" d_key="key" d_val="Novel" cache_life="1000"}
|
|
||||||
{if $key == 0}
|
|
||||||
{include file="pc/public/indexBoyRankOne" start="10"/}
|
|
||||||
{/if}
|
|
||||||
{if $key >= 1}
|
|
||||||
{include file="pc/public/indexBoyRankList" start="11"/}
|
|
||||||
{/if}
|
|
||||||
{/novel:ranklist}
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<!-- <span class="more">
|
|
||||||
<a btn="look_more" href="{$strPcPath}/rank.html" >
|
|
||||||
<s></s><i>查看更多</i><s></s>
|
|
||||||
</a>
|
|
||||||
</span> -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="com_R">
|
|
||||||
<div class="list_tit">
|
|
||||||
<h2><s class="bl"></s>月点击榜</h2>
|
|
||||||
</div>
|
|
||||||
<div class="list_wrap">
|
|
||||||
<div class="swi">
|
|
||||||
<ol class="list" mod="rank_data_list">
|
|
||||||
{novel:ranklist count="10" sort_type="monthly" d_key="key" d_val="Novel" cache_life="1000"}
|
|
||||||
{if $key == 0}
|
|
||||||
{include file="pc/public/indexBoyRankOne" start="20"/}
|
|
||||||
{/if}
|
|
||||||
{if $key >= 1}
|
|
||||||
{include file="pc/public/indexBoyRankList" start="21"/}
|
|
||||||
{/if}
|
|
||||||
{/novel:ranklist}
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<!-- <span class="more">
|
|
||||||
<a btn="look_more" href="{$strPcPath}/rank.html" >
|
|
||||||
<s></s><i>查看更多</i><s></s>
|
|
||||||
</a>
|
|
||||||
</span> -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="com_R">
|
|
||||||
<div class="list_tit">
|
|
||||||
<h2><s class=""></s>总点击榜</h2>
|
|
||||||
</div>
|
|
||||||
<div class="list_wrap">
|
|
||||||
<div class="swi">
|
|
||||||
<ol class="list" mod="rank_data_list">
|
|
||||||
{novel:ranklist count="10" sort_type="total" d_key="key" d_val="Novel" cache_life="1000"}
|
|
||||||
{if $key == 0}
|
|
||||||
{include file="pc/public/indexBoyRankOne" start="30"/}
|
|
||||||
{/if}
|
|
||||||
{if $key >= 1}
|
|
||||||
{include file="pc/public/indexBoyRankList" start="31"/}
|
|
||||||
{/if}
|
|
||||||
{/novel:ranklist}
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<!-- <span class="more">
|
|
||||||
<a btn="look_more" href="{$strPcPath}/rank.html" >
|
|
||||||
<s></s><i>查看更多</i><s></s>
|
|
||||||
</a>
|
|
||||||
</span> -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="com_R com_bd">
|
|
||||||
<div class="list_tit">
|
|
||||||
<h2><s class="or"></s>连载榜</h2>
|
|
||||||
</div>
|
|
||||||
<div class="list_wrap">
|
|
||||||
<div class="swi">
|
|
||||||
<ol class="list" mod="rank_data_list">
|
|
||||||
{novel:ranklist count="10" sort_type="total" n_status="lianzai" d_key="key" d_val="Novel" cache_life="1000"}
|
|
||||||
{if $key == 0}
|
|
||||||
{include file="pc/public/indexBoyRankOne" start="40"/}
|
|
||||||
{/if}
|
|
||||||
{if $key >= 1}
|
|
||||||
{include file="pc/public/indexBoyRankList" start="41"/}
|
|
||||||
{/if}
|
|
||||||
{/novel:ranklist}
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<!-- <span class="more">
|
|
||||||
<a btn="look_more" href="{$strPcPath}/rank.html" >
|
|
||||||
<s></s><i>查看更多</i><s></s>
|
|
||||||
</a>
|
|
||||||
</span> -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="com_R">
|
|
||||||
<div class="list_tit">
|
|
||||||
<h2><s class="bl"></s>完结榜</h2>
|
|
||||||
</div>
|
|
||||||
<div class="list_wrap">
|
|
||||||
<div class="swi">
|
|
||||||
<ol class="list" mod="rank_data_list">
|
|
||||||
{novel:ranklist count="10" sort_type="total" n_status="wanjie" d_key="key" d_val="Novel" cache_life="1000"}
|
|
||||||
{if $key == 0}
|
|
||||||
{include file="pc/public/indexBoyRankOne" start="50"/}
|
|
||||||
{/if}
|
|
||||||
{if $key >= 1}
|
|
||||||
{include file="pc/public/indexBoyRankList" start="51"/}
|
|
||||||
{/if}
|
|
||||||
{/novel:ranklist}
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
<!-- <span class="more">
|
|
||||||
<a btn="look_more" href="{$strPcPath}/rank.html" >
|
|
||||||
<s></s><i>查看更多</i><s></s>
|
|
||||||
</a>
|
|
||||||
</span> -->
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<!--各种榜单 结束-->
|
|
||||||
</div>
|
</div>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ p_val="page_data" button_num="10" cache_life="86400" func="generateSearchPager"
|
|||||||
|
|
||||||
{block name="head"}
|
{block name="head"}
|
||||||
<!-- 社交媒体标签 -->
|
<!-- 社交媒体标签 -->
|
||||||
<meta property="og:title" content=‘{site:replace code="NOVEL@GETSEARCHNOVEL@TITLE"} />
|
<meta property="og:title" content=‘{site:replace code="NOVEL@GETSEARCHNOVEL@TITLE" } />
|
||||||
<meta property="og:description" content='{site:replace code="NOVEL@GETSEARCHNOVEL@DESCRIPTION"}' />
|
<meta property="og:description" content='{site:replace code="NOVEL@GETSEARCHNOVEL@DESCRIPTION"}' />
|
||||||
<meta property="og:url" content="https://{$DomainModel->d_domain}{site:souurl key='$Request.get.keyword' p='1'/}" />
|
<meta property="og:url" content="https://{$DomainModel->d_domain}{site:souurl key='$Request.get.keyword' p='1'/}" />
|
||||||
<meta property="og:type" content="book" />
|
<meta property="og:type" content="book" />
|
||||||
@@ -59,62 +59,78 @@ p_val="page_data" button_num="10" cache_life="86400" func="generateSearchPager"
|
|||||||
|
|
||||||
{block name="main"}
|
{block name="main"}
|
||||||
|
|
||||||
<div class="content">
|
|
||||||
<div class="find">
|
|
||||||
|
|
||||||
<div class="fi_t">
|
|
||||||
<h1>{$Request.get.keyword}搜索结果 - {$DomainModel->d_name} 第{$Request.get.page}页</h1>
|
|
||||||
<div class="result search_tip">
|
|
||||||
|
|
||||||
搜索<span style="color:red">“{$Request.get.keyword}”</span>相关结果共有 <span style="color:red">{$resData.p_data.total}</span> 部小说
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="result" mod="search_data_list">
|
|
||||||
{if empty($resData.data)}
|
<div id="main">
|
||||||
<p style="text-align: center;line-height: 60px">没有相关数据</p>
|
<h1>{$Request.get.keyword}搜索结果 - {$DomainModel->d_name} 第{$Request.get.page}页</h1>
|
||||||
{else}
|
<div class="result search_tip">
|
||||||
<ul>
|
|
||||||
{foreach $resData.data as $key=>$Novel}
|
搜索<span style="color:red">“{$Request.get.keyword}”</span>相关结果共有 <span
|
||||||
{include file="pc/public/shukuNovelList" start="0"/}
|
style="color:red">{$resData.p_data.total}</span> 部小说
|
||||||
{/foreach}
|
|
||||||
</ul>
|
|
||||||
{/if}
|
|
||||||
<!--页码切换 开始-->
|
|
||||||
<div class="changepage">
|
|
||||||
<ul class="pagination">
|
|
||||||
{volist name="resData.p_data.pager" id="vo" key="k"}
|
|
||||||
{switch $vo.label}
|
|
||||||
{case value="上一页"}
|
|
||||||
{if $resData.p_data.page == 1}
|
|
||||||
<li class="disabled"><span>«</span></li>
|
|
||||||
{else}
|
|
||||||
<li><a href="{$strPcPath}{$vo.url}">«</a></li>
|
|
||||||
{/if}
|
|
||||||
{/case}
|
|
||||||
{case value="下一页"}
|
|
||||||
{if $resData.p_data.page >= $resData.p_data.total}
|
|
||||||
<li class="disabled"><span>»</span></li>
|
|
||||||
{else}
|
|
||||||
<li><a href='{$strPcPath}{$vo.url}'>»</a></li>
|
|
||||||
{/if}
|
|
||||||
{/case}
|
|
||||||
{case value="..."}
|
|
||||||
<li class="disabled"><span>...</span></li>
|
|
||||||
{/case}
|
|
||||||
{default /}
|
|
||||||
{if preg_match('/^\d+$/', $vo.label)}
|
|
||||||
<li class='{eq name="vo.label" value="$resData.p_data.page"}active {/eq}'>
|
|
||||||
<a href="{$strPcPath}{$vo.url}">{$vo.label}</a>
|
|
||||||
</li>
|
|
||||||
{/if}
|
|
||||||
{/switch}
|
|
||||||
{/volist}
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<!--页码切换 结束-->
|
|
||||||
</div>
|
</div>
|
||||||
|
{if empty($resData.data)}
|
||||||
|
<p style="text-align: center;line-height: 60px">没有相关数据</p>
|
||||||
|
{else}
|
||||||
|
<div id="hotcontent">
|
||||||
|
<div class="ll">
|
||||||
|
|
||||||
|
{foreach $resData.data as $key=>$Novel}
|
||||||
|
|
||||||
|
<div class="item">
|
||||||
|
<div class="image">
|
||||||
|
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>
|
||||||
|
<img class="lazyload-img" src="/static/img/default.jpg" data-src="{$Novel.n_cover_path ?? ''}"
|
||||||
|
alt="{$Novel.n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读" width="120" height="150">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<dl>
|
||||||
|
<dt>
|
||||||
|
<span>{$Novel.n_author ?? ''}</span>
|
||||||
|
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>
|
||||||
|
{$Novel.n_name ?? ''}
|
||||||
|
</a>
|
||||||
|
</dt>
|
||||||
|
<dd>{$Novel.n_description ?? ''}</dd>
|
||||||
|
</dl>
|
||||||
|
<div class="clear"></div>
|
||||||
|
</div>
|
||||||
|
{/foreach}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div id="pages">
|
||||||
|
<div class="pagelink" id="pagelink">
|
||||||
|
{volist name="resData.p_data.pager" id="vo" key="k"}
|
||||||
|
{switch $vo.label}
|
||||||
|
{case value="上一页"}
|
||||||
|
{if $resData.p_data.page == 1}
|
||||||
|
<span>«</span>
|
||||||
|
{else}
|
||||||
|
<a href="{$strPcPath}{$vo.url}">«</a>
|
||||||
|
{/if}
|
||||||
|
{/case}
|
||||||
|
{case value="下一页"}
|
||||||
|
{if $resData.p_data.page >= $resData.p_data.total}
|
||||||
|
<span>»</span>
|
||||||
|
{else}
|
||||||
|
<a href="{$strPcPath}{$vo.url}">»</a>
|
||||||
|
{/if}
|
||||||
|
{/case}
|
||||||
|
{case value="..."}
|
||||||
|
<span>...</span>
|
||||||
|
{/case}
|
||||||
|
{default /}
|
||||||
|
{if preg_match('/^\d+$/', $vo.label)}
|
||||||
|
<a href="{$strPcPath}{$vo.url}">{$vo.label}</a>
|
||||||
|
{/if}
|
||||||
|
{/switch}
|
||||||
|
{/volist}
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
{block name="head-js"}{/block}
|
{block name="head-js"}{/block}
|
||||||
|
|
||||||
{block name="strPageCode"}
|
{block name="strPageCode"}
|
||||||
<?php $strPageCode = 'home'; ?>
|
<?php $strPageCode = 'home'; ?>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block name="logo-html"}
|
{block name="logo-html"}
|
||||||
@@ -48,253 +48,175 @@
|
|||||||
|
|
||||||
{block name="main"}
|
{block name="main"}
|
||||||
|
|
||||||
{site:grm page_code="pc_index" diff="0" num="150" g_key="arrGrm" /}
|
{site:grm page_code="pc_index" diff="0" num="150" g_key="arrGrm" /}
|
||||||
|
|
||||||
<div class="content">
|
|
||||||
|
|
||||||
<h2 class="site-description">{$DomainModel->d_index_description}</h2>
|
|
||||||
|
|
||||||
<div class="f1 area2 pdcon">
|
<div id="main">
|
||||||
{novel:pagerexp page="1" limit="13"
|
<div id="hotcontent">
|
||||||
sort_type="tuijian"
|
<div class="l">
|
||||||
n_status="lianzai"
|
{novel:list count="4" sort_type="tuijian" n_status="lianzai" d_key="d_key" d_val="Novel" p_val="page_data"
|
||||||
d_key="d_key"
|
cache_life="86400"}
|
||||||
button_num="10" cache_life="86400" func="generateCategoryPager" export_name="resData" /}
|
<div class="item">
|
||||||
|
<div class="image">
|
||||||
<div class="f1_L">
|
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>
|
||||||
<div class="tjw">
|
<img class="lazyload-img" src="/static/img/default.jpg"
|
||||||
<ul id="mod_index_lb_nv_pic">
|
data-src="{$Novel.n_cover_path ?? ''}"
|
||||||
{volist name="$resData.data" id="Novel" key="key"}
|
alt="{$Novel.n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读" width="120" height="150">
|
||||||
{if $key < 6} {include file="pc/public/swiperListImg" start="1" /} {/if}
|
</a>
|
||||||
{/volist}
|
</div>
|
||||||
</ul>
|
<dl>
|
||||||
</div>
|
<dt>
|
||||||
<ol id="btn_index_lb_nv">
|
<span>{$Novel.n_author ?? ''}</span>
|
||||||
{volist name="$resData.data" id="Novel" key="key"}
|
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>
|
||||||
{if $key < 6} {include file="pc/public/swiperListText" /} {/if} {/volist}
|
{$Novel.n_name ?? ''}
|
||||||
</ol>
|
</a>
|
||||||
<div class="book_inf" id="mod_index_lb_nv_txt">
|
</dt>
|
||||||
{volist name="$resData.data" id="Novel" key="key"}
|
<dd>{$Novel.n_description ?? ''}</dd>
|
||||||
{if $key == 1}
|
</dl>
|
||||||
<h3>
|
<div class="clear"></div>
|
||||||
{$arrGrm[1]|raw}
|
</div>
|
||||||
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'
|
|
||||||
title="{$Novel.n_name ?? ''}" class="zdz">
|
|
||||||
{$Novel.n_name ?? ''}
|
|
||||||
</a>
|
|
||||||
</h3>
|
|
||||||
<p class="int"> {$Novel.n_description ?? ''}</p>
|
|
||||||
{/if}
|
|
||||||
{/volist}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="md">
|
|
||||||
{volist name="$resData.data" id="Novel" key="key"}
|
|
||||||
{if $key > 5 && $key < 10} {include file="pc/public/hostListImg" start="5" /} {/if} {/volist}
|
|
||||||
{volist
|
|
||||||
name="$resData.data" id="Novel" key="key" } {if $key> 9 }
|
|
||||||
{$arrGrm[$key+9]|raw}
|
|
||||||
{include file="pc/public/hostListText" start="9"/}
|
|
||||||
{/if}
|
|
||||||
{/volist}
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!--热门推荐 开始-->
|
|
||||||
<div class="f2 area">
|
|
||||||
<div class="area_head">
|
|
||||||
<span class="log_line"></span>
|
|
||||||
<h4><s class="book"></s>完本推荐</h4>
|
|
||||||
<span class="log_line"></span>
|
|
||||||
</div>
|
|
||||||
<ul class="f2_list" mod="hot_tj">
|
|
||||||
{novel:list count="12" sort_type="tuijian" n_status="wanjie" d_key="d_key" d_val="Novel"
|
|
||||||
p_val="page_data" cache_life="86400"}
|
|
||||||
{include file="pc/public/endNovelList" start="13" /}
|
|
||||||
{/novel:list}
|
{/novel:list}
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- <div class="adv">
|
|
||||||
|
|
||||||
</div> -->
|
|
||||||
|
|
||||||
<!--热门推荐 结束-->
|
|
||||||
|
|
||||||
<div class="f3 area">
|
|
||||||
<div class="area_head">
|
|
||||||
<span class="log_line"></span>
|
|
||||||
<h4><s class="hot"></s>男生频道</h4>
|
|
||||||
<span class="log_line"></span>
|
|
||||||
</div>
|
</div>
|
||||||
{novel:list count="1" n_sex="man" sort_type="news" d_key="d_key" d_val="Novel"
|
<div class="r">
|
||||||
p_val="page_data" cache_life="86400"}
|
<h2>经典推荐</h2>
|
||||||
{include file="pc/public/indexBoyNewsOne" start="25" /}
|
|
||||||
{/novel:list}
|
|
||||||
<div class="f3_C">
|
|
||||||
<ul>
|
<ul>
|
||||||
{novel:list count="4" n_sex="man" sort_type="news" d_key="d_key" d_val="Novel"
|
{novel:list count="9" sort_type="tuijian" n_status="wanjie" d_key="d_key" d_val="Novel"
|
||||||
p_val="page_data" cache_life="86400"}
|
p_val="page_data" cache_life="86400"}
|
||||||
{include file="pc/public/indexBoyNewsList" start="26" /}
|
|
||||||
{/novel:list}
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="com_R">
|
|
||||||
<h2>
|
|
||||||
<s></s>排行榜
|
|
||||||
<span class="btn_toggle_mod_bang" style="color: #fff; background: #c4c4c4;">周</span>
|
|
||||||
<span class="btn_toggle_mod_bang">月</span>
|
|
||||||
<span class="btn_toggle_mod_bang">总</span>
|
|
||||||
</h2>
|
|
||||||
<div class="list_wrap">
|
|
||||||
<ol class="list" mod="rank_data_list">
|
|
||||||
{novel:list count="10" n_sex="man" sort_type="update" d_key="d_key" d_val="Novel"
|
|
||||||
p_val="page_data" cache_life="86400"}
|
|
||||||
{if $d_key == 1}
|
|
||||||
{include file="pc/public/indexBoyRankOne" start="30"/}
|
|
||||||
{/if}
|
|
||||||
{if $d_key >= 2}
|
|
||||||
{include file="pc/public/indexBoyRankList" start="31"/}
|
|
||||||
{/if}
|
|
||||||
{/novel:list}
|
|
||||||
</ol>
|
|
||||||
<span class="more"><a href="{$strPcPath}/paihang"><s></s><i>查看更多</i><s></s></a></span>
|
|
||||||
</div>
|
|
||||||
<div class="list_wrap" style="display: none;">
|
|
||||||
<ol class="list" mod="rank_data_list">
|
|
||||||
{novel:list count="10" n_sex="man" sort_type="update" d_key="d_key" d_val="Novel"
|
|
||||||
p_val="page_data" cache_life="86400"}
|
|
||||||
{if $d_key == 1}
|
|
||||||
{include file="pc/public/indexBoyRankOne" start="41"/}
|
|
||||||
{/if}
|
|
||||||
{if $d_key >= 2}
|
|
||||||
{include file="pc/public/indexBoyRankList" start="42"/}
|
|
||||||
{/if}
|
|
||||||
{/novel:list}
|
|
||||||
</ol>
|
|
||||||
<span class="more"><a href="{$strPcPath}/paihang"><s></s><i>查看更多</i><s></s></a></span>
|
|
||||||
</div>
|
|
||||||
<div class="list_wrap" style="display: none;">
|
|
||||||
<ol class="list" mod="rank_data_list">
|
|
||||||
{novel:list count="10" n_sex="man" sort_type="update" d_key="d_key" d_val="Novel"
|
|
||||||
p_val="page_data" cache_life="86400"}
|
|
||||||
{if $d_key == 1}
|
|
||||||
{include file="pc/public/indexBoyRankOne" start="53"/}
|
|
||||||
{/if}
|
|
||||||
{if $d_key >= 2}
|
|
||||||
{include file="pc/public/indexBoyRankList" start="54"/}
|
|
||||||
{/if}
|
|
||||||
{/novel:list}
|
|
||||||
</ol>
|
|
||||||
<span class="more"><a href="{$strPcPath}/paihang"><s></s><i>查看更多</i><s></s></a></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="f3 area">
|
|
||||||
<div class="area_head">
|
|
||||||
<span class="log_line"></span>
|
|
||||||
<h4><s class="hot"></s>女生频道</h4>
|
|
||||||
<span class="log_line"></span>
|
|
||||||
</div>
|
|
||||||
{novel:list count="1" n_sex="women" sort_type="news" d_key="d_key" d_val="Novel"
|
|
||||||
p_val="page_data" cache_life="86400"}
|
|
||||||
{include file="pc/public/indexBoyNewsOne" start="55"/}
|
|
||||||
{/novel:list}
|
|
||||||
<div class="f3_C">
|
|
||||||
<ul>
|
|
||||||
{novel:list count="4" n_sex="women" sort_type="news" d_key="d_key" d_val="Novel"
|
|
||||||
p_val="page_data" cache_life="86400"}
|
|
||||||
{include file="pc/public/indexBoyNewsList" start="56"/}
|
|
||||||
{/novel:list}
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="com_R">
|
|
||||||
<h2>
|
|
||||||
<s></s>排行榜
|
|
||||||
<span class="btn_toggle_mod_bang" style="color: #fff; background: #c4c4c4;">周</span>
|
|
||||||
<span class="btn_toggle_mod_bang">月</span>
|
|
||||||
<span class="btn_toggle_mod_bang">总</span>
|
|
||||||
</h2>
|
|
||||||
<div class="list_wrap">
|
|
||||||
<ol class="list" mod="rank_data_list">
|
|
||||||
{novel:list count="10" n_sex="women" sort_type="update" d_key="d_key" d_val="Novel"
|
|
||||||
p_val="page_data" cache_life="86400"}
|
|
||||||
{if $d_key == 1}
|
|
||||||
{include file="pc/public/indexBoyRankOne" start="59"/}
|
|
||||||
{/if}
|
|
||||||
{if $d_key >= 2}
|
|
||||||
{include file="pc/public/indexBoyRankList" start="60"/}
|
|
||||||
{/if}
|
|
||||||
{/novel:list}
|
|
||||||
</ol>
|
|
||||||
<span class="more"><a href="{$strPcPath}/paihang"><s></s><i>查看更多</i><s></s></a></span>
|
|
||||||
</div>
|
|
||||||
<div class="list_wrap" style="display: none;">
|
|
||||||
<ol class="list" mod="rank_data_list">
|
|
||||||
{novel:list count="10" n_sex="women" sort_type="update" d_key="d_key" d_val="Novel"
|
|
||||||
p_val="page_data" cache_life="86400"}
|
|
||||||
{if $d_key == 1}
|
|
||||||
{include file="pc/public/indexBoyRankOne" start="71"/}
|
|
||||||
{/if}
|
|
||||||
{if $d_key >= 2}
|
|
||||||
{include file="pc/public/indexBoyRankList" start="72" /}
|
|
||||||
{/if}
|
|
||||||
{/novel:list}
|
|
||||||
</ol>
|
|
||||||
<span class="more"><a href="{$strPcPath}/paihang"><s></s><i>查看更多</i><s></s></a></span>
|
|
||||||
</div>
|
|
||||||
<div class="list_wrap" style="display: none;">
|
|
||||||
<ol class="list" mod="rank_data_list">
|
|
||||||
{novel:list count="10" n_sex="women" sort_type="update" d_key="d_key" d_val="Novel"
|
|
||||||
p_val="page_data" cache_life="86400"}
|
|
||||||
{if $d_key == 1}
|
|
||||||
{include file="pc/public/indexBoyRankOne" start="83"/}
|
|
||||||
{/if}
|
|
||||||
{if $d_key >= 2}
|
|
||||||
{include file="pc/public/indexBoyRankList" start="84"/}
|
|
||||||
{/if}
|
|
||||||
{/novel:list}
|
|
||||||
</ol>
|
|
||||||
<span class="more"><a href="{$strPcPath}/paihang"><s></s><i>查看更多</i><s></s></a></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="adv">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="f4 area">
|
|
||||||
<div class="area_head">
|
|
||||||
<span class="log_line"></span>
|
|
||||||
<h4><s class="new"></s>作品更新</h4>
|
|
||||||
<span class="log_line"></span>
|
|
||||||
</div>
|
|
||||||
<div class="f4_L">
|
|
||||||
<div class="new_list">
|
|
||||||
<ol class="cur">
|
|
||||||
<li>
|
<li>
|
||||||
<ul class="list_h">
|
<span class="s2">
|
||||||
<li class="lb">类别</li>
|
{$arrGrm[$d_key+4]|raw}
|
||||||
<li class="sm">书名</li>
|
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>{$Novel->n_name}</a>
|
||||||
<li class="gx">最新更新章节</li>
|
</span>
|
||||||
<li class="zz">作者</li>
|
<span class="s5">{$Novel->n_author}</span>
|
||||||
<li class="sj">更新时间</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
</li>
|
||||||
{novel:list count="30" sort_type="update" d_key="d_key" d_val="Novel"
|
{/novel:list}
|
||||||
p_val="page_data" cache_life="86400"}
|
|
||||||
{include file="pc/public/indexNewsUpdateList" start="70"/}
|
</ul>
|
||||||
{/novel:list}
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div class="clear"></div>
|
||||||
|
</div>
|
||||||
|
<div class="novelslist">
|
||||||
|
<?php $start = 0 ;?>
|
||||||
|
{novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
|
||||||
|
<?php $start +=1 ;?>
|
||||||
|
{if $start < 4}
|
||||||
|
<div class="content">
|
||||||
|
<h2>{$strCategoryName} </h2>
|
||||||
|
|
||||||
|
|
||||||
|
{novel:list count="1" n_category="$strCategoryPinyin" sort_type="news" d_key="d_key" d_val="Novel"
|
||||||
|
p_val="page_data" cache_life="86400"}
|
||||||
|
<div class="top">
|
||||||
|
<div class="image"><a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'><img class="lazyload-img" src="/static/img/default.jpg"
|
||||||
|
data-src="{$Novel.n_cover_path ?? ''}"
|
||||||
|
alt="{$Novel.n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读" width="120"
|
||||||
|
height="150"></a></div>
|
||||||
|
<dl>
|
||||||
|
<dt><a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>{$Novel->n_name}</a></dt>
|
||||||
|
<dd>{$Novel->n_description}</dd>
|
||||||
|
</dl>
|
||||||
|
<div class="clear"></div>
|
||||||
|
</div>
|
||||||
|
{/novel:list}
|
||||||
|
<ul>
|
||||||
|
{novel:list count="12" n_category="$strCategoryPinyin" sort_type="news" d_key="d_key" d_val="Novel"
|
||||||
|
p_val="page_data" cache_life="86400"}
|
||||||
|
<li>
|
||||||
|
{$arrGrm[$d_key+9+10*$start]|raw}
|
||||||
|
<a
|
||||||
|
href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>{$Novel->n_name}</a>/<a
|
||||||
|
href='{site:souurl key="$Novel->n_author" p="1"/}'>{$Novel->n_author}</a>
|
||||||
|
</li>
|
||||||
|
{/novel:list}
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
{/novel:category}
|
||||||
|
<div class="clear"></div>
|
||||||
|
</div>
|
||||||
|
<div class="novelslist">
|
||||||
|
<?php $start = 0 ;?>
|
||||||
|
{novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
|
||||||
|
<?php $start +=1 ;?>
|
||||||
|
{if 3< $start && $start < 7}
|
||||||
|
<div class="content">
|
||||||
|
<h2>{$strCategoryName} </h2>
|
||||||
|
|
||||||
|
|
||||||
|
{novel:list count="1" n_category="$strCategoryPinyin" sort_type="news" d_key="d_key" d_val="Novel"
|
||||||
|
p_val="page_data" cache_life="86400"}
|
||||||
|
<div class="top">
|
||||||
|
<div class="image"><a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'><img class="lazyload-img" src="/static/img/default.jpg"
|
||||||
|
data-src="{$Novel.n_cover_path ?? ''}"
|
||||||
|
alt="{$Novel.n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读" width="120"
|
||||||
|
height="150"></a></div>
|
||||||
|
<dl>
|
||||||
|
<dt><a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>{$Novel->n_name}</a></dt>
|
||||||
|
<dd>{$Novel->n_description}</dd>
|
||||||
|
</dl>
|
||||||
|
<div class="clear"></div>
|
||||||
|
</div>
|
||||||
|
{/novel:list}
|
||||||
|
<ul>
|
||||||
|
{novel:list count="12" n_category="$strCategoryPinyin" sort_type="news" d_key="d_key" d_val="Novel"
|
||||||
|
p_val="page_data" cache_life="86400"}
|
||||||
|
<li>
|
||||||
|
{$arrGrm[$d_key+9+10*$start]|raw}
|
||||||
|
<a
|
||||||
|
href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>{$Novel->n_name}</a>/<a
|
||||||
|
href='{site:souurl key="$Novel->n_author" p="1"/}'>{$Novel->n_author}</a>
|
||||||
|
</li>
|
||||||
|
{/novel:list}
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
{/novel:category}
|
||||||
|
<div class="clear"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="newscontent">
|
||||||
|
<div class="l">
|
||||||
|
<h2>最近更新小说列表</h2>
|
||||||
|
<ul>
|
||||||
|
{novel:list count="50" sort_type="update" d_key="d_key" d_val="Novel" p_val="page_data"
|
||||||
|
cache_life="86400"}
|
||||||
|
<li>
|
||||||
|
<span class="s1">[{$Novel->n_category ?? ''}]</span>
|
||||||
|
<span class="s2">
|
||||||
|
{$arrGrm[$d_key+100]|raw}
|
||||||
|
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}' target="_blank">{$Novel->n_name}</a>
|
||||||
|
</span>
|
||||||
|
<span class="s3">
|
||||||
|
<a href='{$strPcPath}{site:lcpurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin" /}' target="_blank">{$Novel->n_latest_chapter_name ?? ''}</a>
|
||||||
|
</span>
|
||||||
|
<span class="s4">{$Novel->n_author}</span>
|
||||||
|
<span class="s5">{:date('m-d')}</span>
|
||||||
|
</li>
|
||||||
|
{/novel:list}
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="r">
|
||||||
|
<h2>最新入库小说</h2>
|
||||||
|
<ul>
|
||||||
|
{novel:list count="50" sort_type="news" d_key="d_key" d_val="Novel" p_val="page_data"
|
||||||
|
cache_life="86400"}
|
||||||
|
<li>
|
||||||
|
<span class="s2">
|
||||||
|
{$arrGrm[$d_key+100]|raw}
|
||||||
|
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>{$Novel->n_name}</a>
|
||||||
|
</span>
|
||||||
|
<span class="s5">{$Novel->n_author}</span>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
{/novel:list}</ul>
|
||||||
|
</div>
|
||||||
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="site-description ">{$DomainModel->d_description}</p>
|
|
||||||
</div>
|
</div>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
|
|||||||
@@ -31,4 +31,5 @@
|
|||||||
{/eq}
|
{/eq}
|
||||||
{/volist}
|
{/volist}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|||||||
@@ -1,33 +1,30 @@
|
|||||||
<div class="foot">
|
<div class="footer footer_cont">
|
||||||
<div class="foot_T">
|
<p>
|
||||||
<div class="tWrap">
|
<a href="/rank/dayvisit_0_0_0_1.html">日排行</a>|<a href="/rank/weekvisit_0_0_0_1.html">周排行</a>|<a
|
||||||
<p>友情链接</p>
|
href="/rank/monthvisit_0_0_0_1.html">月排行</a>|<a href="/rank/allvisit_0_0_0_1.html">总排行</a>|<a
|
||||||
<ul>
|
href="/rank/dayvote_0_0_0_1.html">日推荐</a>|<a href="/rank/weekvote_0_0_0_1.html">周推荐</a>|<a
|
||||||
<a href="/sitemap_index.xml">XML地图</a>
|
href="/rank/monthvote_0_0_0_1.html">月推荐</a>|<a href="/rank/allvote_0_0_0_1.html">总推荐</a>|<a
|
||||||
<a href="/site.txt">网站地图</a>
|
href="/rank/goodnum_0_0_0_1.html">总收藏</a>|<a href="/rank/postdate_0_0_0_1.html">最新入库</a>|<a
|
||||||
{site:forgelist count="30" d_key="d_key" d_val="ForgeNovel" cache_life="86400"}
|
href="/rank/lastupdate_0_0_0_1.html">最新更新</a>
|
||||||
<li>
|
</p>
|
||||||
<a
|
|
||||||
|
<p>友情链接:
|
||||||
|
<a href="/sitemap_index.xml">XML地图</a>
|
||||||
|
<a href="/site.txt">网站地图</a>
|
||||||
|
</p>
|
||||||
|
<p>最新标签:
|
||||||
|
{site:forgelist count="30" d_key="d_key" d_val="ForgeNovel" cache_life="86400"}
|
||||||
|
<a
|
||||||
href='{$strPcPath}{site:nnurl n_id="$ForgeNovel.n_id" n_py="$ForgeNovel.n_name_pinyin" n_fid="$ForgeNovel.n_forge_id"/}'>
|
href='{$strPcPath}{site:nnurl n_id="$ForgeNovel.n_id" n_py="$ForgeNovel.n_name_pinyin" n_fid="$ForgeNovel.n_forge_id"/}'>
|
||||||
{$ForgeNovel.n_forge_title}
|
{$ForgeNovel.n_forge_title}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
{/site:forgelist}
|
||||||
{/site:forgelist}
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="foot_B">
|
|
||||||
<p class="Co">
|
|
||||||
Copyright (C) 2008-2025 All rights reserved
|
|
||||||
<br>
|
|
||||||
<a href="javascript:void(0)" style="margin: 0 10px;"></a>
|
|
||||||
</p>
|
</p>
|
||||||
<p>请所有作者发布作品时务必遵守国家互联网信息管理办法规定,我们拒绝任何色情小说,一经发现,即作删除!本站所收录作品、社区、书库评论及本站所做之广告均属其个人行为,与本站立场无关!</p>
|
<p>本站耗子小说网所有小说为转载作品,所有章节均由网友上传,转载至本站耗子小说网只是为了宣传本书让更多读者欣赏。</p>
|
||||||
<p>删除邮箱:{site:cfg code="YOU_XIANG" encode="false"/}</p>
|
<p>Copyright © 耗子小说网www.hzpxw.net All Rights Reserved.</p>
|
||||||
</div>
|
<p>删除邮箱:{site:cfg code="YOU_XIANG" encode="false"/}</p>
|
||||||
</div>
|
</div>
|
||||||
<span class="gotop" id="btn_back_top" title="返回顶部">
|
<div id="shuqian"></div>
|
||||||
<img src="/template/kuangyu/home/bai_web/images/gotop.png"
|
|
||||||
data-src="/template/kuangyu/home/bai_web/images/gotop.png" alt="返回顶部"
|
|
||||||
ysrc="/template/kuangyu/home/bai_web/images/gotop.png">
|
|
||||||
</span>
|
|
||||||
|
|||||||
@@ -33,4 +33,5 @@
|
|||||||
{/eq}
|
{/eq}
|
||||||
{/volist}
|
{/volist}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{extend name="baseH5User" /}
|
{extend name="baseH5" /}
|
||||||
{block name="title"}我的书架{/block}
|
{block name="title"}我的书架{/block}
|
||||||
{block name="keywords"}我的书架{/block}
|
{block name="keywords"}我的书架{/block}
|
||||||
{block name="description"}我的书架{/block}
|
{block name="description"}我的书架{/block}
|
||||||
@@ -21,35 +21,30 @@
|
|||||||
{block name="head-js"}{/block}
|
{block name="head-js"}{/block}
|
||||||
|
|
||||||
{block name="head-name"}我的书架{/block}
|
{block name="head-name"}我的书架{/block}
|
||||||
|
|
||||||
{block name="main"}
|
{block name="main"}
|
||||||
|
|
||||||
{site:grm page_code="h5_bookshekf" diff="0" num="10" g_key="arrGrm" /}
|
{site:grm page_code="h5_bookshekf" diff="0" num="10" g_key="arrGrm" /}
|
||||||
|
|
||||||
{$arrGrm[0]|raw}
|
{$arrGrm[0]|raw}
|
||||||
<div class="app_body">
|
|
||||||
{$arrGrm[3]|raw}
|
<div class="main box">
|
||||||
<div class="app_topTabBlock">
|
<div class="title">《我的书架》</div>
|
||||||
<span class="public_AddFloatRight rightButton" id="success" style="display: none;">完成</span>
|
|
||||||
<span class="public_AddFloatRight rightButton" id="administration">管理</span>
|
<ul class="list" id="shujiaContainer">
|
||||||
</div>
|
<li>您还木有阅读本站小说,未产生阅读记录。</li>
|
||||||
{$arrGrm[2]|raw}
|
</ul>
|
||||||
<div class="app_listBlock app_deleteMargin" id="content">
|
|
||||||
<div class="app_listBlock_con">
|
|
||||||
<ul class="app_deletePaddingBottom" id="list">
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{$arrGrm[4]|raw}
|
|
||||||
<div class="app_pageBlock">
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const strNovelUrlTemp = `{site:replace code="NOVEL_INFO_URL"}`;
|
const strNovelUrlTemp = `{site:replace code="NOVEL_INFO_URL"}`;
|
||||||
const strNovelChapterUrlTemp = `{site:replace code="CONTENT_INFO_URL"}`;
|
const strNovelChapterUrlTemp = `{site:replace code="CONTENT_INFO_URL"}`;
|
||||||
const strSearchUrlTemp = `{site:replace code="SEARCH_INFO_URL"}`;
|
const strSearchUrlTemp = `{site:replace code="SEARCH_INFO_URL"}`;
|
||||||
document.addEventListener("DOMContentLoaded", function () {
|
document.addEventListener("DOMContentLoaded", function () {
|
||||||
|
|
||||||
displayBookshelf()
|
displayShujia()
|
||||||
})
|
})
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{extend name="baseH5User" /}
|
{extend name="baseH5" /}
|
||||||
{block name="title"}我的阅读记录{/block}
|
{block name="title"}我的阅读记录{/block}
|
||||||
{block name="keywords"}我的阅读记录{/block}
|
{block name="keywords"}我的阅读记录{/block}
|
||||||
{block name="description"}我的阅读记录{/block}
|
{block name="description"}我的阅读记录{/block}
|
||||||
@@ -26,26 +26,18 @@
|
|||||||
{site:grm page_code="h5_history" diff="0" num="10" g_key="arrGrm" /}
|
{site:grm page_code="h5_history" diff="0" num="10" g_key="arrGrm" /}
|
||||||
|
|
||||||
{$arrGrm[0]|raw}
|
{$arrGrm[0]|raw}
|
||||||
<div class="app_body">
|
|
||||||
|
<div class="main box">
|
||||||
|
<div class="title">《阅读记录》最多显示100条,请收藏至书架</div>
|
||||||
{$arrGrm[1]|raw}
|
{$arrGrm[1]|raw}
|
||||||
<div class="app_topTabBlock">
|
<ul class="list" id="shujiaContainer">
|
||||||
<span class="public_AddFloatRight rightButton" id="success" style="display: none;">完成</span>
|
<li>您还木有阅读本站小说,未产生阅读记录。</li>
|
||||||
<span class="public_AddFloatRight rightButton" id="administration">管理</span>
|
</ul>
|
||||||
</div>
|
{$arrGrm[3]|raw}
|
||||||
{$arrGrm[2]|raw}
|
|
||||||
<div class="app_listBlock app_deleteMargin" id="content">
|
|
||||||
<div class="app_listBlock_con">
|
|
||||||
<ul class="app_deletePaddingBottom" id="list">
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
{$arrGrm[3]|raw}
|
|
||||||
</div>
|
|
||||||
<div class="app_pageBlock">
|
|
||||||
</div>
|
|
||||||
{$arrGrm[4]|raw}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const strNovelUrlTemp = `{site:replace code="NOVEL_INFO_URL"}`;
|
const strNovelUrlTemp = `{site:replace code="NOVEL_INFO_URL"}`;
|
||||||
const strNovelChapterUrlTemp = `{site:replace code="CONTENT_INFO_URL"}`;
|
const strNovelChapterUrlTemp = `{site:replace code="CONTENT_INFO_URL"}`;
|
||||||
|
|||||||
@@ -159,7 +159,22 @@ cache_life="86400" button_num="3" sort_type="$Request.route.strOrder" func="gene
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
const strNovelId = `{$arrNovel.n_id}`;
|
||||||
|
const arrNovel = {
|
||||||
|
'n_id' : `{$arrNovel['n_id']}`,
|
||||||
|
'n_name_pinyin' : `{$arrNovel['n_name_pinyin']}`,
|
||||||
|
'n_cover_path' : `{$arrNovel['n_cover_path']}`,
|
||||||
|
'n_name' : `{$arrNovel['n_name']}`,
|
||||||
|
'n_author' : `{$arrNovel['n_author']}`,
|
||||||
|
'n_status' : `{$arrNovel['n_status']}`,
|
||||||
|
'n_description' : `{$arrNovel['n_description']}`,
|
||||||
|
'n_latest_chapter_name' : `{$arrNovel['n_latest_chapter_name']}`,
|
||||||
|
'n_update_time' : `{$arrNovel['n_update_time']}`,
|
||||||
|
'c_sort_num' : 1,
|
||||||
|
'c_name' : `第一章`,
|
||||||
|
};
|
||||||
|
</script>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -349,8 +349,11 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
|||||||
'n_name' : `{$arrNovel['n_name']}`,
|
'n_name' : `{$arrNovel['n_name']}`,
|
||||||
'n_author' : `{$arrNovel['n_author']}`,
|
'n_author' : `{$arrNovel['n_author']}`,
|
||||||
'n_status' : `{$arrNovel['n_status']}`,
|
'n_status' : `{$arrNovel['n_status']}`,
|
||||||
'c_sort_num' : `{$arrChapter.c_sort_num}`,
|
'n_description' : `{$arrNovel['n_description']}`,
|
||||||
'c_name' : `{$arrChapter.c_name}`,
|
'n_latest_chapter_name' : `{$arrNovel['n_latest_chapter_name']}`,
|
||||||
|
'n_update_time' : `{$arrNovel['n_update_time']}`,
|
||||||
|
'c_sort_num' : 1,
|
||||||
|
'c_name' : `第一章`,
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|||||||
@@ -265,6 +265,8 @@
|
|||||||
'n_name' : `{$arrNovel['n_name']}`,
|
'n_name' : `{$arrNovel['n_name']}`,
|
||||||
'n_author' : `{$arrNovel['n_author']}`,
|
'n_author' : `{$arrNovel['n_author']}`,
|
||||||
'n_status' : `{$arrNovel['n_status']}`,
|
'n_status' : `{$arrNovel['n_status']}`,
|
||||||
|
'n_description' : `{$arrNovel['n_description']}`,
|
||||||
|
'n_latest_chapter_name' : `{$arrNovel['n_latest_chapter_name']}`,
|
||||||
'n_update_time' : `{$arrNovel['n_update_time']}`,
|
'n_update_time' : `{$arrNovel['n_update_time']}`,
|
||||||
'c_sort_num' : 1,
|
'c_sort_num' : 1,
|
||||||
'c_name' : `第一章`,
|
'c_name' : `第一章`,
|
||||||
|
|||||||
@@ -151,6 +151,23 @@ cache_life="86400" button_num="3" sort_type="$Request.route.strOrder" func="gene
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
const strNovelId = `{$arrNovel.n_id}`;
|
||||||
|
const arrNovel = {
|
||||||
|
'n_id' : `{$arrNovel['n_id']}`,
|
||||||
|
'n_name_pinyin' : `{$arrNovel['n_name_pinyin']}`,
|
||||||
|
'n_cover_path' : `{$arrNovel['n_cover_path']}`,
|
||||||
|
'n_name' : `{$arrNovel['n_name']}`,
|
||||||
|
'n_author' : `{$arrNovel['n_author']}`,
|
||||||
|
'n_status' : `{$arrNovel['n_status']}`,
|
||||||
|
'n_description' : `{$arrNovel['n_description']}`,
|
||||||
|
'n_latest_chapter_name' : `{$arrNovel['n_latest_chapter_name']}`,
|
||||||
|
'n_update_time' : `{$arrNovel['n_update_time']}`,
|
||||||
|
'c_sort_num' : 1,
|
||||||
|
'c_name' : `第一章`,
|
||||||
|
};
|
||||||
|
</script>
|
||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block name="customize"} {/block}
|
{block name="customize"} {/block}
|
||||||
@@ -386,8 +386,11 @@ c_page="$Request.route.intChapterPage" c_key="arrChapter" /}
|
|||||||
'n_name' : `{$arrNovel['n_name']}`,
|
'n_name' : `{$arrNovel['n_name']}`,
|
||||||
'n_author' : `{$arrNovel['n_author']}`,
|
'n_author' : `{$arrNovel['n_author']}`,
|
||||||
'n_status' : `{$arrNovel['n_status']}`,
|
'n_status' : `{$arrNovel['n_status']}`,
|
||||||
'c_sort_num' : `{$arrChapter.c_sort_num}`,
|
'n_description' : `{$arrNovel['n_description']}`,
|
||||||
'c_name' : `{$arrChapter.c_name}`,
|
'n_latest_chapter_name' : `{$arrNovel['n_latest_chapter_name']}`,
|
||||||
|
'n_update_time' : `{$arrNovel['n_update_time']}`,
|
||||||
|
'c_sort_num' : 1,
|
||||||
|
'c_name' : `第一章`,
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -200,15 +200,17 @@ cache_life="86400" button_num="3" sort_type="$Request.route.strOrder" func="gene
|
|||||||
<script>
|
<script>
|
||||||
const strNovelId = `{$arrNovel.n_id}`;
|
const strNovelId = `{$arrNovel.n_id}`;
|
||||||
const arrNovel = {
|
const arrNovel = {
|
||||||
'n_id': `{$arrNovel['n_id']}`,
|
'n_id' : `{$arrNovel['n_id']}`,
|
||||||
'n_name_pinyin': `{$arrNovel['n_name_pinyin']}`,
|
'n_name_pinyin' : `{$arrNovel['n_name_pinyin']}`,
|
||||||
'n_cover_path': `{$arrNovel['n_cover_path']}`,
|
'n_cover_path' : `{$arrNovel['n_cover_path']}`,
|
||||||
'n_name': `{$arrNovel['n_name']}`,
|
'n_name' : `{$arrNovel['n_name']}`,
|
||||||
'n_author': `{$arrNovel['n_author']}`,
|
'n_author' : `{$arrNovel['n_author']}`,
|
||||||
'n_status': `{$arrNovel['n_status']}`,
|
'n_status' : `{$arrNovel['n_status']}`,
|
||||||
'n_update_time': `{$arrNovel['n_update_time']}`,
|
'n_description' : `{$arrNovel['n_description']}`,
|
||||||
'c_sort_num': 1,
|
'n_latest_chapter_name' : `{$arrNovel['n_latest_chapter_name']}`,
|
||||||
'c_name': `第一章`,
|
'n_update_time' : `{$arrNovel['n_update_time']}`,
|
||||||
|
'c_sort_num' : 1,
|
||||||
|
'c_name' : `第一章`,
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
{/block}
|
{/block}
|
||||||
|
|||||||
@@ -250,20 +250,20 @@ $Novel.n_id{extend name="baseH5" /}
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const strNovelId = `{$arrNovel.n_id}`;
|
const strNovelId = `{$arrNovel.n_id}`;
|
||||||
const arrNovel = {
|
const arrNovel = {
|
||||||
'n_id': `{$arrNovel['n_id']}`,
|
'n_id' : `{$arrNovel['n_id']}`,
|
||||||
'n_name_pinyin': `{$arrNovel['n_name_pinyin']}`,
|
'n_name_pinyin' : `{$arrNovel['n_name_pinyin']}`,
|
||||||
'n_cover_path': `{$arrNovel['n_cover_path']}`,
|
'n_cover_path' : `{$arrNovel['n_cover_path']}`,
|
||||||
'n_name': `{$arrNovel['n_name']}`,
|
'n_name' : `{$arrNovel['n_name']}`,
|
||||||
'n_author': `{$arrNovel['n_author']}`,
|
'n_author' : `{$arrNovel['n_author']}`,
|
||||||
'n_status': `{$arrNovel['n_status']}`,
|
'n_status' : `{$arrNovel['n_status']}`,
|
||||||
'n_update_time': `{$arrNovel['n_update_time']}`,
|
'n_description' : `{$arrNovel['n_description']}`,
|
||||||
'c_sort_num': 1,
|
'n_latest_chapter_name' : `{$arrNovel['n_latest_chapter_name']}`,
|
||||||
'c_name': `第一章`,
|
'n_update_time' : `{$arrNovel['n_update_time']}`,
|
||||||
|
'c_sort_num' : 1,
|
||||||
|
'c_name' : `第一章`,
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
{/block}
|
{/block}
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ class NovelService
|
|||||||
* @param integer $intPage
|
* @param integer $intPage
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function getNovelCategoryUrl(string $strGender, string $strCategory, string $strStatus, string $strOrder, int|string $intPage): string
|
public function getNovelCategoryUrl(string|NULL $strGender, string|NULL $strCategory, string|NULL $strStatus, string|NULL $strOrder, int|string|NULL $intPage): string
|
||||||
{
|
{
|
||||||
$strKey = 'CATEGORY_INFO_URL';
|
$strKey = 'CATEGORY_INFO_URL';
|
||||||
$strUrl = $this->SiteContext->DomainModel->getFomartUrl($strKey, [
|
$strUrl = $this->SiteContext->DomainModel->getFomartUrl($strKey, [
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ body,html{margin:0;padding:0;width:100%;height:100%;background-color:#efefef}
|
|||||||
.header{top:0;right:0;left:0;z-index:9999;padding:0 5px;height:45px;background-color:darkcyan;text-align:center;}
|
.header{top:0;right:0;left:0;z-index:9999;padding:0 5px;height:45px;background-color:darkcyan;text-align:center;}
|
||||||
.header i{float:right;display:block;width:45px;height:45px;color:#fff;font-size:25px;line-height:48px}
|
.header i{float:right;display:block;width:45px;height:45px;color:#fff;font-size:25px;line-height:48px}
|
||||||
.header i.i_back{float:left}
|
.header i.i_back{float:left}
|
||||||
.header a{display:inline-block}
|
.header a{display:inline-block;font-size: 1rem;}
|
||||||
.header a.logo , .header h1.logo, .header h2.logo{float:left;height:45px;color:#fff;font-weight:600;font-size:20px;line-height:46px}
|
.header a.logo , .header h1.logo, .header h2.logo{float:left;height:45px;color:#fff;font-weight:600;font-size:20px;line-height:46px}
|
||||||
.header a.logo a , .header h1.logo a, .header h2.logo a{color:#fff;}
|
.header a.logo a , .header h1.logo a, .header h2.logo a{color:#fff;}
|
||||||
.header h1,.header p{overflow:hidden;height:45px;color:#fff;font-size:18px;line-height:46px}
|
.header h1,.header p{overflow:hidden;height:45px;color:#fff;font-size:18px;line-height:46px}
|
||||||
@@ -240,10 +240,10 @@ div.menu a+a{border-top:1px solid #ddd}
|
|||||||
.help-center{top:30%;right:35%;bottom:30%;left:35%;border:2px dashed #fff}
|
.help-center{top:30%;right:35%;bottom:30%;left:35%;border:2px dashed #fff}
|
||||||
.new{margin-top:5px;border-top:1px solid #e5e5e5;color:#666}
|
.new{margin-top:5px;border-top:1px solid #e5e5e5;color:#666}
|
||||||
.new a{color:#0067c8;}
|
.new a{color:#0067c8;}
|
||||||
.tui{margin:8px 0;border:1px solid;border-color:#fff #efefef #d3d3d3 #efefef;box-shadow:0 1px 1px #efefef}
|
.tui{margin:8px 0;border:1px solid;border-color:#fff #efefef #d3d3d3 #efefef;box-shadow:0 1px 1px #efefef;padding: 0 0.5rem;}
|
||||||
.tui strong{margin-right:2px;padding:3px;background:#333;color:#fff;font-weight:400;font-size:10.5px}
|
.tui strong{margin-right:2px;padding:3px;background:#333;color:#fff;font-weight:400;font-size:10.5px}
|
||||||
.lasttop,.listtop,.newtop,.quantop,.readtop{overflow:hidden;margin:1px;box-shadow:0 1px 1px #efefef}
|
.lasttop,.listtop,.newtop,.quantop,.readtop{overflow:hidden;margin:1px;box-shadow:0 1px 1px #efefef}
|
||||||
.lasttop a,.listtop a,.newtop a,.quantop a,.readtop a{margin:0 3px;color:#101010;font-size:9.5px}
|
.lasttop a,.listtop a,.newtop a,.quantop a,.readtop a{margin:0 3px;color:#333;font-size:0.8rem;line-height: 1.5rem;}
|
||||||
#navdown,#navup{clear:both;display:block;overflow:hidden;margin:0 auto;max-height:120px;text-align:center;word-wrap:break-word}
|
#navdown,#navup{clear:both;display:block;overflow:hidden;margin:0 auto;max-height:120px;text-align:center;word-wrap:break-word}
|
||||||
#navcon{clear:both;display:block;overflow:hidden;margin:10px 0 5px 0;max-height:120px;text-align:center;word-wrap:break-word}
|
#navcon{clear:both;display:block;overflow:hidden;margin:10px 0 5px 0;max-height:120px;text-align:center;word-wrap:break-word}
|
||||||
.reg{float:right;padding-right:10px;font-size:16px;color:#fff}
|
.reg{float:right;padding-right:10px;font-size:16px;color:#fff}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ ul li{list-style:none outside none}
|
|||||||
a{color:darkcyan;text-decoration:none}
|
a{color:darkcyan;text-decoration:none}
|
||||||
a:hover{text-decoration:underline;top:-1px}
|
a:hover{text-decoration:underline;top:-1px}
|
||||||
.clear{clear:both}
|
.clear{clear:both}
|
||||||
#fmimg span,.frii .int,.header_logo,.reader_mark0 a,.reader_mark1 a,.ywtop_addfavorite,.ywtop_sethome{background:url(/qs_theme/book_pc/css/all.gif) no-repeat scroll 0 0 transparent}
|
#fmimg span,.frii .int,.header_logo,.reader_mark0 a,.reader_mark1 a,.ywtop_addfavorite,.ywtop_sethome{ }
|
||||||
.ywtop{overflow: hidden;background-color: #FFF;border-bottom: 1px solid darkcyan;}
|
.ywtop{overflow: hidden;background-color: #FFF;border-bottom: 1px solid darkcyan;}
|
||||||
.ywtop_con{height:38px;background-color:#e43770}
|
.ywtop_con{height:38px;background-color:#e43770}
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ a:hover{text-decoration:underline;top:-1px}
|
|||||||
#xx_search{overflow:hidden;width:525px;margin:auto}
|
#xx_search{overflow:hidden;width:525px;margin:auto}
|
||||||
#xx_search input.search{font:16px/22px arial;height:24px;margin-right:5px;width:390px;padding:3px}
|
#xx_search input.search{font:16px/22px arial;height:24px;margin-right:5px;width:390px;padding:3px}
|
||||||
#xx_search button{background:none repeat scroll 0 0 #ddd;cursor:pointer;font-size:14px;height:32px;width:95px}
|
#xx_search button{background:none repeat scroll 0 0 #ddd;cursor:pointer;font-size:14px;height:32px;width:95px}
|
||||||
.userpanel{border:1px dotted darkcyan;color:#9e9e9e;float:right;margin-right:5px;margin-top:3px;text-align:center;width:220px;padding:5px 3px}
|
.userpanel{border:1px dotted darkcyan;color:#9e9e9e;float:right;margin-right:5px;margin-top:18px;text-align:center;width:220px;padding:5px 3px}
|
||||||
.userpanel a{padding:0 5px;color:darkcyan;line-height:200%}
|
.userpanel a{padding:0 5px;color:darkcyan;line-height:200%}
|
||||||
.nav{background:none repeat scroll 0 0 darkcyan;border-bottom: 3px solid darkcyan;height:40px;overflow:hidden;width:980px;margin:10px auto auto;overflow:hidden}
|
.nav{background:none repeat scroll 0 0 darkcyan;border-bottom: 3px solid darkcyan;height:40px;overflow:hidden;width:980px;margin:10px auto auto;overflow:hidden}
|
||||||
.nav ul li{float:left;line-height:44px}
|
.nav ul li{float:left;line-height:44px}
|
||||||
@@ -62,7 +62,7 @@ table.grid td{background-color:#fff!important;padding:4px}
|
|||||||
.girls,.girls a{color:#a12f2f;}
|
.girls,.girls a{color:#a12f2f;}
|
||||||
#hotcontent{padding-top:10px}
|
#hotcontent{padding-top:10px}
|
||||||
#hotcontent .l,#hotcontent .r,.novelslist,.novelslist2,#newscontent .l,#newscontent .l,#newscontent .r,.novelslist h2{background:#fcfcfc;}
|
#hotcontent .l,#hotcontent .r,.novelslist,.novelslist2,#newscontent .l,#newscontent .l,#newscontent .r,.novelslist h2{background:#fcfcfc;}
|
||||||
#hotcontent .l{float:left;height:330px;overflow:hidden;width:695px;padding:0 0 10px}
|
#hotcontent .l{float:left;overflow:hidden;width:695px;padding:0 0 10px}
|
||||||
#hotcontent .l .item{float:left;width:335px;padding:10px 0 0 10px}
|
#hotcontent .l .item{float:left;width:335px;padding:10px 0 0 10px}
|
||||||
#hotcontent .l .item dl dt{border-bottom:1px dotted #ddd;font-size:14px;font-weight:700;height:25px;line-height:25px;overflow:hidden}
|
#hotcontent .l .item dl dt{border-bottom:1px dotted #ddd;font-size:14px;font-weight:700;height:25px;line-height:25px;overflow:hidden}
|
||||||
#hotcontent .l .item dl dt span{color:#b3b3b3;float:right;font-weight:400}
|
#hotcontent .l .item dl dt span{color:#b3b3b3;float:right;font-weight:400}
|
||||||
@@ -70,7 +70,7 @@ table.grid td{background-color:#fff!important;padding:4px}
|
|||||||
#hotcontent .l .item dl{float:right;width:190px;padding:0 5px 0 0}
|
#hotcontent .l .item dl{float:right;width:190px;padding:0 5px 0 0}
|
||||||
#hotcontent .l .item .image{float:left;width:120px}
|
#hotcontent .l .item .image{float:left;width:120px}
|
||||||
#hotcontent .l .item .image img{background-color:#fff;border:1px solid #ddd;padding:1px}
|
#hotcontent .l .item .image img{background-color:#fff;border:1px solid #ddd;padding:1px}
|
||||||
#hotcontent .ll{margin:0 0 10px;padding:5px;float:left;width:964px;height:320px;overflow:hidden}
|
#hotcontent .ll{margin:0 0 10px;padding:5px;float:left;width:964px;overflow:hidden}
|
||||||
#hotcontent .ll .item{width:315px;float:left;padding:5px 0 0 5px}
|
#hotcontent .ll .item{width:315px;float:left;padding:5px 0 0 5px}
|
||||||
#hotcontent .ll .item .image{float:left;width:120px}
|
#hotcontent .ll .item .image{float:left;width:120px}
|
||||||
#hotcontent .ll .item .image img{border:solid 1px #ddd;padding:1px;background-color:#fff}
|
#hotcontent .ll .item .image img{border:solid 1px #ddd;padding:1px;background-color:#fff}
|
||||||
|
|||||||
@@ -201,19 +201,25 @@ function displayShujia() {
|
|||||||
let strSearchUrl = formatSearchUrl(book.n_author, 1)
|
let strSearchUrl = formatSearchUrl(book.n_author, 1)
|
||||||
if (isMobile()) {
|
if (isMobile()) {
|
||||||
bookElement.innerHTML = `
|
bookElement.innerHTML = `
|
||||||
<dl class="rec-focus-book">
|
<li>
|
||||||
<dt class="book-img">
|
<a href='${strNovelUrl}'>
|
||||||
<a href='${strNovelUrl}'>
|
<img class="lazyload-img" src="${book.n_cover_path}">
|
||||||
<img height="100" width="80" src="${book.n_cover_path}" >
|
</a>
|
||||||
</a>
|
<p class="bookname">
|
||||||
</dt>
|
<a href='${strNovelUrl}'>${book.n_name}</a>
|
||||||
<dd class="book-info">
|
</p>
|
||||||
<h2><a href='${strNovelUrl}'>${book.n_name}</a></h2>
|
<p class="data">
|
||||||
<p>作者: ${book.n_author}</p>
|
<a href='${strSearchUrl}'
|
||||||
<p> ${book.c_name}</p>
|
class="layui-btn layui-btn-xs layui-bg-cyan">${book.n_author}</a>
|
||||||
</dd>
|
</p>
|
||||||
</dl>
|
<p class="intro">
|
||||||
|
${book.n_description}</p>
|
||||||
|
<p class="data">
|
||||||
|
最新:<a href='${strNovelChapterUrl}'>${book.n_latest_chapter_name}</a>
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
`;
|
`;
|
||||||
} else {
|
} else {
|
||||||
@@ -292,18 +298,23 @@ function displayHistory() {
|
|||||||
let strSearchUrl = formatSearchUrl(book.n_author, 1)
|
let strSearchUrl = formatSearchUrl(book.n_author, 1)
|
||||||
if (isMobile()) {
|
if (isMobile()) {
|
||||||
bookElement.innerHTML = `
|
bookElement.innerHTML = `
|
||||||
<dl class="rec-focus-book">
|
<li>
|
||||||
<dt class="book-img">
|
<a href='${strNovelUrl}'>
|
||||||
<a href='${strNovelUrl}'>
|
<img class="lazyload-img" src="${book.n_cover_path}">
|
||||||
<img height="100" width="80" src="${book.n_cover_path}" >
|
</a>
|
||||||
</a>
|
<p class="bookname">
|
||||||
</dt>
|
<a href='${strNovelUrl}'>${book.n_name}</a>
|
||||||
<dd class="book-info">
|
</p>
|
||||||
<h2><a href='${strNovelUrl}'>${book.n_name}</a></h2>
|
<p class="data">
|
||||||
<p>作者: ${book.n_author}</p>
|
<a href='${strSearchUrl}'
|
||||||
<p> ${book.c_name}</p>
|
class="layui-btn layui-btn-xs layui-bg-cyan">${book.n_author}</a>
|
||||||
</dd>
|
</p>
|
||||||
</dl>
|
<p class="intro">
|
||||||
|
${book.n_description}</p>
|
||||||
|
<p class="data">
|
||||||
|
最新:<a href='${strNovelChapterUrl}'>${book.n_latest_chapter_name}</a>
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user