<@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}
<#if Catalog.treeLevel gt 1>
<#if Catalog.alias=='hgwxq'> <@cms_catalog id="${Catalog.catalogId}" level="CurrentAndChild" condition="tree_level=3" page="true" size="50"> <#if Catalog.alias!='hgwxq'> <@cms_content catalogid="${Catalog.catalogId}" level="CurrentAndChild" sort="Recent" page="true" size="20">
    <#list DataList as content>
  • ${content.title}

    <@cms_catalog id="${content.catalogId}" level="Self"> <#list DataList as catalog> ${catalog.name} <#list dict("WeiXinQunType",'-') as dictData> ${dictData.dictLabel}

    ${dateFormat(content.publishDate,'yyyy-MM-dd')}

<#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">