?? moderation_moderatesection.ascx
字號:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<span class="Content_TitleText">Moderate Content</span>
<p>
<community:SectionTitle id="lblTitle" Runat="Server" />
<p>
<community:ContentList id="ContentList" Width="100%" Runat="Server">
<ItemTemplate>
<table width="100%" cellspacing="0" cellpadding="5" class="StoryBorder">
<tr bgcolor="#CCCCFF" class="StoryColor1">
<td>
<div align="right">
<community:DisplayTopic id="ctlTopic" Runat="Server" />
</div>
<span class="Content_SubTitleRow">
<community:ItemTitle id="ContentTitle" Runat="Server" />
</span>
<span class="Content_SubtitleText">
<br>Posted by</span>
<span class="Content">
<community:ItemAuthor id="lnkAuthor" Runat="Server" />
</span>
on
<community:ItemDateCreated id="lblDateCreated" Runat="Server" />
</span>
</td>
</tr>
<tr>
<td>
<community:ItemBriefDescription id="ContentDescription" CssClass="Content" Runat="Server" />
<p>
<span class="Content">
(<community:ItemReadMoreLink id="lnkReadMore" Text="Read More..." CssClass="Content" Runat="Server" /> <asp:Label id="lblCommentCount" CssClass="Content" Runat="Server" />)
</span>
<span class="Content">
<community:ItemModeration id="ctlModerationAction" Runat="Server" />
</span>
</p>
</td>
</tr>
</table>
</ItemTemplate>
<SeparatorTemplate>
<p>
</SeparatorTemplate>
<NoContentTemplate>
No content available for moderation.
</NoContentTemplate>
</community:ContentList>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -