#parse("Head.html")
产品导航
#foreach($u in $ProClass) #if($u.Depth==0)
#if($u.Alias!="-1")
$u.ClassName
#else
$u.ClassName
#end
#if($u.Child>0) #foreach($a in $ProClass) #if($a.ParentID==$u.id)
#if($a.Alias!="-1")
$a.ClassName
#else
$a.ClassName
#end
#end #end #end #end #end
首页
->$ClassPath ->$Title
$Title
发布时间:$AddTime 阅读数:$ReadCount次
#if($ShowType==2)
#else
#end
$ShowInfo
#parse("Foot.html")