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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="upsecce.aspx.cs" Inherits="gxxz_upsecce" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html>
  4. <HEAD>
  5.   
  6. <style type="text/css"> 
  7. div.RoundedCorner{background: #5AAE18} 
  8. b.rtop, b.rbottom{display:block;background: #FFF} 
  9. b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #5AAE18} 
  10. b.r1{margin: 0 4px} 
  11. b.r2{margin: 0 3px} 
  12. b.r3{margin: 0 2px} 
  13. b.rtop b.r4, {margin: 0 1px;height: 1px}
  14. .style1 {
  15. font-size: 13px;
  16. color: #FFFFFF;
  17. font-weight: bold;
  18. </style>
  19.   <link href="../css/textarea.css" rel="stylesheet" type="text/css"/>
  20.    </HEAD>
  21.    <body>
  22.    <%
  23.         COM.OA.Entity.files f = (COM.OA.Entity.files)Session["upfile"]; 
  24.         COM.OA.Entity.filetype ftlist = COM.OA.BLL.filetypeBLL.Select(f.f_ftype_id);  
  25.     %>
  26.   文件成功发送到:&nbsp;<%=ftlist.ftype_filetype %>
  27.  &nbsp;<br>
  28.  <br>
  29.  <br>
  30. <p><a href="lb_selectFile.aspx">查看共享 </a>   <a href="lb_adminupload.aspx">发送记录</a></p>
  31. <p><a href="javascript:history.go(-1)"> 继续发送</a></p>
  32. </body>
  33. </html>