织梦列表标签:pagelist 列表分页标签

时间:2014-08-23

(>=DedeCMS 3,DedeCMS 4,DedeCMS 5)

名称: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一同使用来调用列表数据的。