%diy("head")%>
<%template src="header.html"%> <%template src="ny_banner.html"%>
<%set DataTable pro=get_category_info({topid})%> <%loop dr pro%>
{dr[catname]}-{dr[enname]}
<%/loop%>
<%set DataTable categoryList=get_category_list(topid)%> <%foreach(DataRow cdr in categoryList.Rows)%>
{cdr[catname]}
<%/foreach%>
{model.content}
<%template src="_bottom.html"%>
<%template src="footer.html"%> <%template src="color.html"%>