?? browserdocument.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"> <FONT face="宋體">文檔標題:</FONT></TD>
<TD width="81%">
<asp:Label id="Desn" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="22" align="right"> <FONT face="宋體">文檔簡介:</FONT></TD>
<TD width="81%"><FONT face="宋體"></FONT>
<asp:Label id="Body" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="22" align="right"> <FONT face="宋體">上傳人:</FONT></TD>
<TD width="81%">
<asp:Label id="UserName" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="22" align="right"> <FONT face="宋體">上傳日期:</FONT></TD>
<TD width="81%">
<asp:Label id="CreateDate" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="22" align="right"> <FONT face="宋體">下載次數:</FONT></TD>
<TD width="81%">
<asp:Label id="ViewCount" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="22" align="right"> <FONT face="宋體">最后訪問時間:</FONT></TD>
<TD width="81%">
<asp:Label id="LastViewDate" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="22" align="right"> <FONT face="宋體">最后訪問人:</FONT></TD>
<TD width="81%">
<asp:Label id="LastViewer" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="22" align="right"> <FONT face="宋體">文檔作者:</FONT></TD>
<TD width="81%">
<asp:Label id="Author" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="21" align="right"> <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" align="right"> <FONT face="宋體">文檔備注信息:</FONT></TD>
<TD width="81%"><FONT face="宋體"></FONT>
<asp:Label id="Remark" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD width="25%" height="22" align="right"> <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 + -