if($ctag->GetName()=="list"){$limitstart
= ($this->PageNo-1) * $this->PageSize;$row =
$this->PageSize;if(trim($ctag->GetInnerText())==""){$InnerText =
GetSysTemplets("list_fulllist.htm");}else{$InnerText =
trim($ctag->GetInnerText());}$this->dtp->Assign($tagid,$this->GetArcList($limitstart,$row,$ctag->GetAtt("col"),$ctag->GetAtt("titlelen"),$ctag->GetAtt("infolen"),$ctag->GetAtt("imgwidth"),$ctag->GetAtt("imgheight"),$ctag->GetAtt("listtype"),$ctag->GetAtt("orderby"),$InnerText,$ctag->GetAtt("tablewidth"),$ismake,$ctag->GetAtt("orderway")));} |