📄 browsedocument.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"> <FONT face="宋体">文档标题:</FONT></TD>
<TD width="81%">
<asp:Label id="Title" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="22"> <FONT face="宋体">上传人:</FONT></TD>
<TD width="81%">
<asp:Label id="RealName" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="22"> <FONT face="宋体">上传日期:</FONT></TD>
<TD width="81%">
<asp:Label id="UploadDate" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="22"> <FONT face="宋体">下载次数:</FONT></TD>
<TD width="81%">
<asp:Label id="ViewCount" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="22"> <FONT face="宋体">文档作者:</FONT></TD>
<TD width="81%">
<asp:Label id="Author" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="21" style="HEIGHT: 21px"> <FONT face="宋体">文档来源:</FONT></TD>
<TD width="81%" style="HEIGHT: 21px">
<asp:Label id="FromSource" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="22"> <FONT face="宋体">文档简介:</FONT></TD>
<TD width="81%"><FONT face="宋体"></FONT>
<asp:Label id="Content" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="22"> <FONT face="宋体">文档下载:</FONT></TD>
<TD width="81%"><FONT face="宋体"></FONT> <a href='<%=DocUrl%>'>下载文档</a></TD>
</TR>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -