{template "header.html"}

{template "category_btn.html"}

1、后台:在后台列表中,必须带有栏目参数时才会加载分表数据

2、前台:分表数据不参与全模块搜索,只有带有catid参数时,才会对分表进行查询

3、当对模块内容表字段变更时,需要在本页面执行一次同步字段到分表

{dr_form_hidden()}
{php $cids=[];} {loop $data $t} {php !$share && $t.mid=APP_DIR;} {if $t.mid} {php $cids[]=$t.id.'-'.$t.mid;} {/if} {/loop}
{dr_lang('ID')} {dr_lang('顶级栏目')} {dr_lang('内容主表')} {dr_lang('数据量')} {dr_lang('操作')}
{$t.id} {$t.name} {php echo XR_M()->dbprefix(dr_module_ctable(SITE_ID.'_'.$t['mid'], $t));} - {if $t.is_ctable} {else} {/if}
{template "footer.html"}