📄 skin-picturedetails-exif.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" %>
<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"> </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%"> </td><td nowrap="true">
<Galleries:ExifListing runat="server" id="Exiflisting1" ShowAll="true" SkinFile="Skin-ExifListing-Exif.ascx" />
</td></tr></table>
<div class="clearBoth"> </div>
</div>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -