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

📄 skin-picturedetails.ascx

📁 community server 源码
💻 ASCX
字号:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="Galleries" Namespace="CommunityServer.Galleries.Controls" Assembly="CommunityServer.Galleries" %>
<%@ Import Namespace="CommunityServer.Components" %>

<Galleries:InlineTagEditor runat="server" id="InlineTagEditor" LinkCssClass="CommonTextButton" CssClass="CommonInlineTagEditor" />

	<div class="CommonContentArea">
		<asp:Panel id="PagerPanel" runat="server">
			<div style="float:right;position:relative;top:-15px;text-align:right;">
					<div class="CommonPagingArea"  style="position:relative;">
									<CS:CurrentPage Cssclass="columnText" id="Currentpage" runat="server" />&nbsp;
									<Galleries:PostPager id="Pager" runat="server" />
					</div>
			</div>
		</asp:Panel>
					<div class="clearBoth">&nbsp;</div>
		<div id="CommonBody">
				<h4 class="CommonTitle"><Galleries:InLinePictureTextEditor id="Name" runat="server" /></h4>
					<center>
					
					<Galleries:GalleryImage id="detailsImage" ImageType="Details" runat="server" CssClass="imageDetailPage"  />
					<h4 class="PictureDetail"><Galleries:InLinePictureTextEditor id="Description" runat="server" /></h4>
					<div><CS:InlineTagEditorPanel runat="server" id="InlineTagEditorPanel" InlineEditorID="InlineTagEditor" /></div>
					<h5 class="PictureDetail"><asp:HyperLink id="OriginalLink" runat="server" /></h5>
					
					
					</center>

					<div class="clearBoth">&nbsp;</div>
		</div>
	</div>

	<div class="CommonContentArea">
			<Galleries:EntryComments runat="server" id="EntryComments" />
	</div>

⌨️ 快捷键说明

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