📄 topics_topicmenu.ascx
字号:
<%@ Control %>
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -