{template 'header', 'member'}
{if $action=='send'}发送信件{elseif $action=='edit'}修改草稿{elseif $action=='show'}信件详情{else}站内信件{/if}
{if $action == 'send'} 取消 {elseif $action == 'edit'} 取消 {elseif $action == 'show'} 关闭 {else} 发信 {/if}
{if $action == 'send'}

收件人*

标题*

内容*

{$content}

选项




{if $need_captcha}

验证码*

{template 'captcha', 'chip'}
{/if}
{if $MG[message_limit]}
今日可发 {$MG[message_limit]}
当前已发 {$limit_used}
还可以发 {$limit_free}
{/if}
{load('clear.js')} {elseif $action == 'edit'}

收件人*

标题*

内容*

{$content}

选项




{load('clear.js')} {elseif $action == 'show'}
{$title}
{$addtime}   {if $status==4 || $status==3} {if $fromuser} 发件人:{$fromuser}
{/if} {elseif $status==2} 收件人:{$touser}
{/if}
{$content}
{if $status == 1}
{elseif $status == 3 && $fromuser}
{else}
{/if}
{else}
{if $lists} {loop $lists $v}
{/loop} {/if} {if $pages}
{$pages}
{/if} {/if} {template 'footer',$module}