藏茗山学院
安全可靠、性能稳定、追求极致的用户体验
JEECMSv8常用功能所用标签
2、栏目当前位置
<h3>
您的位置:<a href='${base}/'>彩票走势图</a> > [#list channel.nodeList as n]<a href='${n.url}' target='_blank'>${n.name}</a>[#if n_has_next] > [/#if][/#list] >
</h3>
3、栏目页对象可访问属性
栏目名称:${channel.name!}
访问路径: ${channel. path!}
访问URL:${channel.url!}
手机版静态页面地址:${channel. mobileUrl!}
meta标题: ${channel. title!}
meta关键字:${channel. keywords!}
meta描述: ${channel. description!}
每页记录数:${channel. pageSize!}
标题图: ${channel. titleImg!}
内容图: ${channel. contentImg!}
内容: ${channel. txt!}
栏目所在深度: ${channel. deep!} 【第一层为0,第二层为1,以此类推】
顶层栏目名称: ${channel. topChannel.name!}
浏览总量: ${channel. viewTotal!}
日浏览量: ${channel. viewDayTotal!}
月浏览量: ${channel. viewMonthTotal!}
周浏览量: ${channel. viewWeekTotal!}
总内容发布量: ${channel. contentTotal!}
日内容发布量: ${channel. contentDay!}
月内容发布量: ${channel. contentMonth!}
周内容发布量: ${channel. contentWeek!}
年内容发布量: ${channel. contentYear!}
是否有标题图:
[#if channel. hasTitleImg??]
[#if channel. hasTitleImg]有[/#if]
[/#if]
是否有内容图:
[#if channel. hasContentImg??]
[#if channel. hasContentImg]有[/#if]
[/#if]