BrowseDocument.aspx
上传用户:jdb8708888
上传日期:2013-05-29
资源大小:19971k
文件大小:4k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="BrowseDocument.aspx.cs" AutoEventWireup="false" Inherits="UDS.SubModule.UnitiveDocument.Document.BrowseDocument" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>文档浏览</title>
  6. <meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
  7. <meta content="C#" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. <LINK href="../../../Css/BasicLayout.css" type="text/css" rel="stylesheet">
  11. </HEAD>
  12. <body MS_POSITIONING="GridLayout" leftmargin="0" topmargin="0">
  13. <form id="BrowseDocument" method="post" runat="server">
  14. <TABLE id="Table1" cellSpacing="0" cellPadding="0" width="100%" border="0" align="center">
  15. <TR>
  16. <TD>
  17. <TABLE id="Table2" borderColor="#111111" height="1" cellSpacing="0" cellPadding="0" width="100%"
  18. border="0">
  19. <TR height="30">
  20. <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>
  21. <TD class="GbText" background="../../../Images/treetopbg.jpg" bgColor="#c0d9e6"><B><B><B>文档内容</B></B></B></TD>
  22. </TR>
  23. </TABLE>
  24. </TD>
  25. </TR>
  26. <TR>
  27. <TD>
  28. <table border="1" cellpadding="0" cellspacing="0" style="BORDER-COLLAPSE: collapse" bordercolor="#cccccc"
  29. width="100%" id="AutoNumber2" height="1" class="GbText" align="left">
  30. <TR>
  31. <TD width="25%" height="22">&nbsp;<FONT face="宋体">文档标题:</FONT></TD>
  32. <TD width="81%">&nbsp;
  33. <asp:Label id="lblDocTitle" runat="server"></asp:Label></TD>
  34. </TR>
  35. <TR>
  36. <TD width="25%" height="22">&nbsp;<FONT face="宋体">归档人:</FONT></TD>
  37. <TD width="81%">&nbsp;
  38. <asp:Label id="lblDocApprover" runat="server"></asp:Label></TD>
  39. </TR>
  40. <TR>
  41. <TD width="25%" height="22">&nbsp;<FONT face="宋体">归档日期:</FONT></TD>
  42. <TD width="81%">&nbsp;
  43. <asp:Label id="lblDocApproveDate" runat="server"></asp:Label></TD>
  44. </TR>
  45. <TR>
  46. <TD width="25%" height="22">&nbsp;<FONT face="宋体">上传人:</FONT></TD>
  47. <TD width="81%">&nbsp;
  48. <asp:Label id="lblAddedBy" runat="server"></asp:Label></TD>
  49. </TR>
  50. <TR>
  51. <TD width="25%" height="22">&nbsp;<FONT face="宋体">上传日期:</FONT></TD>
  52. <TD width="81%">&nbsp;
  53. <asp:Label id="lblAddedDate" runat="server"></asp:Label></TD>
  54. </TR>
  55. <TR>
  56. <TD width="25%" height="22">&nbsp;<FONT face="宋体">下载次数:</FONT></TD>
  57. <TD width="81%">&nbsp;
  58. <asp:Label id="lblDocViewedTimes" runat="server"></asp:Label></TD>
  59. </TR>
  60. <TR>
  61. <TD width="25%" height="22">&nbsp;<FONT face="宋体">所属项目:</FONT></TD>
  62. <TD width="81%">&nbsp;
  63. <asp:Label id="lblClassName" runat="server"></asp:Label></TD>
  64. </TR>
  65. <TR>
  66. <TD width="25%" height="22">&nbsp;<FONT face="宋体">文件简介:</FONT></TD>
  67. <TD width="81%"><FONT face="宋体"></FONT>&nbsp;
  68. <asp:Label id="lblDocContent" runat="server"></asp:Label></TD>
  69. </TR>
  70. <TR>
  71. <TD width="25%" height="22">&nbsp;<FONT face="宋体">文件下载:</FONT></TD>
  72. <TD width="81%"><FONT face="宋体"></FONT>&nbsp;
  73. <asp:Label id="lblFileVisualPath" runat="server"></asp:Label></TD>
  74. </TR>
  75. </table>
  76. </TD>
  77. </TR>
  78. <TR>
  79. <TD style="FONT-SIZE: 8pt" vAlign="middle" align="center">
  80. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  81. <TR>
  82. <TD style="HEIGHT: 28px" align="right"><FONT face="宋体">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><input type="button" value=" 返  回 " onclick="javascript:try {if(parent.frames.length==0) window.close();else history.go(-1);} catch(e){}"
  83. class="buttoncss"></TD>
  84. <TD style="HEIGHT: 28px" align="right"><IMG height="25" src="../../../images/endbott.gif" width="279"></TD>
  85. </TR>
  86. </table>
  87. <asp:DataList id="DataListDocument" runat="server"></asp:DataList>
  88. </TD>
  89. </TR>
  90. </TABLE>
  91. </form>
  92. </body>
  93. </HTML>