photogallery_thumbnails.ascx

来自「倒奶CMS内容管理系统 v6.0 中文版 软件类别: .NET源码 / 全站系」· ASCX 代码 · 共 22 行

ASCX
22
字号
<%@ 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="120" valign="top">
 <tr>
    <td>
    <community:ItemPhotoImage Runat="server" Width="100"/>
    <br clear="all">
    <community:ItemTitle CssClass="PhotoSection_ListTitle" Runat="Server" />
    <br>
    <community:ItemPhotoViewDetails Text="详情..." CssClass="PhotoSection_ListReadMoreLink" Runat="Server" />
    <br>
    <community:ItemEditContent EditUrl="PhotoGallery_EditPhoto.aspx?id={0}" runat="Server"/>
    </td>
 </tr>
 </table>
</ItemTemplate>

⌨️ 快捷键说明

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