<%if(session.LoginTFDUser!'' == ''){%>
登陆
<%}else{%> <%if(session.LoginTFDUser.role!0 != 0){%>
后台管理
<%}%>
我的主页
<%}%>
活跃用户
<%for(hotUser in hotUserList){%>
<%if(hotUser.imgPatch!'' == ''){%>
<%}else{%>
<%}%>
${hotUser.name!}
${hotUser.introduction!}
<%}%>
<%for(hotTopics in hotTopicsList){%>
${hotTopics.name }
<%for(tempData in hotTopics.dataList){%>
${tempData.name }
<%}%>
<%}%>
<%include("/topicsForDiscussion/commonPage/_left.html", {"newTopicsList": newTopicsList,"themeTopicsList": themeTopicsList}){}%>