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

📄 receivedocumentdetail.aspx

📁 很不错的公文流转系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="receiveDocumentDetail.aspx.cs" AutoEventWireup="false" Inherits="OI.ReceivDocument.receiveDocumentDetail" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
	<HEAD>
		<title>Untitled Document</title>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<style type="text/css">@import url( ../test.css ); 
	</style>
	</HEAD>
	<body>
		<table width="100%" border="0">
			<tr>
				<td height="23" bgcolor="#fbe3b5" class="titlebar"><img src="../images/view1.gif" width="16" height="16">登记详情</td>
			</tr>
		</table>
		<div align="right">
			<table width="100%" border="0" class="tableframe">
				<!--DWLayoutTable-->
				<tr>
					<td width="69" colSpan="1" height="22" rowSpan="1" align="left">收文编号:
					</td>
					<td width="211" colSpan="1" height="22" rowSpan="1">
						<asp:Label id="ReceiveFileNumber" runat="server"></asp:Label></td>
					<td height="22" align="right"><!--DWLayoutEmptyCell--> 公文标题:
					</td>
					<td colSpan="1" height="22" rowSpan="1"><!--DWLayoutEmptyCell-->
						<asp:Label id="DocumentTitle" runat="server"></asp:Label></td>
				</tr>
				<tr>
					<td width="69" align="left" bgColor="floralwhite" height="21">
						份&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;数:
					</td>
					<td valign="top" width="211" bgColor="floralwhite" height="21">
						<asp:Label id="DocumentCount" runat="server"></asp:Label></td>
					<td valign="top" width="96" align="right" bgColor="floralwhite" height="21"><!--DWLayoutEmptyCell--> 
						发送单位:</td>
					<td valign="top" bgColor="floralwhite" height="21"><!--DWLayoutEmptyCell--> &nbsp;
						<asp:Label id="SendDepartment" runat="server"></asp:Label></td>
				</tr>
				<tr>
					<td width="69" height="23" align="left">
						紧急程度:
					</td>
					<td width="211" height="23">
						<asp:Label id="ExigenceDegreename" runat="server"></asp:Label></td>
					<td width="96" height="23" align="right"><!--DWLayoutEmptyCell-->
						机密程度:</td>
					<td height="23"><!--DWLayoutEmptyCell--> &nbsp;
						<asp:Label id="Secret" runat="server"></asp:Label></td>
				</tr>
				<tr>
					<td width="69" align="left" bgColor="floralwhite">
						收文日期:
					</td>
					<td width="211" bgColor="floralwhite">
						<asp:Label id="ReceiveDate" runat="server"></asp:Label></td>
					<td width="96" align="right" bgColor="floralwhite"><!--DWLayoutEmptyCell--> 承办单位:</td>
					<td bgColor="floralwhite"><!--DWLayoutEmptyCell--> &nbsp;
						<asp:Label id="workDepartment" runat="server"></asp:Label></td>
				</tr>
				<tr>
					<td width="69" height="18" align="left">
						签&nbsp;收&nbsp;人:
					</td>
					<td width="211" height="18">
						<asp:Label id="Username" runat="server"></asp:Label></td>
					<td width="96" height="18" align="left">
						<DIV align="right">回退日期:</DIV>
					</td>
					<td height="18"><!--DWLayoutEmptyCell-->
						<asp:Label id="BackDate" runat="server"></asp:Label></td>
				</tr>
				<tr>
					<td width="69" align="left" bgColor="floralwhite">
						附&nbsp;&nbsp;&nbsp;&nbsp;件:
					</td>
					<td width="211" bgColor="floralwhite">
						<asp:Label id="UpfilePath" runat="server"></asp:Label></td>
					<TD width="96" align="right" bgColor="floralwhite"><!--DWLayoutEmptyCell--> 
						备&nbsp;&nbsp;&nbsp;&nbsp; 注:</TD>
					<TD bgColor="floralwhite"><!--DWLayoutEmptyCell--> &nbsp;
						<asp:Label id="Receivedeclare" runat="server"></asp:Label></TD>
				</tr>
			</table>
		</div>
		<table width="100%" border="0">
			<!--DWLayoutTable-->
			<tr>
				<td width="332" align="center" colSpan="3">
					<DIV align="center"></DIV> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<!--DWLayoutEmptyCell--> 
					&nbsp;&nbsp;
				</td>
			</tr>
		</table>
		<p>&nbsp;</p>
		<p>
		</p>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -