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

📄 photogallery_photo.ascx

📁 C#邮件代码库,用于邮件发送
💻 ASCX
字号:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%--

This skin is used for displaying an individual photo in the Photo page. Modify the HTML content
to modify the appearance of the page.

--%>

<table width="100%" cellspacing="0" cellpadding="3" class="Photo_Table">
<tr class="Photo_IntroCell">
    <td>
      <div style="width:600px;overflow:auto">
      <community:DisplayPhotoImage Runat="Server" />
      </div>
      <br clear="all">
    </td>
</tr>
<tr>
    <td align="right" valign="top" class="Photo_IntroCell">
      <community:DisplayTopic id="ctlTopic" Runat="Server" />
    </td>
</tr>
<tr>
    <td class="Photo_IntroCell">
    <community:Title CssClass="Photo_Title" Runat="Server" />
    </td>
</tr>
<tr>
    <td class="Photo_IntroCell">
    <br>
    Posted by <community:Author CssClass="Photo_AuthorLink" Runat="Server"/><br>
    <community:DateCreated CssClass="Photo_DateCreated" Runat="Server" />
    </td>
</tr>
<tr>
    <td class="Photo_IntroCell">
    <community:BriefDescription CssClass="Photo_BriefDescription" Runat="Server" />
    <br><br>
    </td>
</tr>
<tr class="Photo_BodyCell">
    <td>
    <community:PhotoFullDescription CssClass="Photo_FullDescription" Runat="Server" />
    <br>&#160;
    </td>
</tr>
</table>
<br><br>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
    <td>
    <br>
    <community:Rating Runat="Server"/><br>
    </td>
</tr>
<tr>
    <td>
    <br>
    <community:Comments Runat="Server"/>
<p>
<community:PhotoEditContent CommentText="Add Your Comment" EditText="Edit this Image" DeleteText="Delete this Image" MoveText="Move this Image" Runat="Server" />
</p>
</tr>
</table>

⌨️ 快捷键说明

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