[#escape x as (x)!?html] ${article.title} - ${site.title} [#include 'includes_meta.html'/] [#include 'includes_css.html'/] [#include 'includes_js.html'/] [#include 'includes_header.html'/]
${article.title}
${format(article.publishDate, 'yyyy-MM-dd HH:mm')}
软件语言:${article.customs['language']}
软件类型:${article.customs['type']}
授权方式:${article.customs['license']}
软件大小:${article.fileSize}
推荐星级:${article.customs['star']}
更新时间:${format(article.publishDate, 'yyyy-MM-dd')}
下载次数:
运行环境:${article.customs['system']!?join(", ")}
立即下载
软件介绍
[#noescape]${article.text!}[/#noescape]
    [@ArticleNext id=article.id publishDate=article.publishDate channelId=article.channelId; bean]
  • 上一条:[#if bean??][@A bean=bean class="cm-link"/][#else]没有了[/#if]
  • [/@ArticleNext] [@ArticlePrev id=article.id publishDate=article.publishDate channelId=article.channelId; bean]
  • 下一条:[#if bean??][@A bean=bean class="cm-link"/][#else]没有了[/#if]
  • [/@ArticlePrev]
相关新闻
[@EsArticleList q=article.title excludeId=article.id limit=5; list]
    [#list list as bean]
  • [@A bean=bean class="cm-link"/]
  • [/#list]
[/@EsArticleList]
[#include 'includes_footer.html'/] [/#escape]