📄 browsedocument.aspx
字号:
<%@ Page language="c#" Inherits="UDS.SubModule.UnitiveDocument.Document.BrowseDocument" CodeFile="BrowseDocument.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<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/BasicLayout.css" type="text/css" rel="stylesheet">
</HEAD>
<body leftmargin="0" topmargin="0">
<form method="post" runat="server">
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="100%" border="0" align="center">
<TR>
<TD>
<TABLE id="Table2" borderColor="#111111" height="1" cellSpacing="0" cellPadding="0" width="100%"
border="0">
<TR height="30">
<TD class="GbText" width="3%" background="../../../Images/treetopbg.jpg" bgColor="#c0d9e6"><FONT color="#003366" size="3"><IMG height="16" src="../../../images/283.GIF" width="16"></FONT></TD>
<TD class="GbText" background="../../../Images/treetopbg.jpg" bgColor="#c0d9e6"><B><B><B>文档内容</B></B></B></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD>
<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="lblDocTitle" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="22"> <FONT face="宋体">归档人:</FONT></TD>
<TD width="81%">
<asp:Label id="lblDocApprover" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="22"> <FONT face="宋体">归档日期:</FONT></TD>
<TD width="81%">
<asp:Label id="lblDocApproveDate" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="22"> <FONT face="宋体">上传人:</FONT></TD>
<TD width="81%">
<asp:Label id="lblAddedBy" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="22"> <FONT face="宋体">上传日期:</FONT></TD>
<TD width="81%">
<asp:Label id="lblAddedDate" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="22"> <FONT face="宋体">下载次数:</FONT></TD>
<TD width="81%">
<asp:Label id="lblDocViewedTimes" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="22"> <FONT face="宋体">所属项目:</FONT></TD>
<TD width="81%">
<asp:Label id="lblClassName" 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="lblDocContent" 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="lblFileVisualPath" runat="server"></asp:Label></TD>
</TR>
</table>
</TD>
</TR>
<TR>
<TD style="FONT-SIZE: 8pt" vAlign="middle" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD style="HEIGHT: 28px" align="right"><FONT face="宋体"> </FONT><input type="button" value=" 返 回 " onclick="javascript:try {if(parent.frames.length==0) window.close();else history.go(-1);} catch(e){}"
class="buttoncss"></TD>
<TD style="HEIGHT: 28px" align="right"><IMG height="25" src="../../../images/endbott.gif" width="279"></TD>
</TR>
</table>
<asp:DataList id="DataListDocument" runat="server"></asp:DataList>
</TD>
</TR>
</TABLE>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -