📄 navbar.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="NavBar.ascx.cs" Inherits="wqshop.Modules.NavBar" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table id="navbar" cellpadding="0" cellspacing="0">
<tr>
<td class="l">
</td>
<td class="m">
<%BindTopNav();%>
<asp:DataList id="dlTopNav" RepeatLayout="Flow" RepeatColumns="11" RepeatDirection="Horizontal"
runat="server" DataKeyField="CategoryID">
<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>
<SeparatorTemplate>
|
</SeparatorTemplate>
</asp:DataList>
</td>
<td class="r">
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -