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

📄 commenteditor.aspx

📁 community server 源码
💻 ASPX
字号:
<%@ Register TagPrefix="Galleries" Namespace="CommunityServer.Galleries.Controls" Assembly="CommunityServer.Galleries" %>
<%@ Page language="c#" Codebehind="CommentEditor.aspx.cs" AutoEventWireup="false" Inherits="CommunityServer.ControlPanel.Photos.CommentEditor" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="CP" Namespace="CommunityServer.ControlPanel.Controls" Assembly="CommunityServer.Web" %>
<%@ Register TagPrefix="CA" Namespace="ComponentArt.Web.UI" Assembly="ComponentArt.Web.UI" %>
<%@ Register TagPrefix="TWC" Namespace="Telligent.Web.UI" Assembly="Telligent.Web.UI" %>

<CS:MPContainer runat="server" id="MPContainer" ThemeMasterFile="ControlPanelModalMaster.ascx" IsModal="true">
	<CS:MPContent id="bcr" runat="server">
		<DIV class="CommonContentArea">
			<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="FeedbackEditor_Tab_Content" /></Tab>
					<Content>
						<div style="float:right;padding-right:3px;">
							<Galleries:GalleryImage id="Galleryimage1" ImageType="Thumbnail" runat="server" /></div>
						<DIV class="CommonFormFieldName">
							<asp:checkbox runat="Server" id="Approved" />
						</DIV>
						<DIV class="CommonFormFieldName" style="clear:right;">
							<CP:ResourceControl resourcename="FeedbackEditor_Title" runat="Server" id="FeedbackEditor_Title" />
						</DIV>
						<div class="CommonFormField">
							<asp:textbox runat="server" id="Title" width="550" cssclass="ControlPanelTextInput" />
						</div>
						<DIV class="CommonFormFieldName">
							<CP:ResourceControl resourcename="FeedbackEditor_Comment" runat="Server" id="FeedbackEditor_Comment" />
						</DIV>
						<div class="CommonFormField">
							<cs:editor runat="Server" id="Comment" width="550" height="80" />
						</div>
					</Content>
				</TWC:TabbedPane>
				<TWC:TabbedPane runat="server">
					<Tab><CP:ResourceControl runat="server" ResourceName="FeedbackEditor_Tab_Metadata" /></Tab>
					<Content>
						<DIV class="CommonFormFieldName" align="right">
							<CP:ResourceControl resourcename="FeedbackEditor_ModeratedBy" runat="Server" id="FeedbackEditor_ModeratedBy" />
							<asp:textbox runat="server" id="ModeratedBy" enabled="false" readonly="true" />
						</DIV>
						<!-- 
						<DIV class="CommonFormFieldName">
							<asp:checkbox runat="Server" id="PersonalComment" /> 
						</div>
						-->
						<DIV class="CommonFormFieldName">
							<CP:ResourceControl resourcename="FeedbackEditor_Notes" runat="Server" id="FeedbackEditor_Notes" />
						</DIV>
						<div class="CommonFormField">
							<asp:textbox runat="server" id="Notes" textmode="MultiLine" width="550" rows="4" cssclass="ControlPanelTextInput" />
						</div>
						<DIV class="CommonFormFieldName">
							<CP:ResourceControl resourcename="FeedbackEditor_OriginalComment" runat="Server" id="FeedbackEditor_OriginalComment" />
						</DIV>
						<div class="CommonFormField">
							<asp:textbox runat="server" id="OriginalContent" readonly="true" textmode="MultiLine" width="550"
								rows="5" cssclass="ControlPanelTextInput" />
						</div>
					</Content>
				</TWC:TabbedPane>
				</TWC:TabbedPanes>
				<DIV class="CommonFormField PanelSaveButton">
					<asp:linkbutton id="Save" runat="server" CssClass="CommonTextButton"></asp:linkbutton></DIV>
			</DIV>
	</CS:MPContent>
</CS:MPContainer></DIV>

⌨️ 快捷键说明

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