|
|
|
|
|
|
| 主分类: |
GetOne("Select ID,typename From #@__arctype where ID='".$arcRow["typeid"]."' ");
if(is_array($seltypeids)){
echo GetTypeidSel('form1','typeid','selbt1',0,$seltypeids['ID'],$seltypeids['typename']);
}
?>
|
|
|
|
|
|
|
|
|
专题节点列表: (文章列表用ID1,ID2,ID3这样形式分开,系统会自动排除不同节点的相同文章)
关于单条记录模板里的[field:fieldname /]标记的使用,请参考关于系统帮助关于 arclist 标记的说明。 |
| LoadSource($addRow["note"]);
if(is_array($dtp->CTags)){
foreach($dtp->CTags as $tagid=>$ctag)
{
if($ctag->GetName()!="specnote") continue;
$notename = $ctag->GetAtt('name');
$col = $ctag->GetAtt('col');
$idlist = $ctag->GetAtt('idlist');
$imgwidth = $ctag->GetAtt('imgwidth');
$imgheight = $ctag->GetAtt('imgheight');
$titlelen = $ctag->GetAtt('titlelen');
$infolen = $ctag->GetAtt('infolen');
$temp = trim($ctag->GetInnerText());
$noteid = $ctag->GetAtt('noteid');
if(empty($noteid)) $noteid = $i;
$isauto = $ctag->GetAtt('isauto');
if(empty($isauto)) $isauto = 0;
$keywords = $ctag->GetAtt('keywords');
$typeid = $ctag->GetAtt('typeid');
if(empty($typeid)) $typeid = 0;
$rownum = $ctag->GetAtt('rownum');
if(empty($rownum)) $rownum = 40;
?>
|
| |
|