#parse("head.html")
$ClassName
#foreach($u in $MyStepClass)
#if($u.Alias!="-1")
$u.ClassName
#else
$u.ClassName
#end
#end
$ArtAD
首页
->$ClassPath
#foreach($u in $ArticleList)
$u.Title
#if($u.ArticleClassId!=1)[$u.AddTime.ToShortDateString()]#end
#end
$Pager
#parse("Foot.html")