<%include("/common/_head.html"){}%> ${fqNews.title} -飞趣 <% var user = c.currentUser(request, servlet.response); var isLogin = false; if(user != null){ isLogin=true; } include("/common/_headwithlogin.html",{user:user,isLogin:isLogin}){} %>

${fqNews.title}

评论走起
${fqNews.content}
评论
    <%for(var comment in commentList){%>
  • ${printTime(comment.createTime)}
    ${comment.content}
    ${comment.likeCount} 回复 <%if(isLogin && comment.postUserId == user.id){ %> 删除 <%}%>
  • <%}%>
来自${fqNews.source}的其他新闻
<%if(isEmpty(sameSource)){%>

暂无其他新闻

<%}else{%> <%}%>
<%include("/common/_footor.html"){}%> <%include("/common/_scripts.html",{user:user}){}%>