18143453325 在线咨询 在线咨询
18143453325 在线咨询
所在位置: 首页 > 营销资讯 > 网站运营 > 织梦分页样式的修改

织梦分页样式的修改

时间:2023-04-24 10:48:01 | 来源:网站运营

时间:2023-04-24 10:48:01 来源:网站运营

织梦分页样式的修改:标签名称:pagelist
功能说明:表示分页页码列表
适用范围:仅列表模板 list_*.htm
基本语法:
{dede:pagelist listsize='5' listitem=''/}
参数说明:
listsize 表示 [1][2][3] 这些项的长度 x 2
listitem 表示页码样式,可以把下面的值叠加
index  首页
pre 上一页
pageno 页码
next 下一页
end 末页
option 下拉跳转框

例:{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="5"/}




在很多时候织梦的分页列表并不是自己想要的样式,系统默认的解析样式是<li><a href=’http://’>数字</a></li> ,想要自己分页样式,只需修改列表页的{dede:pagelist /}标签。
找到include文件夹内的arc.listview.class.php文件,如果是动态的,ctrl+F查找function GetPageListDM。如果是静态的,ctrl+F查找function GetPageListST。

以下是GetPageListDM函数的部分代码:

if($totalpage<=1 && $this->TotalResult>0)
{
return “<li><span class=/”pageinfo/”>共 1 页/”.$this->TotalResult.” 条记录</span></li>/r/n”;
}
if($this->TotalResult == 0)
{
return “<li><span class=/”pageinfo/”>共 0 页/”.$this->TotalResult.” 条记录</span></li>/r/n”;
}
$maininfo = “<li><span class=/”pageinfo/”>共 <strong>{$totalpage}</strong> 页<strong>”.$this->TotalResult.”</strong>条

< /span></li>/r/n”;

去掉函数里面的<li>和</li>标签,改成自己想要的样式就好了。

内容页面的分页修改文件是include文件夹中:arc.archives.class.php

温馨提示:在修改源码的时候请先备份一份,一面修改程序错误不能还原!

关键词:修改,样式

74
73
25
news

版权所有© 亿企邦 1997-2025 保留一切法律许可权利。

为了最佳展示效果,本站不支持IE9及以下版本的浏览器,建议您使用谷歌Chrome浏览器。 点击下载Chrome浏览器
关闭