debug
This commit is contained in:
33
code/app/home/view/kuangyu/Pc/Public/allChapterPage.html
Normal file
33
code/app/home/view/kuangyu/Pc/Public/allChapterPage.html
Normal file
@@ -0,0 +1,33 @@
|
||||
{if !empty($arrPaginator)}
|
||||
<div class="page_num">
|
||||
{volist name="arrPaginator" id="item"}
|
||||
{eq name="item.type" value="prev"}
|
||||
<a href="{$item.url ?: '#'}"
|
||||
class="z {$item.disabled ? 'disabled' : ''}">
|
||||
{$item.label}
|
||||
</a>
|
||||
{/eq}
|
||||
{/volist}
|
||||
|
||||
<select onchange="self.location.href=options[selectedIndex].value">
|
||||
{volist name="arrPaginator" id="item"}
|
||||
{eq name="item.type" value="page"}
|
||||
<?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="arrPaginator" id="item"}
|
||||
{eq name="item.type" value="next"}
|
||||
<a href="{$item.url ?: '#'}"
|
||||
class="y {$item.disabled ? 'disabled' : ''}">
|
||||
{$item.label}
|
||||
</a>
|
||||
{/eq}
|
||||
{/volist}
|
||||
</div>
|
||||
{/if}
|
||||
@@ -42,9 +42,16 @@
|
||||
<ul>
|
||||
<li><a class='{eq name="strCategory" value="all"}on {/eq}' href="/pc/shuku/{$strGender}/all/{$strStatus}/page{$intPage}" btn="search_category">全部</a></li>
|
||||
|
||||
{foreach $arrCategory as $key=>$vo }
|
||||
{eq name="strGender" value="nansheng-xiaoshuo"}
|
||||
{foreach $arrCategoryAll.man as $key=>$vo }
|
||||
<li><a class='{eq name="key" value="$strCategory"}on {/eq}' href="/pc/shuku/{$strGender}/{$key}/{$strStatus}/page{$intPage}" btn="search_category">{$vo}</a></li>
|
||||
{/foreach}
|
||||
{else}
|
||||
{foreach $arrCategoryAll.women as $key=>$vo }
|
||||
<li><a class='{eq name="key" value="$strCategory"}on {/eq}' href="/pc/shuku/{$strGender}/{$key}/{$strStatus}/page{$intPage}" btn="search_category">{$vo}</a></li>
|
||||
{/foreach}
|
||||
{/eq}
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -54,7 +54,6 @@
|
||||
{volist name="arrRecommendSerializationNovel" id="Novel" key="key"}
|
||||
{include file="Pc/Public/endNovelList" /}
|
||||
{/volist}
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="adv">
|
||||
|
||||
@@ -46,15 +46,10 @@
|
||||
<div class="fenlei">
|
||||
|
||||
<div class="tit" btn="toggle_chapter_list"><span></span>章节列表</div>
|
||||
<div class="page_num"><a href="/pc/xiaoshuo/gui-zu-nong-min-106/mulu/zheng/1" class="z">上一页</a><select
|
||||
onchange="self.location.href=options[selectedIndex].value">
|
||||
<option value="/pc/xiaoshuo/gui-zu-nong-min-106/mulu/zheng/1">第1-100章</option>
|
||||
<option selected="selected" value="/index/47010/1/">第101-200章</option>
|
||||
<option value="/pc/xiaoshuo/gui-zu-nong-min-106/mulu/zheng/2">第201-300章</option>
|
||||
<option value="/pc/xiaoshuo/gui-zu-nong-min-106/mulu/zheng/3">第301-400章</option>
|
||||
<option value="/pc/xiaoshuo/gui-zu-nong-min-106/mulu/zheng/4">第401-500章</option>
|
||||
</select><a href="/pc/xiaoshuo/gui-zu-nong-min-106/mulu/zheng/2" class="y">下一页</a>
|
||||
</div>
|
||||
|
||||
<!-- 目录下拉分页-->
|
||||
{include file="Pc/Public/allChapterPage" /}
|
||||
|
||||
<div class="fL_con">
|
||||
<ul>
|
||||
{foreach $arrPage.data as $Chapter}
|
||||
@@ -65,15 +60,8 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="page_num"><a href="/pc/xiaoshuo/gui-zu-nong-min-106/mulu/zheng/1" class="z">上一页</a><select
|
||||
onchange="self.location.href=options[selectedIndex].value">
|
||||
<option value="/pc/xiaoshuo/gui-zu-nong-min-106/mulu/zheng/1">第1-100章</option>
|
||||
<option selected="selected" value="/index/47010/1/">第101-200章</option>
|
||||
<option value="/pc/xiaoshuo/gui-zu-nong-min-106/mulu/zheng/2">第201-300章</option>
|
||||
<option value="/pc/xiaoshuo/gui-zu-nong-min-106/mulu/zheng/3">第301-400章</option>
|
||||
<option value="/pc/xiaoshuo/gui-zu-nong-min-106/mulu/zheng/4">第401-500章</option>
|
||||
</select><a href="/pc/xiaoshuo/gui-zu-nong-min-106/mulu/zheng/2" class="y">下一页</a>
|
||||
</div>
|
||||
<!-- 目录下拉分页-->
|
||||
{include file="Pc/Public/allChapterPage" /}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -75,8 +75,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="c04">
|
||||
{if !empty($arrChapter)}
|
||||
<a href="/pc/xiaoshuo/{$arrNovel.og_novel_pin_yin}-{$arrNovel.n_id}/zhang-1" target="_blank" class="read">立即阅读</a>
|
||||
<a href="/pc/xiaoshuo/{$arrNovel.og_novel_pin_yin}-{$arrNovel.n_id}/mulu/zheng" target="_blank" class="mulu">目录</a>
|
||||
{/if}
|
||||
</div>
|
||||
<!-- <div class="c05">
|
||||
<p class="c05_t">作品标签:
|
||||
|
||||
@@ -8,56 +8,61 @@
|
||||
<div class="content">
|
||||
<!--选择搜索 开始-->
|
||||
<div class="find">
|
||||
|
||||
<div class="fi_t">
|
||||
<div class="boFi">
|
||||
<span><s></s></span>
|
||||
<div class="result">搜索<span style="color:red">“{$strKeywords}”</span>相关结果共有 <span style="color:red">{$arrPage.total}</span> 部小说</div>
|
||||
<!-- <div class="boFi">
|
||||
<span>{$strKeywords}<s></s></span>
|
||||
<input type="text" class="search-val" url="/search.html" name="search_keyword" value="1"
|
||||
placeholder="我要搜.. " maxlength="100" autocomplete="off">
|
||||
<a href="javascript:;" btn="search_keyword">搜索</a>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
<!--选择搜索 结束-->
|
||||
|
||||
<!--搜索结果 开始-->
|
||||
<div class="result" mod="search_data_list">
|
||||
{if empty($arrPage.data)}
|
||||
<p style="text-align: center;line-height: 60px">没有相关数据</p>
|
||||
{else}
|
||||
<ul>
|
||||
{foreach $arrSearchNovel as $key=>$Novel}
|
||||
<li>
|
||||
<a href='/pc/xiaoshuo/name-1' target="_blank" class="book_cov" title="1秒1技能点,你说我凡阶天赋修炼慢?">
|
||||
<img src="/template/kuangyu/home/bai_web/images/default.png"
|
||||
data-src="https://www.630zw.org/img/176943.jpg"
|
||||
class="lazyload_book_cover" alt="1秒1技能点,你说我凡阶天赋修炼慢?">
|
||||
</a>
|
||||
<div class="book_inf">
|
||||
<h3><a href='/pc/xiaoshuo/name-1' title="1秒1技能点,你说我凡阶天赋修炼慢?" target="_blank">
|
||||
<font color="red">1</font>秒<font color="red">1</font>技能点,你说我凡阶天赋修炼慢?
|
||||
</a></h3>
|
||||
<p>
|
||||
<span>作者:<a href="/search/%E9%9D%92%E5%9F%8E%E8%80%81%E9%AC%BC.html"
|
||||
title="青城老鬼">青城老鬼</a></span>
|
||||
<span>分类:<a href="/lists/3.html" title=""></a></span>
|
||||
<span>状态:已完结</span>
|
||||
<span>总字数:38.00万字+</span>
|
||||
</p>
|
||||
<p class="tags">
|
||||
<i>标签:</i>
|
||||
<i></i>
|
||||
</p>
|
||||
<p><b>最近更新:</b><a href='/pc/xiaoshuo/name-1/zhang-1' title="第190章 武破虚空,新的开始"
|
||||
target="_blank">第190章 武破虚空,新的开始</a></p>
|
||||
<p class="int"> 深海中潜藏的巨兽掀起灭世海啸!山间凶兽朝着钢铁巨城露出凶猛的獠牙。 即将参加高考的武道学生徐天觉醒深红系统。却没想觉醒日被未婚妻强行退婚,面对众人诋毁,未婚妻的鄙视。
|
||||
地阶天赋又如何,深红,给我加点!
|
||||
本站提示:各位书友要是觉得《1秒1技能点,你说我凡阶天赋修炼慢?》还不错的话请不要忘记向您QQ群和微博里的朋友推荐哦!</p>
|
||||
</div>
|
||||
<div class="right">
|
||||
<span>更新时间:2025-03-20 23:57</span>
|
||||
<a href='/pc/xiaoshuo/name-1' target="_blank" class="read_btn btn">立即阅读</a>
|
||||
</div>
|
||||
</li>
|
||||
{/foreach} </ul>
|
||||
{foreach $arrPage.data as $key=>$Novel}
|
||||
{include file="Pc/Public/shuKuNovelList" /}
|
||||
{/foreach}
|
||||
</ul>
|
||||
{/if}
|
||||
<!--页码切换 开始-->
|
||||
<div class="changepage">
|
||||
<ul class="pagination">
|
||||
{volist name="arrPaginator" id="vo" key="k"}
|
||||
{switch $vo.label}
|
||||
{case value="上一页"}
|
||||
{if $intPage == 1}
|
||||
<li class="disabled"><span>«</span></li>
|
||||
{else}
|
||||
<li><a href="/pc/search.html?keyword=我&page={$intPage-1}">«</a></li>
|
||||
{/if}
|
||||
{/case}
|
||||
{case value="下一页"}
|
||||
{if $intPage >= $intTotalPage}
|
||||
<li class="disabled"><span>»</span></li>
|
||||
{else}
|
||||
<li><a href="/pc/search.html?keyword=我&page={$intPage+1}">»</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="$intPage"}active {/eq}'>
|
||||
<a href="/pc{$vo.url}">{$vo.label}</a>
|
||||
</li>
|
||||
{/if}
|
||||
{/switch}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
<!--页码切换 结束-->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user