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

📄 browserdocument.aspx

📁 一个办公化自动平台软件
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="BrowserDocument.aspx.cs" Inherits="BrowserDocument" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
    <title>浏览文档</title>
    <meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<LINK href="../../Css/ASPNET2BaseCss.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body leftMargin="0" topMargin="0">
		<form id="Form1" method="post" runat="server">
            <table class="GbText" style="BORDER-COLLAPSE: collapse" borderColor="#93bee2" cellSpacing="0"
			    cellPadding="0" width="100%" border="1" align="left">
				<TR>
					<TD width="25%" height="22" align="right">&nbsp;<FONT face="宋体">文档标题:</FONT></TD>
					<TD width="81%">&nbsp;
						<asp:Label id="Desn" runat="server"></asp:Label></TD>
				</TR>
				<TR>
					<TD width="25%" height="22" align="right">&nbsp;<FONT face="宋体">文档简介:</FONT></TD>
					<TD width="81%"><FONT face="宋体"></FONT>&nbsp;
						<asp:Label id="Body" runat="server"></asp:Label></TD>
				</TR>
				<TR>
					<TD width="25%" height="22" align="right">&nbsp;<FONT face="宋体">上传人:</FONT></TD>
					<TD width="81%">&nbsp;
						<asp:Label id="UserName" runat="server"></asp:Label></TD>
				</TR>
				<TR>
					<TD width="25%" height="22" align="right">&nbsp;<FONT face="宋体">上传日期:</FONT></TD>
					<TD width="81%">&nbsp;
						<asp:Label id="CreateDate" runat="server"></asp:Label></TD>
				</TR>
				<TR>
					<TD width="25%" height="22" align="right">&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" align="right">&nbsp;<FONT face="宋体">最后访问时间:</FONT></TD>
					<TD width="81%">&nbsp;
						<asp:Label id="LastViewDate" runat="server"></asp:Label></TD>
				</TR>
				<TR>
					<TD width="25%" height="22" align="right">&nbsp;<FONT face="宋体">最后访问人:</FONT></TD>
					<TD width="81%">&nbsp;
						<asp:Label id="LastViewer" runat="server"></asp:Label></TD>
				</TR>
				<TR>
					<TD width="25%" height="22" align="right">&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" align="right">&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" align="right">&nbsp;<FONT face="宋体">文档备注信息:</FONT></TD>
					<TD width="81%"><FONT face="宋体"></FONT>&nbsp;
						<asp:Label id="Remark" runat="server"></asp:Label></TD>
				</TR>				
				<TR>
					<TD width="25%" height="22" align="right">&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 + -