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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="scsecce.aspx.cs" Inherits="gxxz_scsecce" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <style type="text/css"> 
  4. div.RoundedCorner{background: #5AAE18} 
  5. b.rtop, b.rbottom{display:block;background: #FFF} 
  6. b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #5AAE18} 
  7. b.r1{margin: 0 4px} 
  8. b.r2{margin: 0 3px} 
  9. b.r3{margin: 0 2px} 
  10. b.rtop b.r4, {margin: 0 1px;height: 1px}
  11. .style1 {
  12. font-size: 13px;
  13. color: #FFFFFF;
  14. font-weight: bold;
  15. </style>
  16. <html>
  17. <head>
  18. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  19. <link href="../css/link.css" rel="stylesheet" type="text/css">
  20. <style type="text/css">
  21. <!--
  22. .style1 {color: #FF0000}
  23. .style2 {font-size: 14px}
  24. .style3 {font-size: 12px}
  25. -->
  26. </style>
  27. </head>
  28. <body>
  29. <img src="../img/files/f.gif" width="16" height="16">&#25991;&#20214;转发..
  30. <hr size="1"   color="#5AAE18" noshadow width="700" align="left"/>
  31. <br/>
  32. <%
  33.     COM.OA.Entity.files f = (COM.OA.Entity.files)Session["filepost"];
  34.     COM.OA.Entity.department dep = COM.OA.BLL.departmentBLL.Select(f.f_dept_id);
  35.     COM.OA.Entity.users user = COM.OA.BLL.usersBLL.Select(f.f_takeu_id,true,false);
  36.  %>
  37. <table width="594" height="109" border="0" cellpadding="6" cellspacing="0">
  38.   <tr>
  39.     <td colspan="2"><span class="style2"><span class="style3">转发文件</span> <span class="style1">&quot;<%=f.f_filename %>&quot;</span> <span class="style3">给</span>
  40.     <span class="style1"><%=dep.dept_department %>--<%=user.employee.em_name %></span><span class="style3">OK!</span></span> </td>
  41.   </tr>
  42.   <tr>
  43.     <td width="249"><div align="right"><a href="lb_adminupload.aspx">发送记录</a></div>
  44.     <div align="center"></div></td>
  45.     <td width="321"><img src="../img/up.gif" width="17" height="12"><a href="javascript:history.go(-2)">返 回</a></td>
  46.   </tr>
  47. </table>
  48. <p>
  49. </body>
  50. </html>