[#escape x as (x)!?html]
${node.name} - ${site.fullNameOrName}${global.customs['poweredBy']}
[#include 'inc_meta.html'/] [#include 'inc_css.html'/] [#include 'inc_js.html'/] [#include 'inc_header.html'/]
[#assign parentId=node.parent.id/] [#if !node.parent.parent??] [#assign parentId=node.id/]
全部
[#else]
全部
[/#if] [@NodeList parentId=parentId;list] [#list list as bean]
${bean.name}
[/#list] [/@NodeList]
[#if node.parent.parent??] [#list node.infoModel.queryableFields as field]
全部${field.label}
[#assign options = field.options/] [#list options?keys as key]
${options[key]}
[/#list]
[/#list] [/#if] [#if Param.sort! == 'views'] [#assign sort='views desc'/] [/#if]
时间排序
热门排序
[@InfoPage nodeId=node.id isIncludeChildren='true' pageSize='10'sort=sort p1=Param.p1 p2=Param.p2 p3=Param.p3 p4=Param.p4 p5=Param.p5 p6=Param.p6;pagedList]
[#list pagedList.content as bean]
${bean.title}
¥
${bean.customs['price']}
[/#list]
[#include 'page.html'/]
[/@InfoPage]
[#include 'inc_footer.html'/] [/#escape]