photogallery_thumbnails.ascx

来自「一个ASP.NET下的中文内容管理和社区系统」· ASCX 代码 · 共 22 行

ASCX
22
字号
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%@ Control %>
<%--
This skin is used by the PhotoGallery module to display photos as thumbnails

--%>
<ItemTemplate>
	<table border="0" width="120" valign="top">
		<tr>
			<td>
				<community:ItemPhotoImage Runat="server" Width="100" id="ItemPhotoImage1" />
				<br clear="all">
				<community:ItemTitle CssClass="PhotoSection_ListTitle" Runat="server" id="ItemTitle1" />
				<br>
				<community:ItemPhotoViewDetails Text="查看细节" CssClass="PhotoSection_ListReadMoreLink" Runat="server" id="ItemPhotoViewDetails1" />
				<br>
				<community:ItemEditContent EditUrl="PhotoGallery_EditPhoto.aspx?id={0}" runat="server" id="ItemEditContent1" />
			</td>
		</tr>
	</table>
</ItemTemplate>

⌨️ 快捷键说明

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