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