debug
This commit is contained in:
33
code/app/home/view/haoZi/pc/public/footer.html
Normal file
33
code/app/home/view/haoZi/pc/public/footer.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<div class="foot">
|
||||
<div class="foot_T">
|
||||
<div class="tWrap">
|
||||
<p>友情链接</p>
|
||||
<ul>
|
||||
<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"}
|
||||
<li>
|
||||
<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>
|
||||
</li>
|
||||
{/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>删除邮箱:{site:cfg code="YOU_XIANG" encode="false"/}</p>
|
||||
</div>
|
||||
</div>
|
||||
<span class="gotop" id="btn_back_top" title="返回顶部">
|
||||
<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>
|
||||
14
code/app/home/view/haoZi/pc/public/hostListImg.html
Normal file
14
code/app/home/view/haoZi/pc/public/hostListImg.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<div class="bookLink">
|
||||
{$arrGrm[$key+[start]]|raw}
|
||||
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}' >
|
||||
<div class="bookImg">
|
||||
<img class="lazyload-img"
|
||||
src="/static/img/default.jpg" data-src="{$Novel.n_cover_path ?? ''}" alt="{$Novel.n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读">
|
||||
</div>
|
||||
<div>
|
||||
<h2>{$Novel.n_name ?? ''}</h2>
|
||||
<span>{$Novel->n_author ?? ''}</span>
|
||||
<p>{$Novel.n_description ?? ''}</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
7
code/app/home/view/haoZi/pc/public/hostListText.html
Normal file
7
code/app/home/view/haoZi/pc/public/hostListText.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="bookLink oneLine">
|
||||
{$arrGrm[$key+[start]]|raw}
|
||||
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}' >
|
||||
<em>「{$Novel->n_category ?? ''}」</em>
|
||||
{$Novel.n_name ?? ''}
|
||||
</a>
|
||||
</div>
|
||||
20
code/app/home/view/haoZi/pc/public/indexNewsUpdateList.html
Normal file
20
code/app/home/view/haoZi/pc/public/indexNewsUpdateList.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<li>
|
||||
<ul>
|
||||
<li class="lb">
|
||||
<?php $Novel['n_category_pinyin'] ?? $Novel['n_category_pinyin'] = 'all'?>
|
||||
<a href='{$strPcPath}{site:nflurl gender="all" category="$Novel.n_category_pinyin" status="all" page="1"/}' >{$Novel->n_category ?? ''}</a></li>
|
||||
<li class="sm">
|
||||
<h3>
|
||||
{$arrGrm[$key+[start]]|raw}
|
||||
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}' title="{$Novel.n_name ?? ''}" >
|
||||
{$Novel.n_name ?? ''}</a>
|
||||
</h3>
|
||||
</li>
|
||||
<li class="gx">
|
||||
<a href='{$strPcPath}{site:lcpurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'
|
||||
title="{$Novel->n_latest_chapter_name ?? 'null'}"
|
||||
>{$Novel->n_latest_chapter_name ?? 'null'}</a></li>
|
||||
<li class="zz"><a href="{$strPcPath}{site:souurl key='$Novel.n_author' p='1'/}">{$Novel->n_author ?? 'null'}</a></li>
|
||||
<li class="sj">{:date('y-m-d')}</li>
|
||||
</ul>
|
||||
</li>
|
||||
Reference in New Issue
Block a user