{template "header.html"}
{dr_form_hidden()}
自定义后台首页界面的显示内容

面板区 系统可用的面板,单击即可加入到预设区

{loop $tables $table $name} {/loop}

预设区 可以将本区域的面板移动到正式区

正式区 在后台首页界面显示的面板

{loop $table_data $table $tid} {if $tid == '3-1'} {php echo \Phpcmf\Service::M('auth')->edit_main_table($table, $tables[$table], $tid);} {/if} {/loop}
{loop $table_data $table $tid} {if $tid == '3-2'} {php echo \Phpcmf\Service::M('auth')->edit_main_table($table, $tables[$table], $tid);} {/if} {/loop}
{loop $table_data $table $tid} {if $tid == '3-3'} {php echo \Phpcmf\Service::M('auth')->edit_main_table($table, $tables[$table], $tid);} {/if} {/loop}
{loop $table_data $table $tid} {if $tid == '3-4'} {php echo \Phpcmf\Service::M('auth')->edit_main_table($table, $tables[$table], $tid);} {/if} {/loop}
{loop $table_data $table $tid} {if $tid == '4-1'} {php echo \Phpcmf\Service::M('auth')->edit_main_table($table, $tables[$table], $tid);} {/if} {/loop}
{loop $table_data $table $tid} {if $tid == '4-2'} {php echo \Phpcmf\Service::M('auth')->edit_main_table($table, $tables[$table], $tid);} {/if} {/loop}
{loop $table_data $table $tid} {if $tid == '4-3'} {php echo \Phpcmf\Service::M('auth')->edit_main_table($table, $tables[$table], $tid);} {/if} {/loop}
{loop $table_data $table $tid} {if $tid == '6-1'} {php echo \Phpcmf\Service::M('auth')->edit_main_table($table, $tables[$table], $tid);} {/if} {/loop}
{loop $table_data $table $tid} {if $tid == '6-2'} {php echo \Phpcmf\Service::M('auth')->edit_main_table($table, $tables[$table], $tid);} {/if} {/loop}
{loop $table_data $table $tid} {if $tid == '12'} {php echo \Phpcmf\Service::M('auth')->edit_main_table($table, $tables[$table], $tid);} {/if} {/loop}
{template "footer.html"}