免费发布信息
网站目录 » 资讯 » 互联网络 » 文章详细

织梦列表标签pagelist 列表分页标签 dede列表翻页代码名称:pagelist 功能:表示分页页码列表

来源:网络推荐 浏览次数:412次 发布时间:2016-03-05

名称:pagelist
功能:表示分页页码列表
语法:
{dede:pagelist listsize='3' listitem=''/}
文件:
\include\arc.listview.class.php
\include\arc.sglistview.class.php
function GetPageListDM($list_len,$listitem="index,end,pre,next,pageno")
function GetPageListST($list_len,$listitem="index,end,pre,next,pageno")
默认底层模板:

参数:
listsize=3 表示 [1][2][3] 这些项的长度 x 2
listitem='index,pre,pageno,next,end,option' 表示页码样式,可以把下面的值叠加
index  首页
pre 上一页
pageno 页码
next 下一页
end 末页
option 下拉跳转框
底层字段:

范例:
{dede:pagelist listsize='3' listitem='index pre pageno next end option'/}
注:pagelist标签是同list一同使用来调用列表数据的。

相关文章