{template "header.html"}

{dr_lang('栏目模型字段需要划分到具体的某一个栏目上')}

{dr_form_hidden()}
{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"}