%include("/common/_head.html"){}%>
${talk.title} -飞趣
<% var user = c.currentUser(request, servlet.response); var isLogin = false; if(user != null){ isLogin=true; } include("/common/_headwithlogin.html",{user:user,isLogin:isLogin}){} %>
${talk.title}
楼主
${louzhu.nickname}
${talk.content}
1楼
${talk.createTime,'yyyy-MM-dd hh:mm'}
回复
<%for(var comment in comments){%>
<%if(comment.postUserId == talk.userId){%>
楼主
<%}%>
${comment.postNickname}
${comment.content}
${commentLP.index+1}楼
${comment.createTime,'yyyy-MM-dd hh:mm'}
<%if(isEmpty(comment.replyList)){%>
回复
收起回复
<%}else{%>
回复
收起回复
<%}%>
<% for(var reply in comment.replyList){ %>
${reply.nickname}
${reply.content}
${reply.createTime,'yyyy-MM-dd hh:mm:ss'}
<%}%>
发表
<%}%>
发表回复
发表
<%include("/common/_footor.html"){}%> <%include("/common/_scripts.html",{user:user}){}%>