sections_subsectionmenu.ascx
来自「完全网站系统」· ASCX 代码 · 共 20 行
ASCX
20 行
<%@ Control %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<asp:Repeater id="SubSections" Runat="Server">
<ItemTemplate>
<table width="100%" border="0" cellspacing="0" cellpadding="3" class="SectionNav">
<tr>
<td align="left" valign="middle">
<asp:Image id="spaceImg" Runat="Server"></asp:Image><br>
</td>
<td align="left" valign="middle" height="10" width="10">
<img src="<%=ResolveUrl("../../Images/bullet2.gif")%>" alt=""><br>
</td>
<td width=100% align="left" valign="top" class="SectionNav">
<asp:HyperLink id="lnkSubSection" Runat="Server" />
</td>
</tr>
</table>
<community:SubSectionMenu CssClass="SectionMenu" id="SubSectionMenu" Runat="Server" />
</ItemTemplate>
</asp:Repeater>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?