=========================================自定义模板列表分页标签============================解析范围: 自定义模板(self_)参 数: size:每页数据条数 缺省值为12 order:数据排序方式 time/点击量hit/推荐级别commend/顶次数digg/首字母顺序letter,按当天点击量dayhit,按周点击量weekhit,按月点击量monthhit,总得分score 默认time type:数据所在分类,可调出一个或多个分类数据,如 1,2,3/all 缺省值为全部 maxpage:控制生成多少页===========================================================================================例:{maxcms:customvideolist size=5 order=time type=all maxpage=10} [customvideolist:i] 排列位 [customvideolist:id] 实际id [customvideolist:typename] 分类中文名 [customvideolist:typelink] 分类链接 [customvideolist:name len=3] 名称:可控制长度 缺省为不控制 [customvideolist:note len=10] 备注信息,可配合标题一起显示,可控制长度 缺省为不控制 [customvideolist:link] 内容页链接 [customvideolist:pic] 图片 [customvideolist:actor len=3] 主演:可控制长度,缺省为不控制 [customvideolist:hit] 点击量 [customvideolist:des len=30] 描述:可控制长度 缺省为字符长度50 [customvideolist:time style=yyyy-mm-dd] 时间:可控制时间格式yyyy-mm-dd yy-mm-dd mm-dd 缺省为yyyy-m-d [customvideolist:from] 来源 如优酷、土豆 [customvideolist:commend] 推荐状态值 [customvideolist:state] 连载状态 [customvideolist:publishtime] 发行年份 [customvideolist:publisharea] 发行地区 [customvideolist:playlink] 播放页链接 [customvideolist:letter] 名称的首字母 [customvideolist:keyword] 设置的SEO关键字、支持超级链接模式,可以作为数据的TAG [customvideolist:colorname len=3] 彩色名称:可控制长度 缺省为不控制 [customvideolist:digg] 顶次次数 [customvideolist:tread] 踩次次数 [customvideolist:director] 导演 [customvideolist:lang] 语言 [customvideolist:score] 评分数 [customvideolist:dayhit] 当日 点击量 [customvideolist:weekhit] 当周 点击量 [customvideolist:monthhit] 当月 点击量{/maxcms:customvideolist}固定的翻页链接样式:[customvideolist:pagenumber len=10] 分页数字列表 len表示数字列表长度(放置于{maxcms:customvideolist}标签外部)自定义翻页链接样式循环:{customvideolist:pagenumber len=10} [pagenumber:link] 1.....10页链接 [pagenumber:page] 页数字{/customvideolist:pagenumber}{customvideolist:page} 当前页数{customvideolist:pagecount} 总页数{customvideolist:recordcount} 总数据条数{customvideolist:firstlink} 第一页链接{customvideolist:backlink} 上一页链接{customvideolist:nextlink} 下一页链接{customvideolist:lastlink} 最后一页链接自定义翻页范例:<div class="page"> <span>{customvideolist:page}/{customvideolist:pagecount} 共{customvideolist:recordcount}条记录</span> <a href="{customvideolist:firstlink}">1..</a><a href="{customvideolist:backlink}"><</a> {customvideolist:pagenumber len=8} {if:{customvideolist:page}<>[pagenumber:page]} <a href="[pagenumber:link]">[pagenumber:page]</a> {else} <em>[pagenumber:page]</em> {end if} {/customvideolist:pagenumber} <a href="{customvideolist:nextlink}">></a> <a href="{customvideolist:lastlink}">..{customvideolist:pagecount}</a></div>
|