#include("_header.html")

$data.config.BookName

$data.chapter.Title

作者:$data.config.bookauthor状态:$data.config.bookstatus 更新时间:$data.chapter.adddate.tostring("yyyy年MM月dd日") 阅读次数:$data.chapter.hits

$data.chapter.Content
#if($data.config.IsEnableComment == true)

评论列表

    #foreach($comment in $data.comments)
  • $comment.CUserName IP:$comment.CIP #$velocityCount

    $comment.CContent
  • #end

#end
#include("_footer.html")
#if($data.config.IsEnableComment == true) #end