{template "header.html"}
{dr_form_hidden()}

{dr_lang('栏目自定义字段需要划分到具体的某一个栏目上;当栏目是主栏目时,才具备字段划分权限')}

{loop $list $t}
{$t.select}
{/loop}
{if !$list}
{dr_lang('你没有创建自定义栏目模型字段')}
{/if}
{php echo \Phpcmf\Service::L('Field')->get('select')->get_select_search_code();} {template "footer.html"}