{#include file="header.htm"#}

消息管理

{#if $show.msgtype=='1'#} {#else#}
{#if $show.avatars#} {#else#} {#/if#}
{#$show.msgfrom#}{#$show.replytime|date_format:"%Y-%m-%d %H:%M:%S"#}
{#$show.message|nl2br#}
{#foreach from=$reply item=list#}
{#if $show.msgfromuid==$list.replyuid#}
{#if $list.avatars#} {#else#} {#/if#}
{#$list.replyusername#}{#$list.replytime|date_format:"%Y-%m-%d %H:%M:%S"#} {#if $list.new=='1'#}[新]{#/if#}
{#$list.replytext|nl2br#}
{#else#}
{#$list.replyusername#}{#$list.replytime|date_format:"%Y-%m-%d %H:%M:%S"#} {#if $list.new=='1'#}[新]{#/if#}
{#$list.replytext|nl2br#}
{#if $list.avatars#} {#else#} {#/if#}
{#/if#}
{#/foreach#}
 
 
{#/if#}
{#include file="footer.htm"#}