<%@ Page Title="" Language="C#" MasterPageFile="~/Telesa.Master" AutoEventWireup="true" CodeBehind="article.aspx.cs" Inherits="Mtxfw.shop.Article" %>
当前位置: 首页 > <%=LocationName%><%=MenuName2 %>
<%if (ParentID < 8) { %>
    <% int fi = 0; foreach (KeyValuePair kv in Mtxfw.Utility.Common.GetMenuClass()) { if (kv.Key != 0 && kv.Key != 5) { %>
  • <%=kv.Value%>
      <% System.Data.DataSet Ds_Gong = daoArt.GetCacheList("top 8", "ParentID=" + kv.Key + " and ParentID<>0 and ParentID<>5 Order By LinkID asc", "D_Gong" + kv.Key); foreach (System.Data.DataRow Dr in Ds_Gong.Tables[0].Rows) { %>
    • "><%=Dr["Title"]%>
    • <%} %>
  • <% fi += 1; } } %>
<%} else { %>
<%} %>

<%=MenuName%>

> 发布时间:
    >
  • 上一篇:
  • 下一篇: