quotaeditcontrol.ascx

来自「community server 源码」· ASCX 代码 · 共 38 行

ASCX
38
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="QuotaEditControl.ascx.cs" Inherits="CommunityServer.ControlPanel.Controls.Galleries.QuotaEditControl" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<%@ Register TagPrefix="CP" Namespace="CommunityServer.ControlPanel.Controls" Assembly="CommunityServer.Web" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="CP" TagName = "RoleQuotas" Src = "~/ControlPanel/Controls/Galleries/RoleQuotasControl.ascx" %>
<%@ Register TagPrefix="CP" TagName = "GlobalQuotas" Src = "~/ControlPanel/Controls/Galleries/GlobalQuotasControl.ascx" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="CA" Namespace="ComponentArt.Web.UI" Assembly="ComponentArt.Web.UI" %>
<%@ Register TagPrefix="TWC" Namespace="Telligent.Web.UI" Assembly="Telligent.Web.UI" %>

<DIV class="CommonContent">
	<TWC:TabbedPanes id="EditorTabs" runat="server"
	PanesCssClass="CommonPane"
	TabSetCssClass="CommonPaneTabSet"
	TabCssClasses="CommonPaneTab,CommonPaneTab1,CommonPaneTab2"
	TabSelectedCssClasses="CommonPaneTabSelected,CommonPaneTabSelected1,CommonPaneTabSelected2"
	TabHoverCssClasses="CommonPaneTabHover,CommonPaneTabHover1,CommonPaneTabHover2"
	>
	<TWC:TabbedPane runat="server">
		<Tab><CP:ResourceControl runat="server" ResourceName="CP_PhotosAdmin_Quotas_Tab_OwnerQuotas" /></Tab>
		<Content>
			<div class="CommonDescription"><br />
				<CP:ResourceControl runat="Server" resourcename="CP_PhotosAdmin_Quotas_RoleQuotas_Description"></CP:ResourceControl><br>
			<em>&nbsp;&nbsp;&nbsp;
				<CP:ResourceControl runat="server" ResourceName="CP_PhotosAdmin_Quotas_RoleQuotas_Tip"></CP:ResourceControl></em></div>
				<CP:RoleQuotas id="RoleQuotasControl1" runat="Server"></CP:RoleQuotas>
		</Content>
	</TWC:TabbedPane>
	<TWC:TabbedPane runat="server">
		<Tab><CP:ResourceControl runat="server" ResourceName="CP_PhotosAdmin_Quotas_Tab_GlobalQuotas" /></Tab>
		<Content>
			<div class="CommonDescription"><br />
				<CP:ResourceControl runat="Server" resourcename="CP_PhotosAdmin_Quotas_GlobalQuotas_Description"></CP:ResourceControl></div>
			<CP:GlobalQuotas id="GlobalQuotasControl1" runat="Server"></CP:GlobalQuotas>
		</Content>
	</TWC:TabbedPane>
	</TWC:TabbedPanes>
</DIV>

⌨️ 快捷键说明

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