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

📄 browsedocument.aspx

📁 办公自动化系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="BrowseDocument.aspx.cs" AutoEventWireup="false" Inherits="OfficeAuto.DesktopModules.Document.BrowseDocument" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>EditDocument</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<LINK href="../../Css/DateCSS.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<table border="1" cellpadding="0" cellspacing="0" style="BORDER-COLLAPSE: collapse" bordercolor="#cccccc"
				width="100%" id="AutoNumber2" height="1" class="GbText" align="left">
				<TR>
					<TD width="25%" height="22">&nbsp;<FONT face="宋体">文档标题:</FONT></TD>
					<TD width="81%">&nbsp;
						<asp:Label id="Title" runat="server"></asp:Label></TD>
				</TR>
				<TR>
					<TD width="25%" height="22">&nbsp;<FONT face="宋体">上传人:</FONT></TD>
					<TD width="81%">&nbsp;
						<asp:Label id="RealName" runat="server"></asp:Label></TD>
				</TR>
				<TR>
					<TD width="25%" height="22">&nbsp;<FONT face="宋体">上传日期:</FONT></TD>
					<TD width="81%">&nbsp;
						<asp:Label id="UploadDate" runat="server"></asp:Label></TD>
				</TR>
				<TR>
					<TD width="25%" height="22">&nbsp;<FONT face="宋体">下载次数:</FONT></TD>
					<TD width="81%">&nbsp;
						<asp:Label id="ViewCount" runat="server"></asp:Label></TD>
				</TR>
				<TR>
					<TD width="25%" height="22">&nbsp;<FONT face="宋体">文档作者:</FONT></TD>
					<TD width="81%">&nbsp;
						<asp:Label id="Author" runat="server"></asp:Label></TD>
				</TR>
				<TR>
					<TD width="25%" height="21" style="HEIGHT: 21px">&nbsp;<FONT face="宋体">文档来源:</FONT></TD>
					<TD width="81%" style="HEIGHT: 21px">&nbsp;
						<asp:Label id="FromSource" runat="server"></asp:Label></TD>
				</TR>
				<TR>
					<TD width="25%" height="22">&nbsp;<FONT face="宋体">文档简介:</FONT></TD>
					<TD width="81%"><FONT face="宋体"></FONT>&nbsp;
						<asp:Label id="Content" runat="server"></asp:Label></TD>
				</TR>
				<TR>
					<TD width="25%" height="22">&nbsp;<FONT face="宋体">文档下载:</FONT></TD>
					<TD width="81%"><FONT face="宋体"></FONT>&nbsp; <a href='<%=DocUrl%>'>下载文档</a></TD>
				</TR>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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