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

📄 view-file.ascx

📁 本系统是在asp版《在线文件管理器》的基础上设计制作
💻 ASCX
字号:
<%@ Control %>
<%@ Register TagPrefix="CS" Namespace="CommunityServer.Controls" Assembly="CommunityServer.Controls" %>
<%@ Register TagPrefix="Galleries" Namespace="CommunityServer.Galleries.Controls" Assembly="CommunityServer.Galleries" %>
<%@ Import Namespace="CommunityServer.Components" %>
<Galleries:LayoutTemplate runat="server" ID="Layouttemplate1" NAME="Layouttemplate1">
    <InnerTemplate>

<Galleries:PictureDetails runat="server">
	<SkinTemplate>

		<table border="1" rules="all" cellpadding="0" cellspacing="0" class="box" align="center" width="750">
			<tr>
				<td class="boxHeader"><Galleries:NavigationMenu runat="server" /></td>
			</tr>

			<tr>
				<td class="blueBoxImageDetail" align="right"><div style="padding-right: 5px;"><Galleries:PagingControl id="Pagination" runat="server" /></div>
			</tr>

			<tr>
				<td class="boxBoxBody" valign="top">
					<table border="0" cellspacing="0" cellpadding="15" id="imageTableContainer" align="center">
						<tr>
							<td valign="top">
								<table border="0" cellpadding="0" cellspacing="0">
									<tr>
										<td align="center"><Galleries:GalleryImage id="detailsImage" ImageType="Details" runat="server" CssClass="imageDetailPage" /></td>
									</tr>
									<tr><td><div class="spacer">&nbsp;</div></td></tr>
									<tr>
										<td align="center"><span class="imageTitle"><asp:Literal id="Name" runat="server" /></span></td>
									</tr>
									<tr>
										<td align="center"><span class="imageDescription"><asp:Literal id="Description" runat="server" /></span></td>
									</tr>
								</table>
							</td>

							<td valign="top" align="left">
								
								<table border="1" rules="all" cellpadding="0" cellspacing="0" class="boxBox">
									<tr>
										<td class="boxHeader" align="left">Actions</td>
									</tr>
									<tr>
										<td class="boxBoxBody" align="left">
											<div class="subBoxBody">
												<asp:HyperLink id="OriginalLink" runat="server" /><br/>
												<asp:HyperLink id="OrderLink" runat="server" /><br/>
												<a href="javascript:void(0)" onclick="ToggleSendToFriend();" id="SendToFriendButton"><CS:ResourceLabel runat="server" ResourceName="Gallery_PictureDetails_SendToFriend" ID="Resourcelabel1"/></a><br/>
											</div>
											<Galleries:SendToFriend runat="server" />
										</td>
									</tr>
								</table>

								<br/>

								<table border="1" rules="all" cellpadding="0" cellspacing="0" class="boxBox">
									<tr>
										<td class="boxHeader" align="left"><CS:ResourceControl runat="server" ResourceName="Gallery_PictureDetails_Statistics" /></td>
									</tr>
									<tr>
										<td class="boxBoxBody" align="left" nowrap>
											<div class="subBoxBody">
												<strong><CS:ResourceControl ResourceName="Gallery_CommentListing_PostedBy" runat="server" /></strong> <asp:Literal id="PostAuthor" Runat="server" /><br/>
												<strong><CS:ResourceControl ResourceName="Gallery_PictureDetails_ViewCount" runat="server" />:</strong> <asp:Literal id="ViewCount" runat="server" /><br/>
												<strong><CS:ResourceControl ResourceName="Gallery_PictureDetails_TotalComments" runat="server" />:</strong> <asp:Literal id="TotalComments" runat="server" /><br/>

												<Galleries:RatingListing runat="server" ID="Ratinglisting1">
													<SkinTemplate>
														<strong><CS:ResourceControl ResourceName="Gallery_RatingListing_Rating" runat="server" />:</strong> <CS:RatingImageButton id="RatingButton" runat="server" />&nbsp;&nbsp;<asp:Literal id="totalVotes" runat="server" /> <CS:ResourceControl runat="server" ResourceName="Gallery_RatingListing_Votes" /><br/>
														<strong><CS:ResourceControl ResourceName="Gallery_RatingListing_AverageRating" runat="server" />:</strong> <asp:Literal id="AverageRating" runat="server" /><br/>
														<Galleries:GalleryRatePost id="RatePost" runat="server" /><br/>
													</SkinTemplate>
												</Galleries:RatingListing>
											</div>
										</td>
									</tr>
								</table>
								

								<br/>

								<Galleries:ExifListing runat="server" ID="Exiflisting1">
									<SkinTemplate>

										
										<table border="1" rules="all" cellpadding="0" cellspacing="0" class="boxBox">
											<tr>
												<td class="boxHeader" align="left"><CS:ResourceControl runat="server" ResourceName="Gallery_ExifListing_ImageProperties" ID="Resourcecontrol1"/></td>
											</tr>
											<tr>
												<td class="boxBoxBody" align="left" nowrap>
													<div class="subBoxBody">

														<asp:Repeater id="ExifProperties" runat="server">
															<ItemTemplate>
																<strong><asp:Literal id="PropertyName" runat="server" />:</strong> <asp:Literal id="PropertyValue" runat="server" /><br/>
															</ItemTemplate>
														</asp:Repeater>

													</div>
												</td>
											</tr>
										</table>
										

									</SkinTemplate>
								</Galleries:ExifListing>

							</td>
						</tr>

						<tr>
							<td colspan="2">

								<Galleries:CommentListing runat="server">
									<SkinTemplate>

										
										<table border="1" rules="all" cellpadding="0" cellspacing="0" class="boxBox">
											<tr>
												<td class="boxHeader" align="left"><CS:ResourceControl runat="server" ResourceName="Gallery_CommentListing_PictureComments" /></td>
											</tr>
											<tr>
												<td class="boxBoxBody" align="left">
													<div class="subBoxBody">

														<asp:Repeater id="Comments" runat="server">
															<ItemTemplate>
																<strong><CS:ResourceControl runat="server" ResourceName="Gallery_CommentListing_PostedBy" /></strong> <asp:PlaceHolder id="ComWho" runat="server" />&nbsp;&nbsp;&nbsp;<asp:LinkButton ID="ApproveButton" Runat="server" Font-Bold="true" />&nbsp;&nbsp;&nbsp;<asp:LinkButton ID="DeleteButton" Runat="server" Font-Bold="true" /><br/>
																<strong><CS:ResourceControl runat="server" ResourceName="Gallery_CommentListing_Date" /></strong> <asp:Literal id="ComDate" runat="server" /><br/>
																<p class="comment"><asp:Literal id="ComBody" runat="server" /></p>
																<br/>
															</ItemTemplate>
														</asp:Repeater>

														<asp:PlaceHolder ID="AddCommentArea" Runat="server">
															<span id="CommentButton" style="cursor:hand"><a href="javascript: void(0);" onclick="ToggleAddComment();"><CS:ResourceControl runat="server" ResourceName="Gallery_CommentListing_AddComment" /></a></span>

															<table width="100%" border="1" cellspacing="0" cellpadding="0" rules="all" class="box" style="position:absolute;display:none;visibility:hidden;width:350px" id="CommentMenu">
																<tr>
																	<td class="boxHeader"><CS:ResourceControl runat="server" ResourceName="Gallery_CommentListing_AddComment2" /></td>
																</tr>
																<tr>
																	<td class="boxBoxBody">
																		<div class="subBoxBody">

																			<table cellpadding="0" cellspacing="0" border="0" width="100%">
																				<asp:PlaceHolder id="AnonymousUser" runat="server">
																					<tr>
																						<td class="sizesetting" align="right"><CS:ResourceControl runat="server" ResourceName="Gallery_CommentListing_Name" /></td>
																						<td><asp:TextBox id="CommentName" runat="server" Columns="40" MaxLength="256" CssClass="formEntry" /></td>
																					</tr>

																					<tr>
																						<td class="sizesetting" align="right"><CS:ResourceControl runat="server" ResourceName="Gallery_CommentListing_Website" /></td>
																						<td><asp:TextBox id="CommentWebsite" runat="server" Columns="40" MaxLength="256" CssClass="formEntry" /></td>
																					</tr>
																				</asp:PlaceHolder>

																				<asp:PlaceHolder id="RegisteredUser" runat="server" visible="false">
																					<tr>
																						<td class="sizesetting" align="right"><CS:ResourceControl runat="server" ResourceName="Gallery_CommentListing_User" /></td>
																						<td class="sizesetting" align="left"><asp:Literal id="UserName" runat="server" /></td>
																					</tr>
																				</asp:PlaceHolder>

																				<tr>
																					<td class="sizesetting" align="right" valign="top"><CS:ResourceControl runat="server" ResourceName="Gallery_CommentListing_Body" /></td>
																					<td><asp:TextBox id="CommentBody" runat="server" Columns="40" Rows="3" MaxLength="3000" TextMode="MultiLine" CssClass="formEntry" />
																					<asp:Label ID="CommentBodyErrMsg" Runat="server" CssClass="validationWarning" Visible="false">*</asp:Label></td>
																				</tr>

																				<tr>
																					<td/>
																					<td class="sizesetting" align="left">
																						<asp:Button id="CommentSubmit" runat="server" />
																						<input type="button" name="Close" value="<%=ResourceManager.GetString("Close")%>" onclick="ToggleAddComment();" />
																					</td>
																				</tr>
																			</table>

																		</div>
																	</td>
																</tr>
															</table>
														</asp:PlaceHolder>

													</div>
												</td>
											</tr>
										</table>
										

									</SkinTemplate>
								</Galleries:CommentListing>

							</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>
	</SkinTemplate>
</Galleries:PictureDetails>

	</InnerTemplate>
</Galleries:LayoutTemplate>

⌨️ 快捷键说明

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