%include("/common/_head.html"){}%>
${notice.title} -飞趣
<% var user = c.currentUser(request, servlet.response); var isLogin = false; if(user != null){ isLogin=true; } include("/common/_headwithlogin.html",{user:user,isLogin:isLogin}){} %>
评论走起
${oUser.nickname}
${printTime(notice.createTime)}
${notice.title}
${notice.content}
回帖
<%for(var comment in commentList){%>
${comment.postNickname}
${printTime(comment.createTime)}
${comment.content}
回复
<%}%>
提交回复
历史发布版本
<%for(var old in oldNotices){%>
${old.title}
<%}%>
<%include("/common/_footor.html"){}%> <%include("/common/_scripts.html",{user:user}){}%>