{cw:include("cw_head.html")}
{@cw:page select * from cw_info where classid in({cw:class_allid}) order by id desc}
- [@{@adddate}#date=yyyy-mm-dd]{@title}
{/@cw:page}
{cw:listpage}
{cw:loop select top 5 * from cw_info order by hits desc,id desc}
- {title}
{/cw:loop}
{cw:loop select top 5 * from cw_info where isnice=1 order by id desc}
- {title}
{/cw:loop}
{cw:include("cw_foot.html")}