<%diy("head")%> <%template src="header.html"%> <%set DataTable about=get_category_info(48)%> <%foreach(DataRow cdr in about.Rows)%>
<%/foreach%>

网站首页

    <%set DataTable menuda=get_category_list(0,10,"top=1","listorder desc")%> <%foreach(DataRow dr in menuda.Rows)%>
  • {dr[catname]}
  • <%/foreach%>
<%set DataTable menu1=get_category_list(0,10,"","listorder desc")%> <%foreach(DataRow dr1 in menu1.Rows)%>

{dr1[catname]}

    <%set DataTable menu2=get_category_list({strtoint({dr1[id]})},10,"","listorder desc")%> <%foreach(DataRow dr2 in menu2.Rows)%>
  • {dr2[catname]}

    <%set DataTable menu3=get_category_list({strtoint({dr2[id]})},10,"","listorder asc")%> <%foreach(DataRow dr3 in menu3.Rows)%>

    {dr3[catname]}

    <%/foreach%>

  • <%/foreach%>
<%/foreach%>

网站标签

    <%set DataTable link=get_link_list(2,15)%> <%foreach(DataRow dr in link.Rows)%>
  • {dr[title]}
  • <%/foreach%>
<%template src="footer.html"%> <%template src="color.html"%>