@includeFileTemplate("/www/syrc/include/header.html",{"current":"index"}){}
<#cms_site_pos site="${site}" category="${category}" var="bean"> 当前位置: ${bean.baseURL} >> @for(location in bean.locations){ ${location.categoryName} @if(!locationLP.last){ >> @} @}
<#cms_category categoryId="${category.categoryId}" isParent="1" var="bean">
    <#cms_content_page siteId="${site.siteId!}" titleLen="66" page="${page!}" var="content">
  • ${content.title!}[浏览次数:${content.viewNum!}次] ${content.inputdate,dateFormat="YYYY年MM月dd日"}
  • @if(content.index%5==0){
  • @}
    <#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}
@includeFileTemplate("/www/syrc/include/footer.html",{"current":"index"}){}