${content.title}
<#if attribute.docno?has_content> ${attribute.docno}#if>
${content.publishDate?date}
<#if content.author?has_content> ${content.author}#if>
阅读量:...
<#if content.hasImages>
<@cms.contentFileList contentId=content.id fileTypes='image'>
<#list page.list as file>
#list>
@cms.contentFileList>
#if>
#if>
@cms.contentFileList>
#if>
${(file.description)!}
${(text?no_esc)!}
<@import path="/fragment/tools.ftl" namespace="t"/><#-- 工具 -->
<#if content.hasFiles>
<@cms.contentFileList contentId=content.id fileTypes='document,video,audio,other'>
<#if page.totalCount gt 0>
相关附件
<#list page.list as file>
#list>
${(file.description)!}
文件大小:<@t.fileSize file.fileSize/>
<@cms.contentList categoryId=content.categoryId endPublishDate=content.publishDate orderField='publishDate' pageIndex=2 pageSize=1>
<#if 2=page.pageIndex>
<#list page.list as content>
上一篇:
${content.title} #list> #if> @cms.contentList>
<@cms.contentList categoryId=content.categoryId startPublishDate=content.publishDate orderField='publishDate' orderType='asc' pageIndex=1 pageSize=1>
<#list page.list as a>
下一篇:
${content.title} #list> @cms.contentList>相关文章
<@cms.contentRelatedList contentId=content.id pageSize=10>-
<#list page.list as content>
- • ${content.title} #list> <#if content.tagIds?has_content> <@cms.search tagId=content.tagIds pageSize=10> <#list page.list as a> <#if content.id!=a.id>
- • ${a.title} #if> #list> @cms.search> <#else> <@cms.contentList categoryId=content.categoryId endPublishDate=content.publishDate pageSize=10> <#list page.list as a> <#if !a?is_first>
- • ${a.title} #if> #list> @cms.contentList> #if>