📄 quotaeditcontrol.ascx
字号:
<%@ 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>
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -