?? topics_topic.ascx
字號:
<%@ Control Language="C#" %>
<%@ 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="Topics_TopicTitle"></asp:Label>
<br>
<asp:Label id="TopicDescription" Runat="Server" CssClass="Topics_TopicDescription"></asp:Label>
</td>
</tr>
<tr>
<td>
<community:ContentList id="ContentList" Width="100%" Runat="Server">
<ItemTemplate>
<table width="100%" cellspacing="0" cellpadding="3" class="Topics_ListTable">
<tr>
<td class="Topics_ListItem">
<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" />
</td>
</tr>
<tr>
<td class="Topics_ListItem2">
<community:ItemBriefDescription id="lblDescription" CssClass="Topics_ListBriefDescription" Runat="Server" />
</td>
</tr>
</table>
</ItemTemplate>
<SeparatorTemplate>
<p>
</SeparatorTemplate>
<NoContentTemplate>
<i>No resources are listed for this topic</i>
</NoContentTemplate>
</community:ContentList>
</td>
</tr>
</tbody>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -