Files
SEONexus/code/app/home/view/haoZi/Novel/getSearchNovel.html
2025-03-28 09:23:15 +08:00

37 lines
1.1 KiB
HTML

{extend name="baseH5" /}
{block name='nav-active-class'}home{/block}
{block name="title"}{/block}
{block name="head-js"}{/block}
{block name="logo-html"}
{/block}
{block name="main"}
<div class="path">
<span style="color: red;">"我"</span>
相关结果:
</div>
<ul class="list">
{foreach $arrSearchNovel as $key=>$category}
{include file="Public/novelListRank" /}
{/foreach}
</ul>
<div class="pagelist">
<a class="prev_off" href="/list/0/1.html">首 页</a>
<a class="prev_off" href="/list/0/1.html">&nbsp;1 &nbsp;</a>
<a href="/list/0/2.html">&nbsp;2 &nbsp;</a>
<a href="/list/0/3.html">&nbsp;3 &nbsp;</a>
<a href="/list/0/4.html">&nbsp;4 &nbsp;</a>
<a href="/list/0/5.html">&nbsp;5 &nbsp;</a>
<a href="/list/0/6.html">&nbsp;6 &nbsp;</a>
<a href="/list/0/7.html">&nbsp;7 &nbsp;</a>
<a href="/list/0/8.html">&nbsp;8 &nbsp;</a>
<a href="/list/0/9.html">&nbsp;9 &nbsp;</a>
<a href="/list/0/10.html">&nbsp;10 &nbsp;</a>
<a class="prev_on" href="/list/0/2.html">下一页</a>
</div>
{/block}
{block name="customize"} {/block}