<%template src="_header.html"%>
    <%set DataTable pagechildCateList=get_category_child_list({channelModel.name},{parentCateModel.id})%> <%loop dr pagechildCateList%> <%if({dr[id]}==cateModel.id.ToString())%> {dr[title]} <%else%> {dr[title]} <%/if%> <%/loop%>
{model.title}
{model.add_time}    点击:
{model.content}
上一篇: <%=get_prevandnext_article("about_news", -1, "没有了", 0)%>
下一篇: <%=get_prevandnext_article("about_news", 1, "没有了", 0)%>
<%template src="_footer.html"%>