blogcommand.aspx

来自「community server 源码」· ASPX 代码 · 共 17 行

ASPX
17
字号
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Page language="c#" Codebehind="BlogCommand.aspx.cs" AutoEventWireup="false" Inherits="CommunityServer.ControlPanel.Blogs.BlogCommandPage" %>
<CS:MPContainer runat="server" id="MPContainer" ThemeMasterFile="ControlPanelModalMaster.ascx" IsModal="true">
	<CS:MPContent id="bcr" runat="server">
		<DIV class="CommonContentArea">
			<DIV class="CommonContent">
				<asp:Literal id="CommandMessage" Text="Message" Runat="server"></asp:Literal>
				<P>
					<DIV align="center">
						<asp:Button id="OK_Button" Text="OK" Runat="server"></asp:Button><INPUT id="Cancel_Button" onclick="window.parent.Telligent_Modal.Close(false); return false;" type="button"
							value="Cancel" runat="server">
					</DIV>
			</DIV>
		</DIV>
	</CS:MPContent>
</CS:MPContainer>

⌨️ 快捷键说明

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