{extend name='main'} {block name="button"} {if auth("admin/message/onoff")}
{/if} {if auth("admin/message/clear")} {/if} {if auth("admin/message/del")} {/if} {/block} {block name="content"} {notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
{include file='message/index_search'}
消息信息 消息状态 创建时间
{$vo.title|default=''}
{$vo.desc|default=''}
消息状态:{if $vo.read_state}已读取{else}未读取{/if}
读取时间:{$vo.read_at|default='未读取'|raw}
日期:{$vo.create_at|format_datetime|str_replace=' ','
时间:',###|raw}
{if $vo.read_state eq 1 and auth("admin/message/state")} 已 读 {elseif auth("admin/message/state")} 已 读 {/if} {if auth("admin/message/del")} 删 除 {/if}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty} {/block}