{template "header.html"}
{dr_form_search_hidden()}
{dr_form_hidden()}
{if $ci->_is_admin_auth('del')} {/if} {loop $list $t} {if $ci->_is_admin_auth('del') || $ci->_is_admin_auth('edit')} {/if} {/loop}
{dr_lang('类型')} {dr_lang('用户')} {dr_lang('通知时间')} {dr_lang('内容')}
{php echo $type[$t.type]['name'];} {Function_list::uid($t.uid)} {dr_date($t.inputtime, '', 'red')} {dr_strcut($t.content, 55)}
{template "footer.html"}