<%template src="_header.html"%>
<%template src="_ucenter_nav.html"%>

<%if(model.type==1)%> ">系统消息 <%else%> ">系统消息 <%/if%> <%if(model.type==2)%> ">收件箱 <%else%> ">收件箱 <%/if%> <%if(model.type==3)%> ">发件箱 <%else%> ">发件箱 <%/if%>

">+ 写新消息
查看短消息

{model.title}

{model.post_time} <%if(model.type==2)%> 发件人:{model.post_user_name}    <%else if(model.type==3)%> 收件人:{model.accept_user_name}    <%/if%>

{model.content}
<%if(prev_id>0||next_id>0)%>
<%if(prev_id>0)%> ">上一条 <%/if%> <%if(next_id>0)%>  ">下一条 <%/if%>
<%/if%>
<%template src="_footer.html"%>