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

撰写主题

全部 <%for(var label in labelList){%> ${label.name} <%}%>

排序规则 最新的 评论最多
    <%for(var theme in themes){%>
  • ${theme.commentCount!0}/${theme.seeCount!0}

    ${theme.label} ${theme.title}${theme.area!'中国'}

    ${theme.nickname} ${printTime(theme.createTime)}
    <%if(isLogin){%> ${user.role==1?""}<%}%>
    ${theme.content}
  • <%}%>
撰写主题
<%include("/common/_footor.html"){}%> <%include("/common/_scripts.html",{user:user}){}%>