#parse("header.vm")
#if($curChannel.parent.title=="首页") $curChannel.title #else $curChannel.parent.title #end
#if($curChannel.parent.title=="首页") ##foreach($channel in $cms.getTopChildren($curChannel)) #set($count=$cms.getChannelCount(${curChannel.ID})) #if($count==0)
$curChannel.title
#else #foreach($chiChannel in $cms.getChildren($curChannel))
$chiChannel.title
#end #end ##end #else #foreach($chiChannel in $cms.getChildren($curChannel.parent))
$chiChannel.title
#end #end
$curArticle.name
$!{curArticle.content} #if ($cmsService.getArticleAttachmentCount($curArticle.ID, 3)>0)
相关附件:
#foreach($doc in $cms.getAttachments($curArticle))
$doc.srcFile
#end
#else #end
#parse("footer.vm")