<{t}>收件箱<{/t}>
" method="post">
<{t}>共有短消息:<{/t}>
<{$total_msg}>
<{t}>标题<{/t}>
<{t}>来自<{/t}>
<{t}>时间<{/t}>
<{t}>操作<{/t}>
<{t}>是否阅读<{/t}>
<{if count($message)>0}> <{foreach item=msg from=$message}>
name="delete[]">
<{$msg.subject|cut:60|escape:'html'}>
<{if $msg.from_type == 1}><{t}>管理员<{/t}><{else}><{$msg.msg_from}><{/if}>
<{$msg.date_line|cdate:SDATE_STIME}>
<{t}>回复<{/t}>
<{if $msg.unread}> 已读 <{else}> 未读 <{/if}>
<{$msg.message|escape:'html'}>
<{/foreach}> <{else}>
收件箱内没有短信息。
<{/if}>
<{t}>共有短消息:<{/t}>
<{$total_msg}>
<{pager data=$pager}>