<%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}){} %>
最新的5个想法(每半个小时更新一次)
    <%if(isNotEmpty(newThoughtList)){%> <%for(var thought in newThoughtList){%>
  • ${thought.area} ${printTime(thought.createTime)}
    ${emojiShow(thought.thoughtContent)}
    <%if(isNotEmpty(thought.pictures)){%>
    <%for(var pic in thought.pictures){%> <%}%>
    <%}%>
    <%if(!isEmpty(thought.lastReplyUserName)){%>
    ${thought.lastReplyUserName} 最后回复于 ${thought.lastReplyTime}
    <%}%>
  • <%}}%>
评论最多的5个想法
    <%if(isNotEmpty(thoughtList)){%> <%for(var thought in thoughtList){%>
  • ${printTime(thought.createTime)}
    ${emojiShow(thought.thoughtContent)}
    <%if(isNotEmpty(thought.pictures)){%>
    <%for(var pic in thought.pictures){%> <%}%>
    <%}%>
    <%if(!isEmpty(thought.lastReplyUserName)){%>
    ${thought.lastReplyUserName} 最后回复于 ${thought.lastReplyTime}
    <%}%>
  • <%}%> <%}%>
热门的5张图片
    <%for(var be in beautyList!){%>
  • ${be.nickname} 上传于${be.createTime,'yyyy-MM-dd'}  点赞数:${be.likeCount!0}

    ${be.title!}

  • <%}%>
活跃达人
    <%for(var u in activeUserList!){%>
  • <%if(u.rank <= 3){%> ${u.rank} <%}else{%> ${u.rank} <%}%>
    活跃度+${u.score}(${u.city!})
  • <%}%>
最新加入的10位趣友(已经有${userCount!0}位趣友加入)
<%if(isEmpty(newUserList)){%>

暂无新用户

<%}else{%> <%}%>
热门文章(每半小时更新一次)
<%if(isEmpty(articleList)){%>

暂无热门文章

<%}else{%> <%}%>
友情链接
    <%if(isNotEmpty(friendLinkList)){%> <%for(var f in friendLinkList){%>
  • ${f.linkName}
  • <%}%> <%}%>

官方交流群: 飞趣社区官方交流群

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