<#cms_site_pos site="${site}" category="${category}" var="bean">
当前位置:
${bean.baseURL}
>>
@@for(location in bean.locations){
${location.categoryName}
@@if(!locationLP.last){
>>
@@}
@@}
#cms_site_pos>
${category.categoryName}
<#cms_category categoryId="${category.categoryId}" isParent="1" var="bean">
<#cms_content_page siteId="${site.siteId!}" titleLen="6" page="${page!}" titleLen="5" var="content">
- ${content.title!}${content.inputdate,dateFormat="MM-dd"}
@@if(content.index%5==0){
@@}
#cms_content_page>
<#cms_pagination siteId="${site.siteId}" categoryId="${category.categoryId}" page="${page}" moreNum="6" var="page" >
- ${page.first}
@@for(change in page.changePage){
@@if(!change.isLink){
@@if(change.isMore){
- ${change.value!}
@@}else{
- ${change.value!}
@@}
@@}else{
- ${change.url!}
@@}
@@}
- ${page.next}
#cms_pagination>
#cms_category>