[#escape x as (x)!?html]
${node.name}_${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 node='jobs' limit='20';pagedList]
职位名称
公司名称
工作地点
发布日期
[#list pagedList.content as info]
${substring(info.title,22,'...')}
${info.customs['company']}
${info.customs['location']}
${info.publishDate?string('yyyy-MM-dd')}
[/#list]
[#include 'page.html'/]
[/@InfoPage]
[#include 'inc_friendlink.html'/] [#include 'inc_footer.html'/] [/#escape]