增加主频道
'.$channel_str; } elseif ($action == 'add'){ empty($schannel) && $schannel = 1; empty($tschannel) && $tschannel = 0; if(empty($bc_type)){ $type_input ='' ; $$bc_type = ''; }else { $type_input = 'hiddleDiv' ; $$bc_type = 'selected' ; $bc_pubs = 'bc_pub'.$bc_pub; $$bc_pubs = ' checked'; } print <<
频道名:
频道文件夹名:
频道类型:
是否用户发布: 允许 不允许 外部链接此项不用选择
EOT; } elseif ($action == 'mod'){ print <<
名称:
EOT; } elseif ($action == 'mod_cg'){ print <<增加分类 EOT; if (is_array($cg)){ foreach ($cg as $key=>$value){ $keyid = $key+1; print <<
$keyid:
EOT; } } } elseif ($action == 'add_cg'){ print <<
EOT; } else { } ?>