%include("/common/_head.html"){}%>
我的想法 -飞趣
<% 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/_home_nav.html",{user:user}){}%>
<%for(var thought in thoughtList){%>
删除
${thought.nickname}
${thought.area}
${printTime(thought.createTime)}
${emojiShow(thought.thoughtContent)}
${thought.collected?'
取消收藏
': '
收藏
'}
${thought.likeCount!0}
回复
${thought.commentCount!0}
条回复
<%}%>
<%include("/common/_footor.html"){}%> <%include("/common/_scripts.html",{user:user}){}%>