wenjianchuansong.aspx
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:6k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="wenjianchuansong.aspx.cs" Inherits="qs_wenjian_jiqunchuansong" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>文件传送</title>
  6.     <link href="../css/textarea.css" rel="stylesheet" type="text/css"/>
  7.     <style type="text/css"> 
  8. div.RoundedCorner{background: #5AAE18} 
  9. b.rtop, b.rbottom{display:block;background: #FFF} 
  10. b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #5AAE18} 
  11. b.r1{margin: 0 4px} 
  12. b.r2{margin: 0 3px} 
  13. b.r3{margin: 0 2px} 
  14. b.rtop b.r4, {margin: 0 1px;height: 1px}
  15. .style1 {
  16. font-size: 13px;
  17. color: #FFFFFF;
  18. font-weight: bold;
  19. </style>
  20. <style type="text/css">
  21. <!--
  22. body {
  23. margin-top: 2px;
  24. }
  25. -->
  26. </style>
  27. </head>
  28. <body style="text-align: center">
  29.     <form id="form1" runat="server">
  30.      <div>
  31.     
  32.          <br />
  33.          <br />
  34.          <div align="center">
  35.              <table border="0" cellpadding="0" cellspacing="0" width="85%" bgcolor="#5aae18">
  36.                  <tr><td colspan="5" style="height: 15px; width: 100%;" ><div class="RoundedCorner"><div align="center">
  37.         <b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
  38.         <span class="style1">文 件 传 输 系 统</span></div></div></td></tr>
  39.              </table>
  40.          </div>
  41.          <div align="center">
  42.              <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;">
  43.                  <tr>
  44.                      <td style="width: 666px; height: 342px;">
  45.                          <div align="center">
  46.                              <table bgcolor="#5eae19" border="0" cellpadding="3" cellspacing="0" width="100%">
  47.                                  
  48.                                  <tr bgcolor="#ffffff">
  49.                                      <td>
  50.                                          <div align="right">
  51.               
  52.               
  53.         <asp:Label ID="Label1" runat="server" Text="接收人:"></asp:Label></div>
  54.                                      </td>
  55.                                      <td style="text-align: left">
  56.         <asp:DropDownList ID="ddl_bumen" runat="server" AutoPostBack="True" DataSourceID="SqlDataSource1"
  57.             DataTextField="dept_department" DataValueField="dept_id" OnSelectedIndexChanged="ddl_bumen_SelectedIndexChanged">
  58.             <asp:ListItem Value="0">请选择部门</asp:ListItem>
  59.         </asp:DropDownList><asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:qs_OA_DBConnectionString5 %>"
  60.             SelectCommand="SELECT [dept_id], [dept_department] FROM [department]"></asp:SqlDataSource>
  61.                                          <asp:DropDownList ID="ddl_duixiang" runat="server">
  62.             <asp:ListItem Value="0">请选择对象</asp:ListItem>
  63.         </asp:DropDownList>
  64.                                          <asp:Button ID="Button5" runat="server" OnClick="Button1_Click" Text="增加" />
  65.                                          <asp:Button ID="btChuanZiJi" runat="server" Text="传给自己" Width="80px" OnClick="btChuanZiJi_Click" />
  66.                                          <br /> <br />
  67.                                          <asp:TextBox ID="txt_jieshouren" runat="server" Width="453px" Enabled="False"></asp:TextBox> <asp:Button ID="Button4" runat="server"  OnClick="Button4_Click" Text="清除" />
  68.                                             
  69.                                              
  70.                                                 
  71.                                      </td>
  72.                                  </tr>
  73.                                  <tr bgcolor="#ffffff">
  74.                                      <td width="73">
  75.                                         </td>
  76.                                      <td width="524" style="text-align: left">
  77.                                          <asp:FileUpload ID="fluWenJian" runat="server" /></td>
  78.                                  </tr>
  79.                                  <tr bgcolor="#ffffff">
  80.                                      <td style="height: 30px">
  81.                                          <span style="color: #0000ff; text-decoration: underline"><a href="jiqunchuansong1.aspx">部门群发</a></span></td>
  82.                                      <td style="height: 30px">
  83.                                          </td>
  84.                                  </tr>
  85.                                  <tr bgcolor="#ffffff">
  86.                                      <td>
  87.                                          </td>
  88.                                      <td>
  89.                                          &nbsp;&nbsp;
  90.                                      </td>
  91.                                  </tr>
  92.                                  <tr bgcolor="#ffffff">
  93.                                      <td>
  94.                                      </td>
  95.                                      <td style="text-align: left">
  96.                                          <asp:Button ID="btFaSong" runat="server" Text="发送" Width="69px" OnClick="btFaSong_Click" />&nbsp;
  97.                                          </td>
  98.                                </tr>
  99.                                  <tr bgcolor="#ffffff">
  100.                                      <td colspan="2" height="10">
  101.                                      </td>
  102.                                  </tr>
  103.                              </table>
  104.                          </div>
  105.                      </td>
  106.                  </tr>
  107.              </table>
  108.          </div>
  109.     
  110.     </div>
  111.                   <a href="javascript:history.go(-1)"><img border="0"  alt="" src="../images/qs/back.gif" width="37" height="45"  /></a>
  112.     </form>
  113. </body>
  114. </html>