| |
|
|
|
|
| 主栏目: |
getUserChannel(),$channelid);
echo "";
}
?> |
(只允许在白色选项的栏目中发布当前类型内容) |
|
|
SetNameSpace("field","<",">");
$dtp->LoadSource($cInfos['fieldset']);
$dede_addonfields = "";
if(is_array($dtp->CTags))
{
foreach($dtp->CTags as $tid=>$ctag)
{
if($dede_addonfields=="") $dede_addonfields = $ctag->GetName().",".$ctag->GetAtt('type');
else $dede_addonfields .= ";".$ctag->GetName().",".$ctag->GetAtt('type');
echo GetFormItem($ctag);
}
echo "\r\n";
echo "\r\n";
}
?>
|
|
|
|