-
{volist name="arrNovel" id="Novel" key="key"}
{include file="Pc/Public/shuKuNovelList" /}
{/volist}
-
{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}