debug
This commit is contained in:
36
code/app/home/view/kuangYu/public/allChapterPage.html
Normal file
36
code/app/home/view/kuangYu/public/allChapterPage.html
Normal file
@@ -0,0 +1,36 @@
|
||||
{if !empty($resData.p_data.pager)}
|
||||
<div class="page_num">
|
||||
{volist name="$resData.p_data.pager" id="item"}
|
||||
{eq name="item.type" value="prev"}
|
||||
{$arrGrm[$key]|raw}
|
||||
<a href="{$item.url ?: '#'}"
|
||||
class="z {$item.disabled ? 'disabled' : ''}">
|
||||
{$item.label}
|
||||
</a>
|
||||
{/eq}
|
||||
{/volist}
|
||||
|
||||
<select onchange="self.location.href=options[selectedIndex].value">
|
||||
{volist name="$resData.p_data.pager" id="item"}
|
||||
{eq name="item.type" value="page"}
|
||||
<?php $intLimit = $resData['p_data']['limit']; ?>
|
||||
<?php $start = ($item['label'] - 1) * $intLimit + 1; ?>
|
||||
<?php $end = $item['label'] * $intLimit; ?>
|
||||
<option value="{$item.url}" {$item.current ? 'selected' : ''}>
|
||||
第{$start}-{$end}章
|
||||
</option>
|
||||
{/eq}
|
||||
{/volist}
|
||||
</select>
|
||||
|
||||
{volist name="$resData.p_data.pager" id="item"}
|
||||
{eq name="item.type" value="next"}
|
||||
{$arrGrm[$key]|raw}
|
||||
<a href="{$item.url ?: '#'}"
|
||||
class="y {$item.disabled ? 'disabled' : ''}">
|
||||
{$item.label}
|
||||
</a>
|
||||
{/eq}
|
||||
{/volist}
|
||||
</div>
|
||||
{/if}
|
||||
5
code/app/home/view/kuangYu/public/articleList.html
Normal file
5
code/app/home/view/kuangYu/public/articleList.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<li class="s2">
|
||||
<h5 class="tit">
|
||||
<a href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>我真是一条龙</a>
|
||||
</h5> <i class="num"><em>{$key+=1}</em></i>
|
||||
</li>
|
||||
33
code/app/home/view/kuangYu/public/footer.html
Normal file
33
code/app/home/view/kuangYu/public/footer.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<div class="footer">
|
||||
<div class="links">
|
||||
{if $DomainModel->info_id > 0}
|
||||
<a href="/">首页</a>
|
||||
<a href="/nindex/">小说首页
|
||||
</a>
|
||||
{else}
|
||||
<a href="/">首页</a>
|
||||
{/if}
|
||||
|
||||
<a href="{$strNanUrlTemp}">男生</a>
|
||||
<a href="{$strNvUrlTemp}">女生</a>
|
||||
<a href="{$strCategoryIndexUrlTemp}">书库</a>
|
||||
<a href="{$strRankUrlTemp}">排行</a>
|
||||
</div>
|
||||
<div id="firendlink">
|
||||
友情连接:
|
||||
<a href="/sitemap_index.xml">XML地图</a>
|
||||
<a href="/site.txt">网站地图</a>
|
||||
{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"/}'>
|
||||
{$ForgeNovel.n_forge_title}
|
||||
</a>
|
||||
{/site:forgelist}
|
||||
|
||||
</div>
|
||||
<div class="copyright">
|
||||
<p>精彩小说推荐尽在{$DomainModel->d_text_logo}!</p>
|
||||
<p>©Copyright 2020</p>
|
||||
<p>删除邮箱:{site:cfg code="YOU_XIANG" encode="false"/}</p>
|
||||
</div>
|
||||
</div>
|
||||
21
code/app/home/view/kuangYu/public/novelListH.html
Normal file
21
code/app/home/view/kuangYu/public/novelListH.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<li class="s1">
|
||||
<img class="pic lazy lazyload-img" data-encrypted="false"
|
||||
src="/static/img/default.jpg" data-src="{$Novel.n_cover_path ?? ''}"
|
||||
alt="{$Novel.n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读" />
|
||||
{$arrGrm[$key+[start]]|raw}
|
||||
<h3>
|
||||
<a class="tit" href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>{$Novel.n_name ?? ''}</a>
|
||||
</h3>
|
||||
<p class="intro">{$Novel.n_description ?? ''}</p>
|
||||
<p class="info">
|
||||
<span>
|
||||
<aria>作者:</aria>{$Novel.n_author ?? ''}
|
||||
</span>
|
||||
<em class="type">{$Novel->n_category ?? ''}</em>
|
||||
<em class='{eq name="$Novel->n_status ?? null " value="连载中"}serial{else}finish {/eq}'>{$Novel->n_status ?? ''}</em>
|
||||
</p>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
6
code/app/home/view/kuangYu/public/novelListRank.html
Normal file
6
code/app/home/view/kuangYu/public/novelListRank.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<li class="s2">
|
||||
<h5 class="tit">
|
||||
{$arrGrm[$key+[start]]|raw}
|
||||
<a href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>{$Novel.n_name ?? ''}</a>
|
||||
</h5> <i class="num"><em>{$key}</em></i>
|
||||
</li>
|
||||
12
code/app/home/view/kuangYu/public/novelListS.html
Normal file
12
code/app/home/view/kuangYu/public/novelListS.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<li>
|
||||
{$arrGrm[$key+[start]]|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 ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读" />
|
||||
<h3>{$Novel.n_name ?? ''}</h3>
|
||||
<em>
|
||||
<aria>作者:</aria>{$Novel.n_author ?? ''}
|
||||
</em>
|
||||
</a>
|
||||
</li>
|
||||
Reference in New Issue
Block a user