{cw:include("cw_head.html")}
当前位置:
首页{cw:show_position}
{cw:show_classname}

{cw:show_title}

来源:{cw:show_froms} 作者:{cw:show_author} 时间:{cw:show_adddate} 浏览:
{cw:show_content}
关键词:{cw:show_tags}
上一篇:{cw:loop select top 1 * from cw_news where id<{cw:show_id} order by id desc}{title}{/cw:loop}
下一篇:{cw:loop select top 1 * from cw_news where id>{cw:show_id} order by id asc}{title}{/cw:loop}
分享到:
热门新闻
    {cw:loop select top 5 * from cw_news order by hits desc,id desc}
  • {title}
  • {/cw:loop}
推荐新闻
    {cw:loop select top 5 * from cw_news where isnice=1 order by id desc}
  • {title}
  • {/cw:loop}
图文推荐
    {cw:loop select top 4 * from cw_news where ispic=1 order by id desc}
  • {title}{title}
  • {/cw:loop}
{cw:include("cw_foot.html")}