<@cms_include file="include.template.html">
<@cms_include file="header.template.html">
当前位置:首页 > 微信群分类导航 如何发布微信群?
<#assign CurCatalogAncestors=(Catalog??)?then(Catalog.ancestors,'')> <#if Catalog?? && Catalog.treeLevel gt 1>
<@xyg_nav_data catalogid="${(Catalog??)?then(Catalog.catalogId,0)}" type="${Request.type}" page="true" size="50">
    <#list DataList as content>
  • ${content.title}

    <@cms_catalog id="${content.catalogId}" level="Self"> <#list DataList as cc> ${cc.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">