打開 /include/arc.listview.class.php 找到 (大約在673行)
else if($PageNo!=1 && $ctag->GetName()=='field' && $ctag->GetAtt('display')!='')
在它上面加入
else if($ctag->GetName()=="pageno"){$this->dtp->Assign($tagid,$this->PageNo);}else if($ctag->GetName()=="totalpage"){$this->dtp->Assign($tagid,ceil($this->TotalResult/$this->PageSize));}else if($ctag->GetName()=="totalresult"){$this->dtp->Assign($tagid,$this->TotalResult);} |
如圖
打開 /include/arc.searchview.class.php 找到 (大概在542行)
else if($tagname=="field")
在它上面加入
else if($ctag->GetName()=="pageno"){$this->dtp->Assign($tagid,$this->PageNo);}else if($ctag->GetName()=="totalpage"){$this->dtp->Assign($tagid,ceil($this->TotalResult/$this->PageSize));}else if($ctag->GetName()=="totalresult"){$this->dtp->Assign($tagid,$this->TotalResult);} |
織夢欄目列表模板和搜索結果頁模板調用標簽統一寫法
當前第{dede:pageno/}頁 共有{dede:totalpage/}頁 共有{dede:totalresult/}條數據
新聞熱點
疑難解答