温馨提醒
如果文章内容或图片资源失效,请留言反馈,我们会及时处理,谢谢
本文最后更新于2023年11月21日,已超过 180天没有更新
织梦列表页分页样式使用 1/3 的展现形式,效果如下图所示:
网站根目录找到**/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); }
调用方法:
当前第{dede:pageno/}页
共有{dede:totalpage/}页
共有{dede:totalresult/}条数据
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
评论0+