[#escape x as (x)!?html]
${node.name}[#if node.parent??]_${node.parent.name}[/#if]_${site.fullNameOrName}${global.customs['poweredBy']}
[#include 'inc_js.html'/] [#include 'inc_header.html'/]
您的位置: [#list node.hierarchy as n]
${n.name}
[#if n_has_next] > [/#if][/#list]
[@InfoPage nodeId=node.id isIncludeChildren='true' limit='20';pagedList]
按时间排序
[#list pagedList.content as info]
${info.title}
${info.customs['star']}
${substring(info.description,115,'...')}
更新:${info.publishDate?string('yyyy-MM-dd')}
[#if info.fileLength??]
大小:${info.fileSize}
[/#if]
下载
[/#list]
[#include "page.html"/]
[/@InfoPage]
下载分类
[@NodeList parentId=node.parent.id;list] [#list list as n]
${n.name}
[/#list]
[/@NodeList]
下载排行榜
[@InfoList node='download' isIncludeChildren='true' sort='downloads desc' limit='15';list] [#list list as info]
${info_index+1}
${substring(info.title,20,'...')}
${info.bufferDownloads}
[/#list] [/@InfoList]
[#include 'inc_friendlink.html'/] [#include 'inc_footer.html'/] [/#escape]