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

📄 photogallery_photogallerysection.ascx

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

This skin is used for displaying the photos in the PhotoSection page. Modify the HTML content
to modify the appearance of the page.
--%>
<script language="JavaScript">
<!--

function showImage(imagePath) {
    document.imgFullImage.src = imagePath;
}
// -->
</script>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
	<tr>
		<td align="left" valign="top">
			<community:SectionTitle CssClass="PhotoSection_SectionTitle" Runat="server" id="SectionTitle1" />
		</td>
		<td align="right" valign="top">
			<community:Notify Text="当加入新图片时提醒我" Runat="server" id="Notify1" />
		</td>
	</tr>
</table>
<community:PageHeader runat="server" id="PageHeader1" />
<table cellspacing="0" cellpadding="3" width="100%" border="0">
	<tr>
		<td height="5" width="100%" class="PhotoSection_SpacerCell">
		</td>
	</tr>
	<tr>
		<td>
			<asp:Panel id="pnlFilmstrip" Runat="Server">
				<DIV style="OVERFLOW: auto; WIDTH: 600px">
					<asp:Image id="imgFullImage" Runat="Server" border="1" name="imgFullImage"></asp:Image></DIV>
			</asp:Panel>
			<table width="100%">
				<tr>
					<td>
						<community:Sorter id="Sorter" runat="Server">
							<ListItem text="Default Order" value="Default" />
							<ListItem text="Date Posted" value="Date Created" />
							<ListItem text="Title" value="Title" />
							<ListItem text="Rating" value="Rating" />
							<ListItem text="Topic" value="Topic" />
							<ListItem text="Popularity" value="ViewCount" />
						</community:Sorter>
					</td>
					<td align="right">
						<asp:DropDownList id="PhotoTemplates" Runat="Server">
							<asp:ListItem Text="View as Thumbnails" value="thumbnails" />
							<asp:ListItem Text="View as Filmstrip" Value="filmstrip" />
						</asp:DropDownList>
					</td>
				</tr>
			</table>
			<community:ContentList id="ContentList" PagerText="Page {0} of {1}" RepeatLayout="Table" RepeatColumns="4"
				Width="100%" CssClass="PhotoSection_ListTable" Runat="Server">
				<NoContentTemplate>
                    No images currently listed. 
                </NoContentTemplate>
			</community:ContentList>
		</td>
	</tr>
	<tr>
		<td height="20" width="100%" class="PhotoSection_SpacerCell">
		</td>
	</tr>
</table>
<community:PageFooter runat="server" id="PageFooter1" />
<p>
	<span class="Content">
		<community:PhotoEditContent AddText="Add New Image" ModerateText="Moderate Images" Runat="server" id="PhotoEditContent1" />
	</span>
</p>

⌨️ 快捷键说明

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