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

📄 skin-postpendingmoderation.ascx

📁 community server 源码
💻 ASCX
字号:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="CSD" Namespace="CommunityServer.Discussions.Controls" Assembly="CommunityServer.Discussions" %>

<div align="center">
	<div class="CommonListArea">
	<table cellpadding="0" cellspacing="0" border="0" width="350">
		<thead>
			<tr>
				<th class="CommonListHeaderLeftMost">
	        		<asp:label id="MessageTitle" runat="server"/>
				</th>
			</tr>
		</thead>
		<tbody>
			<tr>
				<td class="CommonListCellLeftMost">
					<asp:label id="MessageBody" runat="server"/>
				</td>
			</tr>
		</tbody>
	</table>
	</div>

	<div class="CommonJumpArea">
		<CSD:JumpDropDownList id="JumpList" CssClass="txt4" runat="server"/>
	</div>
</div>

⌨️ 快捷键说明

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