{extends file='../layouts/index.html'} {block name=body}
{form_open('','id="fileForm" class="detailForm form-horizontal m-b-none" target="iframeNew"')}
{foreach from=$list item=m} {foreachelse} {/foreach}
ID {_('用户')} {_('操作')} {_('IP')} {_('操作时间')}
{'id'|element:$m} {'user_type_name'|element:$m} {'desc'|element:$m} {element('ip',$m)} {'date_add'|element:$m}
{_('暂时没有记录')}
{form_close()}
{/block}