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

📄 filereseive.aspx

📁 很不错的公文流转系统
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="DataGridNavigation" Src="../UserControls/DataGridNavigation.ascx" %>
<%@ Page language="c#" Codebehind="FileReseive.aspx.cs" AutoEventWireup="false" Inherits="OI.ReFileOperate.FileReseive" %>
<%@ Register TagPrefix="uc1" TagName="documentno" Src="../UserControls/documentno.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
	<HEAD>
		<title>Untitled Document</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">
		<style type="text/css">@import url( ../test.css ); 
		</style>
	</HEAD>
	<body>
		<FORM id="Form1" runat="server">
			<table width="100%" border="0" class="tableframe">
				<TR>
					<td bgColor="#fbe3b5" class="titlebar"><A href="transacted.aspx"><IMG src="../images/ycl.gif" border="0"></A><IMG src="../images/wcl-.gif"></td>
				</TR>
			</table>
			<TABLE class="tableframe" width="100%" align="center" border="1"> <!--DWLayoutTable-->
				<tr>
					<td><asp:datagrid id="dg" runat="server" AutoGenerateColumns="False" Width="100%">
							<AlternatingItemStyle BackColor="FloralWhite"></AlternatingItemStyle>
							<HeaderStyle BackColor="LightGoldenrodYellow"></HeaderStyle>
							<Columns>
								<asp:BoundColumn Visible="False" DataField="documentid"></asp:BoundColumn>
								<asp:BoundColumn Visible="False" DataField="CurrentStepID"></asp:BoundColumn>
								<asp:TemplateColumn>
									<ItemTemplate>
										<FONT face="宋体">
											<asp:CheckBox id="Ckboxcy" runat="server"></asp:CheckBox></FONT>
									</ItemTemplate>
								</asp:TemplateColumn>
								<asp:BoundColumn DataField="Title" HeaderText="标题"></asp:BoundColumn>
								<asp:BoundColumn DataField="DocumentTypeName" HeaderText="文档类型"></asp:BoundColumn>
								<asp:BoundColumn DataField="exigencedegreename" HeaderText="紧急程度"></asp:BoundColumn>
								<asp:BoundColumn DataField="SecretGreadName" HeaderText="密级"></asp:BoundColumn>
							</Columns>
						</asp:datagrid><uc1:datagridnavigation id="divage" runat="server"></uc1:datagridnavigation></td>
				</tr>
			</TABLE>
			<table width="449" align="center" border="0">
				<tr>
					<td width="20%">
						<TABLE cellSpacing="0" cellPadding="0" align="center" border="0">
							<TBODY>
								<TR>
									<TD width="5"><IMG height="21" src="../images/button_left.gif" width="5" border="0"></TD>
									<TD class="button" noWrap width="70" background="../images/button_bg.gif"><asp:linkbutton id="LinkQS" runat="server">置为己处理</asp:linkbutton></TD>
									<TD width="5"><IMG height="21" src="../images/button_right.gif" width="5" border="0"></TD>
								</TR>
							</TBODY>
						</TABLE>
					</td>
					<td width="21%">
						<TABLE cellSpacing="0" cellPadding="0" width="72" align="center" border="0">
							<TBODY>
								<TR>
									<TD width="5"><IMG height="21" src="../images/button_left.gif" width="5" border="0"></TD>
									<TD class="button" noWrap width="30" background="../images/button_bg.gif">
										<P><asp:linkbutton id="LinkAll" runat="server">全选</asp:linkbutton></P>
									</TD>
									<TD width="5"><IMG height="21" src="../images/button_right.gif" width="5" border="0"></TD>
									<TD width="32"></TD>
								</TR>
							</TBODY>
						</TABLE>
					</td>
				</tr>
			</table>
			<p>&nbsp;</p>
			<p><FONT face="宋体"></FONT>&nbsp;</p>
		</FORM>
	</body>
</HTML>

⌨️ 快捷键说明

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