[#escape x as (x)!?html]
${info.title} - ${site.fullNameOrName}${global.customs['poweredBy']}
[#include 'inc_meta.html'/] [#include 'inc_css.html'/] [#include 'inc_js.html'/] [#include 'inc_header.html'/]
[#list node.hierarchy as n]
${n.name}
[/#list]
${info.title}
${info.publishDate?string('yyyy-MM-dd HH:mm')}
软件语言:
${info.customs['language']}
软件类型:
${info.customs['type']}
授权方式:
${info.customs['license']}
软件大小:
${info.fileSize}
推荐星级:
${info.customs['star']}
更新时间:
${info.publishDate?string('yyyy-MM-dd')}
下载次数:
次
运行环境:
${info.customs['system']}
立即下载
商品介绍
[#noescape]${text}[/#noescape]
[@InfoPrev id=info.id;bean] [#if bean??]
上一条:
${bean.title}
[#else]
上一条:
没有了
[/#if] [/@InfoPrev] [@InfoNext id=info.id;bean] [#if bean??]
下一条:
${bean.title}
[#else]
下一条:
没有了
[/#if] [/@InfoNext ]
相关新闻
[@InfoFulltextList q=info.title excludeId=info.id limit=5;list]
[#list list as fulltextInfo]
[@A bean=fulltextInfo class="a text-reset"/]
[/#list]
[/@InfoFulltextList]
[#include 'inc_footer.html'/] [/#escape]