#parse("/templates/handtailor/$!{website.id}/top.html")
企业新闻
NEWS
新闻分类
#set($catalos = $!news.queryCatalogBySite($!{mid}))
    #foreach($catalog in $catalos) #if( $!{catalog.catalogId}!=20299) #if($!{catalog.catalogId} == $!{id})
  • $!catalog.name
  • #else
  • $!catalog.name
  • #end #end #end
    #set($articles = $news.queryNews(${mid}, $!{id}, $!{pg}, 20)) #set($i=1) #foreach($article in $!articles.news) #if( $!{article.cid}!=20299)
  • $!tools.substring($!article.title, 80, "...") $!{article.editTime3}
  • #end #if($i % 5 == 0)
  • #end #set($i = $i + 1 ) #end
$!articles.page
#parse("/templates/handtailor/$!{website.id}/bottom.html")