<%include("/common/_head.html"){}%> ${thought.thoughtContent!''} -${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}){} %>

${oUser.nickname} <%if(oUser.role == 1){%> 官方人员 <%}%>

${thought.area!}${printTime(thought.createTime!)}
${emojiShow(thought.thoughtContent)}
<%for(var pic in thought.pictures!){%> <%}%>
${isCollected?'取消收藏': '收藏'} ${thought.likeCount!0}
    <%for(var comment in comments){%>
  • ${comment.postNickname}${printTime(comment.createTime)} ${commentLP.index}楼

    回复
    ${emojiShow(comment.content)}
  • <%}%>
想法主人简介

来自${oUser.city!"未知"}

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

${decode(oUser.sex,1,"是个男孩纸",2,"是个女孩纸","想法主人未设置性别")}

情感状态:<%select{ case oUser.isSingle == 1:print("单身");break; case oUser.isSingle == 0:print("恋爱中");break; case oUser.isSingle == 2:print("已婚");break; default:print("未知");break; }%>

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

趣豆 趣豆:${oUser.qudouNum!0}

等级:${oUser.level!1}级

活跃度:${activeNum!1}

作者最近的想法
<%if(isEmpty(theirThoughts)){%>

作者暂无其他想法

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