流量变现70%分成 全国楼凤小姐姐 招商联系客服 招商联系客服 招商联系客服 招商联系客服

MAXCMS4.0最新正式版模版标签文档-专题视频列表分页标签

[复制链接]
查看167 | 回复0 | 2024-9-17 12:54:09 | 显示全部楼层 |阅读模式
===================专题视频列表分页标签================================
解析范围: 专题页模板(topic.html)
参    数:
size:每页数据条数 缺省值为12
order:数据排序方式 time/点击量hit/推荐级别commend/顶次数digg/首字母顺序letter,按当天点击量dayhit,按周点击量weekhit,按月点击量monthhit,总得分score 默认time
===========================================================================================
例:
{maxcms:topicpagelist size=5 order=time}
[topicpagelist:i]   排列位
[topicpagelist:id]   实际id
[topicpagelist:typename]  分类中文名
[topicpagelist:typelink]  分类链接
[topicpagelist:name len=3]  名称:可控制长度 缺省为不控制
[topicpagelist:note len=10]  备注信息,可配合标题一起显示,可控制长度 缺省为不控制
[topicpagelist:link]   内容页链接
[topicpagelist:pic]   图片
[topicpagelist:actor len=3]  主演:可控制长度,缺省为不控制
[topicpagelist:hit]   点击量
[topicpagelist:des len=30]  描述:可控制长度 缺省为字符长度50
[topicpagelist:time style=yyyy-mm-dd] 时间:可控制时间格式yyyy-mm-dd  yy-mm-dd   mm-dd 缺省为yyyy-m-d
[topicpagelist:from]   来源 如优酷、土豆
[topicpagelist:commend]   推荐状态值
[topicpagelist:state]   连载状态
[topicpagelist:publishtime]  发行年份
[topicpagelist:publisharea]  发行地区
[topicpagelist:playlink]  播放页链接
[topicpagelist:letter]   名称的首字母
[topicpagelist:keyword]   设置的SEO关键字、支持超级链接模式,可以作为数据的TAG
[topicpagelist:colorname len=3]  彩色名称:可控制长度 缺省为不控制
[topicpagelist:digg]   顶次次数
[topicpagelist:tread]   踩次次数
[topicpagelist:director]  导演
[topicpagelist:lang]   语言
[topicpagelist:score]   评分数
[topicpagelist:dayhit]   当日 点击量
[topicpagelist:weekhit]   当周 点击量
[topicpagelist:monthhit]  当月 点击量
{/maxcms:topicpagelist}
固定的翻页链接样式:
[topicpagelist:pagenumber len=10]  分页数字列表 len表示数字列表长度(放置于{maxcms:topicpagelist}标签外部)
自定义翻页链接样式循环:
{topicpagelist:pagenumber len=10}
[pagenumber:link]   1.....10页链接
[pagenumber:page]   页数字
{/topicpagelist:pagenumber}

{maxcms:topicname}    专题名称
{maxcms:currenttopicid}    当前专题ID
{topicpagelist:page}    当前页数
{topicpagelist:pagecount}   总页数
{topicpagelist:recordcount}   总数据条数
{topicpagelist:firstlink}   第一页链接
{topicpagelist:backlink}   上一页链接
{topicpagelist:nextlink}   下一页链接
{topicpagelist:lastlink}   最后一页链接
自定义翻页范例:
<div class="page">
<span>{topicpagelist:page}/{topicpagelist:pagecount} 共{topicpagelist:recordcount}条记录</span>
<a href="{topicpagelist:firstlink}">1..</a><a href="{topicpagelist:backlink}">&lt;</a>
{topicpagelist:pagenumber len=8}
  {if:{topicpagelist:page}<>[pagenumber:page]}
   <a href="[pagenumber:link]">[pagenumber:page]</a>
  {else}
   <em>[pagenumber:page]</em>
  {end if}
{/topicpagelist:pagenumber}
<a href="{topicpagelist:nextlink}">&gt;</a>
<a href="{topicpagelist:lastlink}">..{topicpagelist:pagecount}</a>
</div>

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则