skin-picturedetails-exif.ascx

来自「community server 源码」· ASCX 代码 · 共 28 行

ASCX
28
字号
<%@ 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" %>
	<div class="CommonContent">
		<asp:Panel id="PagerPanel" runat="server">
			<div style="float:right;position:relative;top:-15px;text-align:right;">
				<div class="CommonInlineMessageArea">
					<div class="CommonInlineMessageTitle"  id="pagercontrol">
								<CS:Href id="ViewPictureLink" runat="server" />
					</div>
				</div>
			</div>
		</asp:Panel>
					<div class="clearBoth">&nbsp;</div>
		<div id="CommonBody">
				<!--<h2><asp:Literal id="Name" runat="server" /></h2>-->
					<table cellspacing="0" cellpadding="0" border="0" align="center"><tr valign="top"  ><td>
					<Galleries:GalleryImage id="detailsImage" ImageType="Other" Width="300" Height="500" runat="server" CssClass="imageDetailPage"  />
					<h4 class="PictureDetail"><asp:Literal id="Description" runat="server" /></h4>
					</td><td width="15%">&nbsp;</td><td nowrap="true">
					<Galleries:ExifListing runat="server" id="Exiflisting1" ShowAll="true" SkinFile="Skin-ExifListing-Exif.ascx" />
					</td></tr></table>
					<div class="clearBoth">&nbsp;</div>
		</div>
	</div>

⌨️ 快捷键说明

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