搜索“{$strSearchKeywords}”相关结果共有 {$arrPage.total} 部小说
{if empty($arrPage.data)}
没有相关数据
{else}-
{foreach $arrPage.data as $key=>$Novel}
{include file="Pc/Public/shuKuNovelList" start="0"/}
{/foreach}
-
{volist name="arrPaginator" id="vo" key="k"}
{switch $vo.label}
{case value="上一页"}
{if $intPage == 1}
- « {else}
- « {/if} {/case} {case value="下一页"} {if $intPage >= $intTotalPage}
- » {else}
- » {/if} {/case} {case value="..."}
- ... {/case} {default /} {if preg_match('/^\d+$/', $vo.label)}
- {$vo.label} {/if} {/switch} {/volist}