|
|
|
| 产品分类 |
GetOne("Select ID,typename From #@__arctype where ID='".$arcRow["typeid"]."' ");
if(is_array($seltypeids)){
echo GetTypeidSel('form1','typeid','selbt1',$arcRow["channel"],$seltypeids['ID'],$seltypeids['typename']);
}
?>
|
(只允许在白色选项的栏目中发布当前类型内容) |
|
|
|
|
|
| 副 分 类: |
GetOne("Select ID,typename From #@__arctype where ID='".$arcRow["typeid2"]."' ");
if(is_array($seltypeids)){
echo GetTypeidSel('form1','typeid2','selbt2',$arcRow["channel"],$seltypeids['ID'],$seltypeids['typename']);
}else{
echo GetTypeidSel('form1','typeid2','selbt2',$arcRow["channel"],0,'请选择...');
}
?>
|
|
|
|
|
|
|
|
|
|