novel temp5
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
{block name="get-data"}
|
||||
{novel:info n_id="$Request.route.intNovelId" n_key="arrNovel" n_forge_id="0" /}
|
||||
{chapter:pagerexp page="$Request.route.intPage" limit="10" 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="h5_novel_catalog " diff="$Request.url" num="120" g_key="arrGrm" /}
|
||||
{/block}
|
||||
|
||||
@@ -91,6 +94,9 @@
|
||||
|
||||
{block name="head-js"}{/block}
|
||||
|
||||
{block name='body-class'}chapterlist_xs{/block}
|
||||
|
||||
|
||||
{block name="logo-html"}
|
||||
<h2 class="logo">
|
||||
<a href="/">{$DomainModel->d_name}-{$DomainModel->d_text_logo}</a>
|
||||
@@ -99,8 +105,7 @@
|
||||
|
||||
{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="wrap">
|
||||
<nav class="breadcrumb" aria-label="breadcrumb">
|
||||
@@ -127,35 +132,98 @@ cache_life="86400" button_num="3" sort_type="$Request.route.strOrder" func="gene
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<!-- hot-book -->
|
||||
<div class="mod mod-attentions">
|
||||
{$arrGrm[0]|raw}
|
||||
<div class="mod-head">
|
||||
<h1>{$arrNovel['n_name']}章节目录 - {$arrNovel['n_author']} - {$DomainModel->d_name} 第{$Request.route.intPage}页</h1>
|
||||
</div>
|
||||
|
||||
<h1 class="site-description ">{$arrNovel['n_name']}章节目录 - {$arrNovel['n_author']} - {$DomainModel->d_name} 第{$Request.route.intPage}页</h1>
|
||||
|
||||
<div class="attentions">
|
||||
<!-- 目录下拉分页-->
|
||||
{include file="public/allChapterPage" start="0"/}
|
||||
<div class="info_btn mb10">
|
||||
<a href='{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin"/}' class="a1">
|
||||
<span class="iconfont icon-mulu1 fs14"></span>
|
||||
详情
|
||||
</a>
|
||||
|
||||
<a href="javascript:addBookshelfFun();" class="a2 sj">
|
||||
<span class="iconfont icon-shoucang1"></span>
|
||||
收藏
|
||||
</a>
|
||||
|
||||
<ul class="clearfix">
|
||||
{if $Request.route.strOrder == 'zheng'}
|
||||
<a href='{site:nclurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" order="dao" page="1"/}'
|
||||
class="habt y">
|
||||
<span class="iconfont icon-daoxu"></span>
|
||||
切换成倒序
|
||||
</a>
|
||||
{else}
|
||||
<a href='{site:nclurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" order="zheng" page="1"/}'
|
||||
class="habt y">
|
||||
<span class="iconfont icon-daoxu"></span>
|
||||
切换成正序
|
||||
</a>
|
||||
{/if}
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="wbj10">
|
||||
<div class="xs_info">
|
||||
<span class="iconfont icon-zhengxu fs20 btn_cl_1 mt5"></span>
|
||||
{if $Request.route.strOrder == 'zheng'}
|
||||
<i>当前 正序排列</i>
|
||||
{else}
|
||||
<i>当前 倒序排列</i>
|
||||
{/if}
|
||||
|
||||
<c></c>
|
||||
<h2 class="br-b-1 fs14">
|
||||
<a href="/shu/2540/" class="btn_cl_1">{$arrNovel['n_name']}</a>
|
||||
</h2>
|
||||
<ul class="ph_list duaejh">
|
||||
{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>
|
||||
title="{$arrNovel['n_name']} {$Chapter.c_name}" class="s">
|
||||
{$Chapter.c_name}
|
||||
</a>
|
||||
</li>
|
||||
{/volist}
|
||||
</ul>
|
||||
|
||||
<!-- 目录下拉分页-->
|
||||
{include file="public/allChapterPage" /}
|
||||
<div class="chapters-more">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index_qb fmtj">
|
||||
<div class="tl t1">
|
||||
<span>完结小说推荐</span>
|
||||
<i>{$DomainModel->d_domain}</i>
|
||||
</div>
|
||||
{novel:list count="8" sort_type="tuijian" n_status="wanjie" d_key="key" d_val="Novel" cache_life="86400"}
|
||||
|
||||
{include file="public/novelListH" start="31"/}
|
||||
|
||||
{/novel:list}
|
||||
</div>
|
||||
|
||||
<div class="xs_phb zxgx">
|
||||
<span class="iconfont icon-gengxin btn_cl_1"></span>
|
||||
<i>{$DomainModel->d_domain}</i>
|
||||
<h2 class="btn_cl_1">最新更新</h2>
|
||||
<ul class="ph_list">
|
||||
{include file="public/novelListS" start="0"/}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
{include file="public/allChapterPage" /}
|
||||
<!-- <div class="fenye">
|
||||
<div class="desc">
|
||||
<a href="/shu/2540/" class="dise r2 iconfont icon-syy"></a>
|
||||
</div>
|
||||
<select onchange="self.location.href=options[selectedIndex].value">
|
||||
<option value="/shu/2540/">第1-41章</option>
|
||||
</select>
|
||||
<div class="desc">
|
||||
<a href="/shu/2540/" class="dise r2 iconfont icon-xyy" id="xfanyebtn"></a>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user