📄 photogallery_thumbnails.ascx
字号:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%--
This skin is used by the PhotoGallery module to display photos as thumbnails
--%>
<ItemTemplate>
<table border="0" width="130" height="130" valign="top">
<tr height=70%>
<td >
<div style="OVERFLOW:auto;WIDTH:140px;height=125px">
<community:ItemPhotoImage Runat="server" width="120" />
</div>
</td>
</tr>
<tr >
<td>
<community:ItemTitle CssClass="PhotoSection_ListTitle" Runat="Server" />
<!--
<br>
<community:ItemBriefDescription CssClass="ArticleSection_ListBriefDescription" Runat="Server"
ID="Itembriefdescription1"/>
-->
<br>
<community:ItemPhotoViewDetails Text="详情..." CssClass="PhotoSection_ListReadMoreLink" Runat="Server" />
<br>
<community:ItemEditContent EditUrl="PhotoGallery_EditPhoto.aspx?id={0}" runat="Server"/>
</td>
</tr>
</table>
</ItemTemplate>
<hr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -