%include("/common/_head.html"){}%>
${fqTopic.title!} -飞趣
<% var user = c.currentUser(request, servlet.response); var isLogin = false; if(user != null){ isLogin=true; } include("/common/_headwithlogin.html",{user:user,isLogin:isLogin}){} %>
${fqTopic.title}
${fqTopic.content}
网友评论
<%for(var comment in replies){%>
${emojiShow(comment.content)}
<%}%>
提交回复
来自
${fqTopic.type!}
的其他话题
<%if(isEmpty(sameSource)){%>
暂无其他类似话题
<%}else{%>
<%for(var topic in sameSource){%>
${topic.title}
<%}%>
<%}%>
<%include("/common/_footor.html"){}%> <%include("/common/_scripts.html",{user:user}){}%>