sections_multilevelsectionmenu.ascx

来自「完全网站系统」· ASCX 代码 · 共 18 行

ASCX
18
字号
<%@ Control %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<asp:Repeater id="Sections" Runat="Server">
	<ItemTemplate>
		<table width="100%" border="0" cellspacing="0" cellpadding="2" class="SectionNav">
			<tr>
				<td align="left" valign="middle" height="10" width="10">
					<img src="<%=ResolveUrl("../../Images/bullet.gif")%>" alt=""><br>
				</td>
				<td align="left" valign="top"  class="SectionNav">
					<asp:HyperLink id="lnkSection" Runat="Server" />
				</td>
			</tr>
		</table>
		<community:SubSectionMenu CssClass="SectionMenu" id="SubSectionMenu" Runat="Server" />
	</ItemTemplate>
</asp:Repeater>

⌨️ 快捷键说明

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