#parse("shared/_js_css.html")
#parse("shared/_header.html")
当前位置:
首页
>
${view.classname}
> ${view.title}
${view.classname}
${view.title}
时间:${view.updatetime} 作者:${view.author} 来源:${view.copyfrom} 查看:
${view.hits}
评论:
${view.commentcount}
内容摘要:
${helper.cut(${view.content},200)}
${view.content}
标签:
${config.sitetitle}
出处:
${config.sitetitle}
本文网址:
http://${config.siteurl}${view.url}
${config.sitetitle}提醒您:亲,如果您觉得本文不错,快快将这篇文章分享出去吧 。谢谢!
3
上一篇:
$!{view_prev.title}
下一篇:
$!{view_next.title}
相关文章
#foreach($row in $loop.list("article","","id desc",8))
${helper.totime(${row.updatetime},"MM-dd")}
${row.title}
#end
相关评论
更多...
#foreach($row in ${loop.list("article-comment","selfid=${view.id} and isshow=1","id desc",5)})
更新时间:${row.adddatetime}
${velocityCount}楼
评论者:${row.commentname}
[${helper.ip(${row.commentip})}]
${row.commentcontent}
#if(${row.replaycontent}!="")
管理员回复:
${row.replaycontent}
#end
#end
(
0
/500)
评论者:
验证码:
#parse("shared/_right.html")
#parse("shared/_footer.html")