spamrulesettings.aspx

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

ASPX
31
字号
<%@ Page language="c#" AutoEventWireup="false" Inherits="CommunityServerWeb.ControlPanel.Tools.SpamRuleSettings" CodeBehind="SpamRuleSettings.aspx.cs" %>
<%@ Register TagPrefix="CP" Namespace="CommunityServer.ControlPanel.Controls" Assembly="CommunityServer.Web" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<cs:mpcontainer runat="server" id="MPContainer" thememasterfile="ControlPanelModalMaster.ascx">
	<cs:mpcontent id="bcr" runat="Server">
		<div class="CommonContentArea">
		<div class="CommonContent">
		<div class="CommonFormArea">
			<h3 class="CommonSubTitle"><cp:resourcecontrol runat="Server" resourcename="Spam_SpamRuleSettings_Title" /></h3>

			<asp:repeater id="SettingsList" runat="server">
				<itemtemplate> 
					<div class="CommonFormFieldName">
						<asp:literal id="Key" runat="Server" visible="false" />
						<asp:literal id="Desc" runat="Server" />
					</div>
					<div class="CommonFormField">
						<asp:textbox id="ConfigValue" runat="server" />
					</div>
				</itemtemplate>
			</asp:repeater>

			<div class="CommonFormField PanelSaveButton">
				<cp:resourcelinkbutton id="SaveButton" runat="server" cssclass="CommonTextButton" resourcename="Save" />
			</div>
		</div>
		</div>
		</div>
	</CS:MPContent>
</CS:MPContainer>

⌨️ 快捷键说明

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