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

📄 fileoptions.aspx

📁 community server 源码
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="FileOptions.aspx.cs" AutoEventWireup="false" Inherits="CommunityServer.ControlPanel.Files.FileOptions" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="CP" Namespace="CommunityServer.ControlPanel.Controls" Assembly="CommunityServer.Web" %>
<CP:ControlPanelSelectedNavigation SelectedNavItem="FileOptions" runat="server" id="SelectedNavigation1" />
<CS:MPContainer runat="server" id="MPContainer" ThemeMasterFile="FileControlPanelMaster.ascx">
	<CS:MPContent id="DescriptionRegion" runat="server">
		<CP:ResourceControl runat="server" ResourceName="CP_Files_FileOptions_Title" />
	</CS:MPContent>
	<CS:MPContent id="TaskRegion" runat="Server">
		<div class="CommonDescription">
				<CP:ResourceControl runat="server" ResourceName="CP_Files_FileOptions_Description" />
		</div>
		<CP:StatusMessage runat="server" id="Status" />
		
		<div class="FixedWidthContainer">
			<table cellpadding="0" cellspacing="0" border="0">
				<tr>
					<td class="CommonFormFieldName">
						<cp:helpicon id="Helpicon2" runat="Server" resourcename="CP_Files_FileOptions_ModerateFiles_Help" />
						<CP:FormLabel runat="Server" ResourceName="CP_Files_FileOptions_ModerateFiles" ControlToLabel="ModerateFiles" ID="Formlabel1"/>
					</td>
					<td class="CommonFormField"><CS:YesNoRadioButtonList id="ModerateFiles" runat="server" CssClass="txt1" RepeatColumns="2" /></td>
				</tr>
				<tr>
					<td class="CommonFormFieldName">
						<cp:helpicon id="Helpicon6" runat="Server" resourcename="CP_Files_FileOptions_EnableFileNotifications_Help" />
						<cp:formlabel runat="Server" controltolabel="EnableFileNotification" resourcename="CP_Files_FileOptions_EnableFileNotifications" ID="Formlabel5" />
					</td>
					<td class="CommonFormField"><CS:YesNoRadioButtonList id="EnableFileNotification" runat="server" CssClass="txt1" RepeatColumns="2" /></td>
				</tr>
				<tr>
					<td class="CommonFormFieldName">
						<cp:helpicon id="Helpicon1" runat="Server" resourcename="CP_Files_FileOptions_EnableRatings_Help" />
						<CP:FormLabel runat="Server" ResourceName="CP_Files_FileOptions_EnableRatings" ControlToLabel="EnableRatings" ID="Formlabel4"/>
					</td>
					<td class="CommonFormField"><CS:YesNoRadioButtonList id="EnableRatings" runat="server" CssClass="txt1" RepeatColumns="2" /></td>
				</tr>
				<tr>
					<td class="CommonFormFieldName">
						<cp:helpicon id="Helpicon3" runat="Server" resourcename="CP_Files_FileOptions_EnableComments_Help" />
						<CP:FormLabel runat="Server" ResourceName="CP_Files_FileOptions_EnableComments" ControlToLabel="EnableComments" ID="Formlabel2"/>
					</td>
					<td class="CommonFormField"><CS:YesNoRadioButtonList id="EnableComments" runat="server" CssClass="txt1" RepeatColumns="2" /></td>
				</tr>
				<tr>
					<td class="CommonFormFieldName">
						<cp:helpicon id="Helpicon4" runat="Server" resourcename="CP_Files_FileOptions_ModerateComments_Help" />
						<CP:FormLabel runat="Server" ResourceName="CP_Files_FileOptions_ModerateComments" ControlToLabel="ModerateComments" ID="Formlabel3"/>
					</td>
					<td class="CommonFormField"><CS:YesNoRadioButtonList id="ModerateComments" runat="server" CssClass="txt1" RepeatColumns="2" /></td>
				</tr>
				<tr>
					<td class="CommonFormFieldName">
						<cp:helpicon id="Helpicon5" runat="Server" resourcename="CP_Files_FileOptions_EnableCommentNotifications_Help" />
						<cp:formlabel runat="Server" controltolabel="EnableCommentNotification" resourcename="CP_Files_FileOptions_EnableCommentNotifications" />
					</td>
					<td class="CommonFormField"><CS:YesNoRadioButtonList id="EnableCommentNotification" runat="server" CssClass="txt1" RepeatColumns="2" /></td>
				</tr>
			</table>
		</div>
		<p class="PanelSaveButton DetailsFixedWidth">
			<cp:ResourceLinkButton id="SaveButton" runat="Server" CssClass="CommonTextButton" ResourceName="Save"></cp:ResourceLinkButton></p>
	</CS:MPContent>
</CS:MPContainer>

⌨️ 快捷键说明

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