{cw:include("cw_head.html")}
当前位置:
首页{cw:class_position}
{cw:class_title}
  • 标题房型价格时间
  • {@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")}