管理选项: 收件箱 | 发件箱 | 新建短信
当前位置 >> 短信箱
{if $action=="new"}
新建短信
标 题 *
内 容 *
收信人 [教职工名单] *
   
{elseif $action=="receive"}
{foreach key=keyid item=cont from=$content} {/foreach}
序列 短信标题 发信者 发送日期
{$cont.id} {$cont.title} {$cont.realname} {$cont.sendtime}
{$pagenav}
{elseif $action=="send"}
{foreach key=keyid item=cont from=$content} {/foreach}
序列 短信标题 发信者 发送日期
{$cont.id} {$cont.title} {$cont.realname} {$cont.sendtime}
{$pagenav}
{/if}