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

📄 aboutoptions.aspx

📁 community server 源码
💻 ASPX
字号:
<%@ Register TagPrefix="CP" Namespace="CommunityServer.ControlPanel.Controls" Assembly="CommunityServer.Web" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Page language="c#" Codebehind="AboutOptions.aspx.cs" AutoEventWireup="false" Inherits="CommunityServer.ControlPanel.Photos.Options.AboutOptionsPage" %>
<CS:MPContainer runat="server" id="MPContainer" ThemeMasterFile="GalleryControlPanelMaster.ascx">
	<CS:MPContent id="DescriptionRegion" runat="server">
		<CP:ResourceControl id="Resourcecontrol1" runat="server" ResourceName="CP_Photos_AboutOptions_Title"></CP:ResourceControl>
	</CS:MPContent>
	<CS:MPContent id="TaskRegion" runat="Server">
		<DIV class="CommonDescription">
			<CP:ResourceControl id="Resourcecontrol2" runat="server" ResourceName="CP_Photos_AboutOptions_SubTitle"></CP:ResourceControl></DIV>
		<DIV class="CommonFormArea">
			<div class="FixedWidthContainer">
			<table cellspacing="0" cellpadding="0" border="0">
				<tr>
					<td nowrap="true">
						<div  class="CommonFormFieldName">
							<cp:helpicon id="Helpicon3" runat="Server" resourcename="CP_Photos_AboutOptions_EnableAbout_Help"></cp:helpicon>
							<CP:FormLabel id="Formlabel7" runat="Server" ControlToLabel="ynEnableAbout" ResourceName="CP_Photos_AboutOptions_EnableAbout"></CP:FormLabel>&nbsp;
						</div>
					</td>
					<td nowrap="true">
						<div  class="CommonFormFieldName">
						<CS:YesNoRadioButtonList id="ynEnableAbout" runat="server" CssClass="ControlPanelTextInput1" RepeatColumns="2"></CS:YesNoRadioButtonList>
						</div>
					</td>
				</tr>
			</table>
			<DIV class="CommonFormFieldName">
				<cp:helpicon id="Helpicon1" runat="Server" resourcename="CP_Photos_AboutOptions_AboutTitle_Help"></cp:helpicon>
				<CP:FormLabel id="FormLabel1" runat="server" resourcename="CP_Photos_AboutOptions_AboutTitle"
					ControlToLabel="AboutTitle"></CP:FormLabel></DIV>
			<DIV class="CommonFormField">
				<asp:TextBox id="AboutTitle" CssClass="ControlPanelTextInput" Runat="Server"></asp:TextBox></DIV>
			<DIV class="CommonFormFieldName">
				<cp:helpicon id="Helpicon2" runat="Server" resourcename="CP_Photos_AboutOptions_AboutDescription_Help"></cp:helpicon>
				<CP:FormLabel id="FormLabel2" runat="server" resourcename="CP_Photos_AboutOptions_AboutDescription" ControlToLabel="Description"></CP:FormLabel></DIV>
			<DIV class="CommonFormField">
				<CS:Editor id="AboutDescription" runat="Server" Height="225px"></CS:Editor></DIV>
			</div> 
			<p class="PanelSaveButton DetailsFixedWidth">
				<cp:ResourceLinkButton id="SaveButton" runat="Server" CssClass="CommonTextButton" ResourceName="Save"></cp:ResourceLinkButton></asp:LinkButton></p>
		</DIV>
	</CS:MPContent>
</CS:MPContainer>

⌨️ 快捷键说明

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