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

📄 titleanddescriptionoptions.aspx

📁 community server 源码
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="TitleAndDescriptionOptions.aspx.cs" AutoEventWireup="false" Inherits="CommunityServer.ControlPanel.Files.TitleAndDescriptionOptions" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="CP" Namespace="CommunityServer.ControlPanel.Controls" Assembly="CommunityServer.Web" %>
<CP:ControlPanelSelectedNavigation SelectedNavItem="TitleAndDescriptionOptions" runat="server" id="SelectedNavigation1" />
<CS:MPContainer runat="server" id="MPContainer" ThemeMasterFile="FileControlPanelMaster.ascx">
	<CS:MPContent id="DescriptionRegion" runat="server">
		<CP:ResourceControl ResourceName="CP_Files_TitleAndDescriptionOptions_Title" runat="server" />
	</CS:MPContent>
	<CS:MPContent id="TaskRegion" runat="Server">
		<CP:StatusMessage runat="server" id="Status" />
		<div class="CommonDescription">
			<CP:ResourceControl ResourceName="CP_Files_TitleAndDescriptionOptions_Description" runat="server" />
		</div>
		
		<div class="FixedWidthContainer">
			<div class="CommonFormFieldName">
				<CP:FormLabel runat="server" ResourceName="CP_Files_TitleAndDescriptionOptions_TitleField" ControlToLabel="Title" id="FormLabel1" />
			</div>
			<div class="CommonFormField">
				<asp:TextBox Runat="Server" id="Title" CssClass="ControlPanelTextInput" />
			</div>
			
			<p />
			<div class="CommonFormFieldName">
				<CP:FormLabel runat="server" ResourceName="CP_Files_TitleAndDescriptionOptions_DescriptionField" ControlToLabel="Description" id="FormLabel2" />
			</div>
			<div class="CommonFormField">
				<CS:Editor runat="Server" id="Description" Height="225px" />
			</div>
		</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 + -