<%include("/common/_head.html"){}%> ${theme.title} -趣友互识 -飞趣 <% var user = c.currentUser(request, servlet.response); var isLogin = false; if(user != null){ isLogin=true; } include("/common/_headwithlogin.html",{user:user,isLogin:isLogin}){} %>
<%include("/common/_baidushare.html",{positon:'c-position-rt'}){}%>
查看:${theme.seeCount!0} 回复:${theme.commentCount!0} <%if(user != null && theme.userId == user.id){%>申请删除<%}%>

${theme.title}

<%if(page == 0|| page == 1){%>
楼主
  • ${louzhu.nickname}${decode(louzhu.sex,1,"",2,"","")}
  • Q豆Q豆:${louzhu.qudouNum!0}个
  • ${printTime(louzhu.createTime)}加入
  • ${theme.content}
    1楼
    ${theme.createTime,'yyyy-MM-dd hh:mm'}
    <%}%> <%for(var comment in comments){%>
    <%if(comment.postUserId == theme.userId){%>
    楼主
    <%}%>
    • ${comment.postNickname} ${decode(comment.sex,1,"",2,"","")}
    • Q豆${comment.qudouNum!0}Q豆
    • ${printTime(comment.utime)}加入
    ${comment.content}
    ${page == 0 ? (commentLP.index+1) : ((page-1)*pageSize+commentLP.index)}楼
    ${comment.createTime,'yyyy-MM-dd hh:mm'}
    <%if(isEmpty(comment.replyList)){%> 回复 收起回复 <%}else{%> 回复 收起回复 <%}%>
    <%}%>
    发表回复
    <%include("/common/_footor.html"){}%> <%include("/common/_scripts.html",{user:user}){}%>