46 lines
1.6 KiB
HTML
46 lines
1.6 KiB
HTML
{extend name="basePc" /}
|
|
{block name='nav-active-class'}boy{/block}
|
|
{block name="title"}{/block}
|
|
{block name="head-js"}{/block}
|
|
|
|
|
|
{block name="main"}
|
|
|
|
<div id="main">
|
|
|
|
|
|
<div id="newscontent">
|
|
|
|
<div class="l">
|
|
<h2><span style="color: red;">'玄幻修真'</span> - 相关搜索结果</h2>
|
|
<ul>
|
|
{foreach $arrSearchNovel as $key=>$Novel}
|
|
{include file="Pc/Public/indexNewsUpdateList" /}
|
|
{/foreach}
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="r">
|
|
<h2>最新入库</h2>
|
|
<ul>
|
|
{foreach $arrSearchNovel as $key=>$Novel}
|
|
{include file="Pc/Public/hostListText" /}
|
|
{/foreach}
|
|
</ul>
|
|
</div>
|
|
|
|
<div id="pages">
|
|
<div class="pagelink" id="pagelink"><a class="prev_off" href="/list/1/1.html">首 页</a><a class="page_on"
|
|
href="/list/1/1.html"> 1 </a><a href="/list/1/2.html"> 2 </a><a
|
|
href="/list/1/3.html"> 3 </a><a href="/list/1/4.html"> 4 </a><a
|
|
href="/list/1/5.html"> 5 </a><a href="/list/1/6.html"> 6 </a><a
|
|
href="/list/1/7.html"> 7 </a><a href="/list/1/8.html"> 8 </a><a
|
|
href="/list/1/9.html"> 9 </a><a href="/list/1/10.html"> 10 </a><a
|
|
class="prev_on" href="/list/1/2.html">下一页</a></div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
{/block}
|
|
|
|
{block name="customize"} {/block} |