topics_topicmenu.ascx
来自「倒奶CMS内容管理系统 v6.0 中文版 软件类别: .NET源码 / 全站系」· ASCX 代码 · 共 20 行
ASCX
20 行
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<table width="100%" border="1" bordercolorlight="#425242" bordercolordark="#003333" cellpadding="3" cellspacing="0">
<community:ContentList id="Topics" Runat="Server">
<ItemTemplate>
<tr>
<td width="10">
<img src='<%=ResolveUrl( "../../Images/Small_Button.gif")%>' hspace="2" border="0" alt="Small_Button" />
</td>
<td>
<asp:HyperLink id="lnkTopic" Runat="Server">
<span class="TopicNav"><community:DisplayTopic id="Topic" AlwaysDisplay="true" Runat="Server"/></span>
</asp:HyperLink>
</td>
</tr>
</ItemTemplate>
</community:ContentList>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?