{cw:include("cw_head.html")}
- 标题房型价格时间
{@cw:page select * from cw_hous where classid in({cw:class_allid}) order by id desc}
- 【{@usertype}】 {@title}{@type}{@price}元[@{@adddate}#date=mm-dd]
{/@cw:page}
{cw:listpage}
{cw:loop select top 5 * from cw_hous where classid=4 order by id desc}
- {title}
{/cw:loop}
{cw:loop select top 5 * from cw_hous order by hits desc,id desc}
- {title}
{/cw:loop}
{cw:include("cw_foot.html")}