<%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}){}%>

你有什么新想法?

本地上传

<%if(isNotEmpty(topThought)){%>
  • ${topThought.nickname!} <%if(topThought.role == 1){%> 官方人员 <%}%>
    ${topThought.area!}${printTime(topThought.createTime!)}
    ${emojiShow(topThought.thoughtContent)}
    <%for(var pic in topThought.pictures!){%> <%}%>
<%}%>
    <%for(var thought in thoughtList!){%>
  • 置顶
    ${thought.nickname} <%if(thought.role == 1){%> 官方人员 <%}%>
    ${thought.area}${printTime(thought.createTime)}
    ${emojiShow(thought.thoughtContent)}
    <%for(var pic in thought.pictures!){%> <%}%>
    ${thought.collected?'取消收藏': '收藏'} ${thought.likeCount!0} 回复   ${thought.commentCount!0}条回复
  • <%}%>
活跃达人(活跃度)
    <%for(var u in activeUserList!){%>
  • <%if(u.rank <= 3){%> ${u.rank} <%}else{%> ${u.rank} <%}%>
    活跃度+${u.score}(${u.city!})
  • <%}%>
本月签到了哪些天
7天最热想法(每天更新)
    <%for(var t in sevenDaysT){%>
  • 查看详情
    ${t.content}
    <%if(isNotEmpty(t.pic)){%>
    <%}%>
  • <%}%>
访客记录(访客总数: 个人)
<%include("/common/_footor.html"){}%> <%include("/common/_scripts.html",{user:user}){}%>