{template "header.html"}
{loop $module $i $t} {php $form = \Phpcmf\Service::M()->table('module_form')->where('module', $t.dirname)->getAll();} {loop $form $t} {/loop} {/loop}
{dr_lang('名称')} / {dr_lang('表名')} {dr_lang('操作')}
- {$t.name} / {$t.dirname}
  └  {$t.name} / {$t.table} {if $ci->_is_admin_auth('edit')} {/if} {if $ci->_is_admin_auth()} {/if} {if $ci->_is_admin_auth('del')} {/if}
{template "footer.html"}