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

📄 skin-gallerydetails-sidebar.ascx

📁 community server 源码
💻 ASCX
字号:
<%@ Control %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="Galleries" Namespace="CommunityServer.Galleries.Controls" Assembly="CommunityServer.Galleries" %>
<div class="CommonSidebarArea">
	<h4 class="CommonSidebarHeader"><CS:ResourceControl runat="server" ResourceName="Gallery_ThisGallery" /></h4>
	<div class="CommonSidebarContent">
		<asp:Panel id="PagerPanel" Runat="server">
			<div class="SidebarPrevNext">
				<table cellpadding="0" cellspacing="0" border="0" width="100%">
				<tr>
					<td nowrap="true" align="left">
						<CS:Href id="LastAlbum" runat="server"><CS:ResourceControl runat="server" ResourceName="Gallery_PictureDetails_PrevAlbum" /></CS:Href>
					</td>
					<td width="100%" align="center" class="AlbumIcon">&nbsp;</td>
					<td nowrap="true" align="right">
						<CS:Href id="FirstAlbum" runat="server"><CS:ResourceControl runat="server" ResourceName="Gallery_PictureDetails_NextAlbum" /></CS:Href>
					</td>
				</tr>
				</table>
			</div>
		</asp:Panel>
		<div class="SidebarPhotoBox">
			<Galleries:RandomPicture id="RandomPicture" ImageType="Other" Width="166" height="166" quality="70" runat="server" LinkToPicture="true"/>
		</div>
		<p class="SidebarItemText SidebarItemDescription">
			<asp:Literal id="Description" runat="server" />
		</p>
		<p class="SidebarItemText">
			<span class="boldtext"><asp:Literal id="TotalPictures" runat="server" /></span> <CS:ResourceControl runat="server" ResourceName="Gallery_PictureDetails_TotalPhotos" /><br /><CS:ResourceControl runat="server" ResourceName="Gallery_PictureDetails_LastUpdated" />
			<asp:Literal id="UpdateDate" runat="server" />
		</p>
	</div>
</div>

⌨️ 快捷键说明

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