{template "header.html"} {template "api_list_date_search.html"}
{dr_form_search_hidden()}
{dr_form_hidden()}
{loop $list $t} {/loop}
Id 头像 {dr_lang('昵称')} {dr_lang('类型')} {dr_lang('状态')} {dr_lang('录入时间')} {dr_lang('内容')}
{$t.id} {dr_html2emoji($t.nickname)} {$t.tid_name} {$t.status_name} {dr_date($t.inputtime, '', 'red')} {if $t.tid == 'text'}

{$t.content}

{if $ci->_is_admin_auth('weixin/send/add')}

{dr_lang('发送消息')}

{/if} {else} {if $t.status==1} {/if} {if $ci->_is_admin_auth('weixin/send/add')} {/if} {/if}
{template "footer.html"}