📄 topics_topic.ascx
字号:
<%@ Control %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<table width="100%">
<tbody>
<tr>
<td>
<asp:Image id="TopicImage" Runat="Server"/>
<asp:Label id="TopicTitle" Runat="Server" CssClass="Content_TitleText"></asp:Label>
<br><asp:Label id="TopicDescription" Runat="Server" CssClass="Contentt"></asp:Label>
</td>
</tr>
<tr>
<td>
<community:ContentList id="ContentList" Runat="Server">
<ItemTemplate>
<table width="100%" cellspacing="0" cellpadding="3" border="0" bordercolor="#AAAAAA" bgcolor="#DDDDDD">
<tr>
<td class="Content">
<community:ItemTitleLink id="lnkTitle" CssClass="Topics_ListTitleLink" Runat="Server" />
<br />
Posted by
<community:ItemAuthor id="lnkAuthor" CssClass="Topics_ListAuthorLink" Runat="Server" />
on
<community:ItemDateCreated id="lblDateCreated" CssClass="Topics_ListDateCreated" Runat="Server" />
<p>
<community:ItemBriefDescription id="lblDescription" CssClass="Topics_ListBriefDescription" Runat="Server" />
</p>
</td>
</tr>
</table>
</ItemTemplate>
<SeparatorTemplate>
<p>
</SeparatorTemplate>
</community:ContentList>
</td>
</tr>
</tbody>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -