<#cms_site_pos site="${site}" category="${category}" var="bean">
当前位置:
${bean.baseURL}
>>
@for(location in bean.locations){
${location.categoryName}
@if(!locationLP.last){
>>
@}
@}
#cms_site_pos>
<#cms_category categoryId="${category.categoryId}" isParent="1" var="bean">
<#cms_content_page siteId="${site.siteId!}" titleLen="66" page="${page!}" var="content">
-
${content.title!}
#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>
@includeFileTemplate("/www/syrc/include/footer.html",{"current":"index"}){}