📄 wenjianchuansong.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="wenjianchuansong.aspx.cs" Inherits="qs_wenjian_jiqunchuansong" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>文件传送</title>
<link href="../css/textarea.css" rel="stylesheet" type="text/css"/>
<style type="text/css">
div.RoundedCorner{background: #5AAE18}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #5AAE18}
b.r1{margin: 0 4px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, {margin: 0 1px;height: 1px}
.style1 {
font-size: 13px;
color: #FFFFFF;
font-weight: bold;
}
</style>
<style type="text/css">
<!--
body {
margin-top: 2px;
}
-->
</style>
</head>
<body style="text-align: center">
<form id="form1" runat="server">
<div>
<br />
<br />
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="85%" bgcolor="#5aae18">
<tr><td colspan="5" style="height: 15px; width: 100%;" ><div class="RoundedCorner"><div align="center">
<b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
<span class="style1">文 件 传 输 系 统</span></div></div></td></tr>
</table>
</div>
<div align="center">
<table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="85%" style="border-right: green 1px solid; border-top: green 1px solid; border-left: green 1px solid; border-bottom: green 1px solid; height: 320px;">
<tr>
<td style="width: 666px; height: 342px;">
<div align="center">
<table bgcolor="#5eae19" border="0" cellpadding="3" cellspacing="0" width="100%">
<tr bgcolor="#ffffff">
<td>
<div align="right">
<asp:Label ID="Label1" runat="server" Text="接收人:"></asp:Label></div>
</td>
<td style="text-align: left">
<asp:DropDownList ID="ddl_bumen" runat="server" AutoPostBack="True" DataSourceID="SqlDataSource1"
DataTextField="dept_department" DataValueField="dept_id" OnSelectedIndexChanged="ddl_bumen_SelectedIndexChanged">
<asp:ListItem Value="0">请选择部门</asp:ListItem>
</asp:DropDownList><asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:qs_OA_DBConnectionString5 %>"
SelectCommand="SELECT [dept_id], [dept_department] FROM [department]"></asp:SqlDataSource>
<asp:DropDownList ID="ddl_duixiang" runat="server">
<asp:ListItem Value="0">请选择对象</asp:ListItem>
</asp:DropDownList>
<asp:Button ID="Button5" runat="server" OnClick="Button1_Click" Text="增加" />
<asp:Button ID="btChuanZiJi" runat="server" Text="传给自己" Width="80px" OnClick="btChuanZiJi_Click" />
<br /> <br />
<asp:TextBox ID="txt_jieshouren" runat="server" Width="453px" Enabled="False"></asp:TextBox> <asp:Button ID="Button4" runat="server" OnClick="Button4_Click" Text="清除" />
</td>
</tr>
<tr bgcolor="#ffffff">
<td width="73">
</td>
<td width="524" style="text-align: left">
<asp:FileUpload ID="fluWenJian" runat="server" /></td>
</tr>
<tr bgcolor="#ffffff">
<td style="height: 30px">
<span style="color: #0000ff; text-decoration: underline"><a href="jiqunchuansong1.aspx">部门群发</a></span></td>
<td style="height: 30px">
</td>
</tr>
<tr bgcolor="#ffffff">
<td>
</td>
<td>
</td>
</tr>
<tr bgcolor="#ffffff">
<td>
</td>
<td style="text-align: left">
<asp:Button ID="btFaSong" runat="server" Text="发送" Width="69px" OnClick="btFaSong_Click" />
</td>
</tr>
<tr bgcolor="#ffffff">
<td colspan="2" height="10">
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
</div>
<a href="javascript:history.go(-1)"><img border="0" alt="" src="../images/qs/back.gif" width="37" height="45" /></a>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -