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

📄 rolequotaform.aspx

📁 community server 源码
💻 ASPX
字号:
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="CP" TagName = "RoleQuotaEditControl" Src = "~/ControlPanel/Controls/Galleries/RoleQuotaEditControl.ascx" %>
<%@ Register TagPrefix="CP" Namespace="CommunityServer.ControlPanel.Controls" Assembly="CommunityServer.Web" %>
<%@ Page language="c#" Codebehind="RoleQuotaForm.aspx.cs" AutoEventWireup="false" Inherits="CommunityServer.ControlPanel.PhotoAdmin.RoleQuotaForm" %>
<CS:MPContainer runat="server" id="MPContainer" ThemeMasterFile="ControlPanelModalMaster.ascx" IsModal="true">
	<CS:MPContent id="bcr" runat="server">
		<DIV class="CommonContentArea">
			<CP:RoleQuotaEditControl id="RoleQuotaEditControl1" runat="server"></CP:RoleQuotaEditControl>
			<DIV class="CommonContent">
				<DIV class="CommonFormField PanelSaveButton">
					<cp:ResourceLinkButton id="Save" runat="Server" CssClass="CommonTextButton" ResourceName="Save"></cp:ResourceLinkButton>
				</DIV>
			</DIV>
		</DIV>
	</CS:MPContent>
</CS:MPContainer>

⌨️ 快捷键说明

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