[#escape x as (x)!?html]
${category.name}_${site.fullNameOrName}${global.customs['poweredBy']}
[#include 'inc_js.html'/] [#include 'inc_header.html'/]
[@SpecialCategoryList;list]
[#list list as sc]
${sc.name}专题
[/#list]
[/@SpecialCategoryList]
专题
-
${category.name}专题
[@SpecialPage categoryId=category.id pageSize='20';pagedList]
[#list pagedList.content as special]
${substring(special.title,20,'...')}
${special.creationDate?string('yyyy-MM-dd')}
[/#list]
[#include 'page.html'/]
[/@SpecialPage] [#include 'inc_friendlink.html'/] [#include 'inc_footer.html'/] [/#escape]