<%include("/common/_user_menu.html",{user:user}){}%>
<%if(isEmpty(messages)){%>
暂无消息
<%}else{%>
<%
for(var m in messages){
%>
<%if(m.type == 1){%>
${m.content}
<%}else{%>
<%if(m.postUserId == user.id){%>
<%}else{%>
<%}%>
<%if(m.postUserId == user.id){%>
${m.postNickname}
${m.createTime,dateFormat='yyyy-MM-dd HH:mm:ss'}
${m.content}
<%}else{%>
${m.content}
<%}%>
<%}%>
<%}%>
<%}%>
<%include("/common/_footor.html"){}%>
<%include("/common/_scripts.html"){}%>