'; foreach ($html_type as $k => $v) { if ($k == $dir_type) { $GetHtmlTypeForm .= ' '; } else { $GetHtmlTypeForm .= ' '; } } $GetHtmlTypeForm .= ' '; $GetHtmlTypeForm .= '

'; } else if ($form_type == 'add') { $GetHtmlTypeForm = ' '; } return $GetHtmlTypeForm; } $html_type = array(); $html_type[1] = '按栏目ID'; $html_type[2] = '按栏目拼音'; $html_type[3] = '按栏目拼音首字母'; $html_type[4] = '自定义目录名'; ?>