<%include("/common/_head.html"){}%> ${article.articleTitle} -${oUser.nickname} -飞趣 <% var user = c.currentUser(request, servlet.response); var isLogin = false; if(user != null){ isLogin=true; } include("/common/_headwithlogin.html",{user:user,isLogin:isLogin}){} %>
评论走起 <%if(article.anonymousSwitch == 1){%> <%}else{%> <%}%>

${article.articleTitle}

${article.articleContent}
评论
    <%for(var comment in commentList){%>
  • ${printTime(comment.createTime)}
    ${comment.content}
    ${comment.likeCount} 回复 <%if(isLogin && (user.id == article.userId || comment.postUserId == user.id)){ %> 删除 <%}%>
  • <%}%>
作者简介
<%if(article.anonymousSwitch == 1){%>

匿名用户不提供任何信息

<%}else{%>

来自${oUser.city!}

${printTime(oUser.createTime)}加入飞趣社区

${decode(oUser.sex,1,"是个男孩纸哦",2,"是个女孩纸哦","作者未设置性别哦")}

学校是${oUser.school!"未设置"}

<%}%>
类似文章
<%if(isEmpty(articles)){%>

暂无类似文章

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