%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}){} %>
通知
<%if(isNotEmpty(noticeList)){%> <%for(var notice in noticeList){%>
公告
${notice.title}
${notice.nickname}
${notice.createTime,'yyyy-MM-dd HH:mm:ss'}
${notice.commentNum!0}
<%}%> <%}%>
最新的5个想法(每半个小时更新一次)
<%if(isNotEmpty(newThoughtList)){%> <%for(var thought in newThoughtList){%>
${thought.nickname}
查看详情
${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){%>
${thought.nickname}
查看详情
${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.name}
活跃度+${u.score}
(${u.city!})
<%}%>
<%for(var be in beautySims){%>
<%}%>
最新加入的10位趣友(已经有${userCount!0}位趣友加入)
<%if(isEmpty(newUserList)){%>
暂无新用户
<%}else{%>
<%for(var newuser in newUserList){%>
${newuser.nickname}
来自${newuser.city}
<%}%>
<%}%>
热门文章(每半小时更新一次)
<%if(isEmpty(articleList)){%>
暂无热门文章
<%}else{%>
<%for(var ha in articleList){%>
${ha.articleTitle}
${ha.browseCount}阅
<%}%>
<%}%>
友情链接
<%if(isNotEmpty(friendLinkList)){%> <%for(var f in friendLinkList){%>
${f.linkName}
<%}%> <%}%>
官方交流群:
<%include("/common/_footor.html"){}%> <%include("/common/_scripts.html",{user:user}){}%>