⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 moderation_moderatesection.ascx

📁 倒奶CMS内容管理系统 v6.0 中文版 软件类别: .NET源码 / 全站系统 软件语言: 简体中文 授权方式: 共享版 文件大小: 7.21M 系统平台: ASP.NET+SQL
💻 ASCX
字号:
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%@ Control Language="C#" %>
<span class="Content_TitleText">审批内容</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="详情..." CssClass="Content" Runat="Server" /> &nbsp; 
<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>
        目前没有供审批的内容.
    </NoContentTemplate>
	</community:ContentList></p>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -