debug
This commit is contained in:
@@ -32,25 +32,35 @@
|
||||
<div class="mod mod-nav">
|
||||
<div id="book-nav" class="book-nav">
|
||||
<ul class="clearfix">
|
||||
<li class="on"><a href='/shuku/all-{$strCategory}-{$strStatus}-1' title="全部">全部</a></li>
|
||||
<li><a href='/shuku/nansheng-{$strCategory}-{$strStatus}-1' title="男生">男生</a></li>
|
||||
<li><a href='/shuku/nvsheng-{$strCategory}-{$strStatus}-1' title="女生">女生</a></li>
|
||||
<li class='{eq name="strGender" value="all"}on {/eq}'><a href='/shuku/all/{$strCategory}/{$strStatus}/page{$intPage}' title="全部">全部</a></li>
|
||||
<li class='{eq name="strGender" value="nansheng-xiaoshuo"}on {/eq}'><a href='/shuku/nansheng-xiaoshuo/{$strCategory}/{$strStatus}/page{$intPage}' title="男生">男生</a></li>
|
||||
<li class='{eq name="strGender" value="nvsheng-xiaoshuo"}on {/eq}'><a href='/shuku/nvsheng-xiaoshuo/{$strCategory}/{$strStatus}/page{$intPage}' title="女生">女生</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="book-nav" class="book-nav">
|
||||
<ul class="clearfix">
|
||||
<li class="on"><a href='/shuku/{$strNovelChannel}-all-{$strStatus}-1' title="全部">全部</a></li>
|
||||
<li><a href='/shuku/{$strNovelChannel}-dushixiuxian-{$strStatus}-1' btn="search_category">都市修仙</a></li>
|
||||
<li><a href=/shuku/{$strNovelChannel}-dushixiuxian-{$strStatus}-1 btn="search_category">玄幻修真</a></li>
|
||||
<li><a href='/shuku/{$strNovelChannel}-dushixiuxian-{$strStatus}-1' btn="search_category">都市修仙</a></li>
|
||||
<li><a href=/shuku/{$strNovelChannel}-dushixiuxian-{$strStatus}-1 btn="search_category">玄幻修真</a></li>
|
||||
|
||||
<li class='{eq name="strCategory" value="all"}on {/eq}'>
|
||||
<a href="/shuku/{$strGender}/all/{$strStatus}/page{$intPage}" btn="search_category">全部</a>
|
||||
</li>
|
||||
{foreach $arrCategory as $key=>$vo }
|
||||
<li class='{eq name="key" value="$strCategory"}on {/eq}'>
|
||||
<a href="/shuku/{$strGender}/{$key}/{$strStatus}/page{$intPage}" btn="search_category">{$vo}</a>
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
<div id="book-nav" class="book-nav">
|
||||
<ul class="clearfix">
|
||||
<li class="on"><a href='/shuku/{$strNovelChannel}-{$strCategory}-all-1' title="全部">全部</a></li>
|
||||
<li><a href='/shuku/{$strNovelChannel}-{$strCategory}-lianzai-1' btn="search_category">连载</a></li>
|
||||
<li><a href='/shuku/{$strNovelChannel}-{$strCategory}-wanben-1' btn="search_category">完本</a></li>
|
||||
<li class='{eq name="strStatus" value="all"}on {/eq}'>
|
||||
<a href="/shuku/{$strGender}/{$strCategory}/all/page{$intPage}" btn="search_category">全部</a>
|
||||
</li>
|
||||
<li class='{eq name="strStatus" value="lianzai"}on {/eq}'>
|
||||
<a href="/shuku/{$strGender}/{$strCategory}/lianzai/page{$intPage}" btn="search_category">连载</a>
|
||||
</li>
|
||||
<li class='{eq name="strStatus" value="wanjie"}on {/eq}'>
|
||||
<a href="/shuku/{$strGender}/{$strCategory}/wanjie/page{$intPage}" btn="search_category">完本</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -62,10 +72,27 @@
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="pages">
|
||||
<ul class="pager">
|
||||
<li class="disabled"><span>«</span></li>
|
||||
<li><a href="/all.html?page=2">»</a></li>
|
||||
{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="{$vo.url}">«</a></li>
|
||||
{/if}
|
||||
{/case}
|
||||
{case value="下一页"}
|
||||
{if $intPage >= $intTotalPage}
|
||||
<li class="disabled"><span>»</span></li>
|
||||
{else}
|
||||
<li><a href="{$vo.url}">»</a></li>
|
||||
{/if}
|
||||
{/case}
|
||||
{/switch}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -33,15 +33,15 @@
|
||||
</div>
|
||||
<div class="top-index">
|
||||
<ul class="clearfix">
|
||||
{foreach $arrDayRankNovel as $key => $vo}
|
||||
{if $key == 0}
|
||||
{volist name="arrDayRankNovel" id="Novel" key="key"}
|
||||
{if $key == 1}
|
||||
{include file="Public/novelListH" /}
|
||||
{/if}
|
||||
{if $key >= 1}
|
||||
{if $key >= 2}
|
||||
{include file="Public/novelListRank" /}
|
||||
{/if}
|
||||
|
||||
{/foreach}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -52,15 +52,15 @@
|
||||
</div>
|
||||
<div class="top-index">
|
||||
<ul class="clearfix">
|
||||
{foreach $arrWeekRankNovel as $key => $vo}
|
||||
{if $key == 0}
|
||||
{volist name="arrWeekRankNovel" id="Novel" key="key"}
|
||||
{if $key == 1}
|
||||
{include file="Public/novelListH" /}
|
||||
{/if}
|
||||
{if $key >= 1}
|
||||
{if $key >= 2}
|
||||
{include file="Public/novelListRank" /}
|
||||
{/if}
|
||||
|
||||
{/foreach}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -71,15 +71,15 @@
|
||||
</div>
|
||||
<div class="top-index">
|
||||
<ul class="clearfix">
|
||||
{foreach $arrMoonRankNovel as $key => $vo}
|
||||
{if $key == 0}
|
||||
{volist name="arrMoonRankNovel" id="Novel" key="key"}
|
||||
{if $key == 1}
|
||||
{include file="Public/novelListH" /}
|
||||
{/if}
|
||||
{if $key >= 1}
|
||||
{if $key >= 2}
|
||||
{include file="Public/novelListRank" /}
|
||||
{/if}
|
||||
|
||||
{/foreach}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -90,14 +90,14 @@
|
||||
</div>
|
||||
<div class="top-index">
|
||||
<ul class="clearfix">
|
||||
{foreach $arrTotalRankNovel as $key => $vo}
|
||||
{if $key == 0}
|
||||
{volist name="arrTotalRankNovel" id="Novel" key="key"}
|
||||
{if $key == 1}
|
||||
{include file="Public/novelListH" /}
|
||||
{/if}
|
||||
{if $key >= 1}
|
||||
{if $key >= 2}
|
||||
{include file="Public/novelListRank" /}
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -108,14 +108,14 @@
|
||||
</div>
|
||||
<div class="top-index">
|
||||
<ul class="clearfix">
|
||||
{foreach $arrNewsNovelRankNovel as $key => $vo}
|
||||
{if $key == 0}
|
||||
{volist name="arrNewsNovelRankNovel" id="Novel" key="key"}
|
||||
{if $key == 1}
|
||||
{include file="Public/novelListH" /}
|
||||
{/if}
|
||||
{if $key >= 1}
|
||||
{if $key >= 2}
|
||||
{include file="Public/novelListRank" /}
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -126,14 +126,14 @@
|
||||
</div>
|
||||
<div class="top-index">
|
||||
<ul class="clearfix">
|
||||
{foreach $arrEdnNovelRankNovel as $key => $vo}
|
||||
{if $key == 0}
|
||||
{volist name="arrEdnNovelRankNovel" id="Novel" key="key"}
|
||||
{if $key == 1}
|
||||
{include file="Public/novelListH" /}
|
||||
{/if}
|
||||
{if $key >= 1}
|
||||
{if $key >= 2}
|
||||
{include file="Public/novelListRank" /}
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/volist}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user