日期:2014-05-16 浏览次数:20525 次
<%if(pair.Value.Count>=3){ %>
<div class="xllist" style="display: none;">
<%foreach(TeaCategory teacategory in pair.Value){%>
<%if (teacategory.CategoryID == 46){ %>
<a href="/MingRen.html"><%=teacategory.CategoryName%></a>
<%} else if (teacategory.CategoryID == 23){%>
<a href="/Minn.html"><%=teacategory.CategoryName%></a>
<%} else { %>
<a href="/ProductSort.html?BigProductType=<%=pair.Key.CategoryID %>&SmallProductType=<%=teacategory.CategoryID %>">
<%=teacategory.CategoryName%></a>
<%}
} %>
</div>
<%} %>
<%if(pair.Value.Count>=3)
{ %>
<div class="xllist" style="display: none;">
<%foreach(TeaCategory teacategory in pair.Value)
{%>
&