sections_sectionmenu.ascx

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

ASCX
17
字号
<%@ Control Language="C#" %>
<%@ 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="3" class="TopicNav">
  <tr>
    <td align="left" valign="top" width="122" height="17" class="TopicNav">
        <asp:HyperLink id="lnkSection" Runat="Server"/>
    </td>
    <td align="left" valign="top">
        <img src='<%=ResolveUrl("../../Images/NavIcon.gif")%>' width="31" height="17" alt=""><br>
    </td>
  </tr>
  </table>
  </ItemTemplate>
</asp:Repeater>

⌨️ 快捷键说明

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