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

📄 filesend.aspx

📁 很不错的公文流转系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="FileSend.aspx.cs" AutoEventWireup="false" Inherits="OI.SendMessage.FileSend" %>
<%@ Register TagPrefix="uc1" TagName="Department" Src="../UserControls/Department.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>SendGuide</title>
		<META http-equiv="Content-Type" content="text/html; charset=gb2312">
		<meta content="Microsoft Visual Studio .NET 7.1" 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">
		<style type="text/css">@import url( ../test.css );
		</style>
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<table width="100%" align="center" border="0">
				<tr>
					<td bgColor="#fbe3b5" height="37">
						<table width="20%" border="0">
							<tr>
								<td width="38%"><IMG height="29" src="images/hf.gif" width="101"></td>
								<td width="62%"><IMG height="29" src="images/dj.gif" width="101"></td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
			<table cellSpacing="0" cellPadding="0" width="100%" align="center" bgColor="#ffff99">
				<tr>
					<td vAlign="bottom" width="15%" height="19"><span class="titlebar">发文向导</span>
					<td vAlign="bottom" width="85%"><IMG height="15" src="images/gotop.gif" width="15">
					</td>
				</tr>
			</table>
			<table class="tableframe" cellSpacing="0" cellPadding="0" width="100%" align="center" border="1">
				<TR>
					<td width="100%" height="330">
						<table width="100%" align="center" border="0">
							<tr>
								<td width="30%" bgColor="#fbe3b5" colSpan="2">
									<div class="titlebar" align="center">选择部门</div>
								</td>
								<td width="30%" bgColor="#fbe3b5">
									<div class="titlebar" align="center">部门</div>
								</td>
								<td width="10%">&nbsp;</td>
								<td width="30%" bgColor="#fbe3b5">
									<div class="titlebar" align="center">已选部门</div>
								</td>
							</tr>
							<tr>
								<td vAlign="top"><uc1:department id="SelectedDep" runat="server"></uc1:department></td>
								<td vAlign="middle" align="right">
									<TABLE cellSpacing="0" cellPadding="0" width="40" align="center" border="0">
										<TBODY>
											<TR>
												<TD width="5"><IMG src="images/button_left.gif" width="5" border="0"></TD>
												<TD class="button" noWrap width="30" background="images/button_bg.gif"><asp:linkbutton id="LinkBtSel" runat="server">选择</asp:linkbutton></TD>
												<TD width="5"><IMG src="images/button_right.gif" width="5" border="0"></TD>
											</TR>
										</TBODY>
									</TABLE>
								</td>
								<td align="right" height="350"><asp:listbox id="ListBoxDep" runat="server" SelectionMode="Multiple" Width="90%" Height="330"></asp:listbox></td>
								<td vAlign="middle">
									<table class="tableframe" height="50%" width="90%" align="center" border="0">
										<tr>
											<td vAlign="top" align="center"><br>
												<br>
												<asp:button id="BtAddAll" runat="server" Text=">>"></asp:button><br>
												<br>
												<asp:button id="BtRemoveAll" runat="server" Text="<<"></asp:button></td>
										</tr>
									</table>
									<table class="tableframe" height="50%" width="90%" align="center" border="0">
										<tr>
											<td vAlign="bottom" align="center"><asp:button id="BtSubAdd" runat="server" Text=">>"></asp:button><br>
												<br>
												<asp:button id="BtSubRemove" runat="server" Text="<<"></asp:button><br>
												<br>
											</td>
										</tr>
									</table>
								</td>
								<td width="100%">
									<table height="50%" width="100%">
										<tr width="100%">
											<td width="100%" bgColor="#fbe3b5">
												<div align="center">主送部门</div>
											</td>
										</tr>
										<tr height="90%">
											<td><asp:listbox id="ListBoxMainDep" runat="server" SelectionMode="Multiple" Width="90%" Height="80%"></asp:listbox></td>
										</tr>
									</table>
									<table height="50%" width="100%">
										<tr width="100%">
											<td width="100%" bgColor="#fbe3b5">
												<div align="center">抄送部门</div>
											</td>
										</tr>
										<tr height="90%">
											<td><asp:listbox id="ListBoxSubDep" runat="server" Width="90%" Height="40%"></asp:listbox></td>
										</tr>
									</table>
								</td>
							</tr>
						</table>
					</td>
				</TR>
			</table>
			<table width="50%" align="center" border="0">
				<tr>
					<td width="20%" height="30">
						<TABLE cellSpacing="0" cellPadding="0" width="50" 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="40" background="images/button_bg.gif"><asp:linkbutton id="LinkBtNext" 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>
				</tr>
			</table>
			<p>&nbsp;</p>
			<p>&nbsp;</p>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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