<@cms_include file="include.template.html">
<@cms_include file="header.template.html">
当前位置:${Site.name} <#list Catalog.ancestors?split(":") as catalogId> <@cms_catalog id="${catalogId}" level="Self"> <#list DataList as cc> > ${cc.name}
<#if (Catalog.description!'')!=''>
${Catalog.description}
    <@cms_content catalogid="${Catalog.catalogId}" level="Current" sort="Recent" page="true" size="20"> <#list DataList as content>
  • ${content.title}

    ${(content.summary!'')[0..*56]}${((content.summary!'')?length gt 56)?then('...','')}

<#if PageTotal gt 0>
    <#if PageTotal==0> <#assign PageCount=1 /> <#else> <#assign PageCount=(PageTotal + PageSize - 1) / PageSize />
  • ${PageNo} / ${PageCount?int}
  • <#if PageNo gt 1> <#if PageNo==2> <#else> <#assign pstart=(PageNo gt 3)?then(PageNo-3, 1)> <#assign pend=(PageNo lt (PageCount - 3))?then(PageNo+3, PageCount)> <#list pstart..pend as pn> <#if PageNo==pn>
  • ${pn}
  • <#else> <#if 1==pn>
  • ${pn}
  • <#else>
  • ${pn}
  • <#if PageNo lt PageCount?int>

热门文章

<@cms_include file="footer.template.html">