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

📄 photogallery_photo.ascx

📁 一个ASP.NET下的中文内容管理和社区系统
💻 ASCX
字号:
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%@ Control %>
<%--

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="OVERFLOW:auto;WIDTH:600px">
				<community:DisplayPhotoImage Runat="server" id="DisplayPhotoImage1" />
			</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" id="Title1" />
		</td>
	</tr>
	<tr>
		<td class="Photo_IntroCell">
			<br>
			由&nbsp;
			<community:Author CssClass="Photo_AuthorLink" Runat="server" id="Author1" />发表<br>
			<community:DateCreated CssClass="Photo_DateCreated" Runat="server" id="DateCreated1" />
		</td>
	</tr>
	<tr>
		<td class="Photo_IntroCell">
			<community:BriefDescription CssClass="Photo_BriefDescription" Runat="server" id="BriefDescription1" />
			<br>
			<br>
		</td>
	</tr>
	<tr class="Photo_BodyCell">
		<td>
			<community:PhotoFullDescription CssClass="Photo_FullDescription" Runat="server" id="PhotoFullDescription1" />
			<br>
			&nbsp;
		</td>
	</tr>
</table>
<br>
<br>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
	<tr>
		<td>
			<br>
			<community:Rating Runat="server" id="Rating1" /><br>
		</td>
	</tr>
	<tr>
		<td>
			<br>
			<community:Comments Runat="server" id="Comments1" />
			<p>
				<community:PhotoEditContent CommentText="Add Your Comment" EditText="Edit this Image" DeleteText="Delete this Image"
					Runat="server" id="PhotoEditContent1" />
			</p>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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