{extends file='../layouts/list.html'} {block name=button}
{include file='../blocks/btn_clear_log.html'}
{$timetype_option=[''=>_('所有'),'week'=>_('本周'),'month'=>_('本月'),'year'=>_('本年'),'lastyear'=>_('去年'),'oneweek'=>_('一周内'),'onemonth'=>_('一月内'),'halfyear'=>_('半年内'),'oneyear'=>_('一年内')]}
{_('交易日期')}
{form_dropdown('timetype', $timetype_option, element('timetype',$search,''), 'id="timeType" class="form-control input-small" style="border-right:0" onChange="searchTimetype()"')}
{/block} {block name=list} {form_open('user_admin_log','id="formList" class="m-b-none" target="iframeNew"')}
{foreach from=$list item=m} {/foreach}
{_('描述')} {_('操作者')} IP
{$m.desc} {$m.username} {'user_type_name'|element:$m} {if $m.debug}{_('调试')}{/if} {element('ip',$m)}
{form_close()} {/block} {block name=modal} {/block}