⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 catnav.ascx

📁 在线点卡销售系统
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="CatNav.ascx.cs" Inherits="wqshop.Modules.CatNav" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<div class='mframe'>
	<table width="100%" cellspacing="0" cellpadding="0">
		<tr>
			<td class="tl"></td>
			<td class="tm">
				<span class=tt><%=GetResourceString("LeftNavigation")%></span>
			</td>
			<td class="tr"></td>
		</tr>
	</table>
	<table width="100%" cellspacing="0" cellpadding="0">
		<tr>
			<td class="ml"></td>
			<td class="mm">
				<%BindNavList();%>
				<asp:DataList id="dlNavList" Border="0" CellSpacing="0" CellPadding="0" Width="100%" RepeatLayout="Table"
					RepeatDirection="Horizontal" RepeatColumns="1" DataKeyField="CategoryID" runat="server">
					<ItemStyle CssClass="tdbg-dark" Height="25" />
					<ItemTemplate>
						&nbsp;<img src="images/bullet1.gif" align="absmiddle" alt="" /> <strong><a href='<%if(config.html==""){%>List.aspx?CatID=<%#DataBinder.Eval(Container.DataItem,"CategoryID")%><%}else{%>categorys-<%#DataBinder.Eval(Container.DataItem,"CategoryID")%>.<%=config.html%><%}%>'>
								<%#DataBinder.Eval(Container.DataItem,"Name")%>
							</a></strong>
						<asp:DataList id="dlChild" CellPadding="3" CellSpacing="0" RepeatLayout="Table" RepeatDirection="Horizontal"
							RepeatColumns="5" CssClass="tdbg" Style="margin-left:30px;" runat="server">
							<ItemStyle Width="100px" />
							<ItemTemplate>
								<a href='<%if(config.html==""){%>List.aspx?CatID=<%#DataBinder.Eval(Container.DataItem,"CategoryID")%><%}else{%>categorys-<%#DataBinder.Eval(Container.DataItem,"CategoryID")%>.<%=config.html%><%}%>'>
									<%#DataBinder.Eval(Container.DataItem,"Name")%>
								</a>
							</ItemTemplate>
						</asp:DataList>
					</ItemTemplate>
				</asp:DataList>
			</td>
			<td class="mr"></td>
		</tr>
	</table>
	<table width="100%" cellspacing="0" cellpadding="0">
		<tr>
			<td class="bl"></td>
			<td class="bm">&nbsp;</td>
			<td class="br"></td>
		</tr>
	</table>
</div>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -