{cw:include("cw_head.html")}
当前位置:
首页{cw:class_position}
{cw:class_title}
    {@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")}