[#-- 文字列表 lineHeight:行高;【行高】 headMarkImg: 列表头图片;【图片地址】 headMark: 列表头编号;【1:小黑点;2:小红点;3:单箭头;4:双箭头】 bottomLine: 下划线;【0:无;1:有】不能为空。 dateFormat: 日期格式;【java日期格式,如:yyyy-MM-dd】 datePosition: 日期位置;【1:后面左边;2:后面右边;3:前面】不能为空 ctgForm: 类别;【0:无;1:栏目;2:站点】不能为空 showTitleStyle:显示标题样式;【0:不显示;1:显示】不能为空 useShortTitle: 是否使用简短标题;【0:不使用;1:使用】不能为空 titLen: 标题长度;【英文字母按半个计算】为空则不截断 target: 是否新窗口打开;【0:原窗口;1:新窗口】不能为空 view:访问量 1总访问量 2 月访问量 3周访问量 4日访问量 viewTitle:访问量数字之前的描述的词汇(例如:总访问量) --]
[#rt/]
[/#if]
[#--日期--]
[#if dateFormat?? && datePosition=='3']
${ctt.date?string(dateFormat)} [#rt/]
[/#if]
[#--类别--]
[#if ctgForm=='0']
[#elseif ctgForm='1']
[[#if ctt.siteId!=site.id]${channel.name}[#else]${ctt.ctgName}[/#if]][#rt/]
[#elseif ctgForm='2']
[${ctt.siteName}] [#rt/]
[/#if]
[#--链接--]
[#if useShortTitle=='1'][#assign tit=ctt.stit/][#else][#assign tit=ctt.tit/][/#if]
[#rt/]
[#if showTitleStyle=='1']
[@text_cut s=tit len=titLen append=append/][#rt/]
[#else]
[@text_cut s=tit len=titLen append=append/][#rt/]
[/#if]
[#rt/]