{include file="head.html"}
{include file="header.html"}
{include file="inc/user_left.html"}
{include file="inc/msg_nav.html"}
时间
内容
状态
操作
{foreach item=c from=$data}
{$c.dateline|date:Y-m-d H:i}
{$c.content}
{if $c.status}已读{else}未读{/if}
设为已读
删除
{/foreach}
{include file="footer.html"}