{include file="template/home/default_web/header.html" /}
好书推荐
{novel id="novel" cid="$cid" limit="8" newbook="1"}
{$novel['title']}
{$novel['content']|raw|strip_tags}
作者:
{$novel['author']}
{if $i%4 == 0 }
{/if} {/novel}
{nav id="nav" cid="$cid"}
{$nav['title']}
更多>>
{novel id="novel" cid="$nav['id']" limit="1"}
{$novel['title']}
{$novel['content']|raw|strip_tags}
作者:
{$novel['author']}
{/novel}
{novel id="novel" cid="$nav['id']" limit="4"} {if $i>1}
{$novel['ctitle']}
{$novel['title']}
{/if} {/novel}
{/nav}
日排行榜
{novel id="novel" cid="$cid" limit="10" order="hits_day desc"} {if $i==1}
{$i}
{$novel['title']}
{else/}
{$i}
{$novel['title']}
{/if} {/novel}
查看更多>>
周排行榜
{novel id="novel" cid="$cid" limit="10" order="hits_week desc"} {if $i==1}
{$i}
{$novel['title']}
{else/}
{$i}
{$novel['title']}
{/if} {/novel}
查看更多>>
月排行榜
{novel id="novel" cid="$cid" limit="10" order="hits_month desc"} {if $i==1}
{$i}
{$novel['title']}
{else/}
{$i}
{$novel['title']}
{/if} {/novel}
查看更多>>
完结榜
{novel id="novel" cid="$cid" limit="10" over="1" order="hits desc"} {if $i==1}
{$i}
{$novel['title']}
{else/}
{$i}
{$novel['title']}
{/if} {/novel}
查看更多>>
最近更新
更多>>
分类
书名
最新章节
作者
更新时间
{novel id="novel" cid="$cid" limit="20" order="update_time desc"}
{$novel['ctitle']}
{$novel['title']}
{$novel['chapter_title']}
{$novel['author']}
{$novel['update_time']|time_format="m-d H:i"}
{/novel}
{include file="template/home/default_web/footer.html" /}