[#escape x as (x)!?html] ${channel.title} - ${site.title} [#include 'includes_meta.html'/] [#include 'includes_css.html'/] [#include 'includes_js.html'/] [#include 'includes_header.html'/]
[#assign customsQueryMap={}/] [#list channel.articleModel.fieldList?filter(field->['radio','checkbox','select','multipleSelect']?seqContains(field.type)) as field]
[#assign param=field.code+'_key'/] 全部${field.name} [@DictList typeId=field.dictTypeId; list] [#list list as dict] ${dict.name} [/#list] [/@DictList]
[#assign customsQueryMap=customsQueryMap + {'EQ_'+param: Params[param]!}/] [/#list] [@ArticlePage channelId=channel.id isIncludeSubChannel='true' customs=customsQueryMap orderBy="sticky_desc,publishDate_desc,id_desc"; pagedList]
    [#list pagedList.content as bean]
  • [#if bean.image??]${bean.title}[/#if]

    [@A bean=bean class="text-reset stretched-link"]${bean.title}[/@A]

    ${substring(bean.description,80,'...')}

    [#list bean.channel.paths as n][@A bean=n/][#if n_has_next] > [/#if][/#list] ${bean.downloads}
    ${bean.publishDate.format('yyyy-MM-dd')}
  • [/#list]
[#include 'includes_page.html'/] [/@ArticlePage]
下载排行榜
[@ArticleList channelId=channel.id isIncludeSubChannel='true' sort='@articleBuffer-downloads_desc' limit='10';list] [#list list as bean]
${bean_index+1}
[@A bean=bean class="text-reset"/]
${bean.downloads}
[/#list] [/@ArticleList]
[#include 'includes_footer.html'/] [/#escape]