$foreach(temp in cmd.GetPageSource("V_C_news","*","orders desc"," isdel=0 and flowstate=99 and nodecode='"+cmd.QueryString("m")+"'",cmd.QueryString("page")+"",8))
${if(temp.BigImg=="")}
$cmd.SubStr(cmd.NoHTML(temp.Content+""), 220, ".....")
$cmd.GetStandardDateTime(temp.AddDate, "yyyy-MM-dd")点击数:
${else}
$cmd.SubStr(cmd.NoHTML(temp.Content+""), 220, ".....")
$cmd.GetStandardDateTime(temp.AddDate, "yyyy-MM-dd")点击数:
${end}
$end