?? photogallery_photo.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> 
</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 + -