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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="jh_employeeplan.aspx.cs" Inherits="rc_jh_employeeplan" validateRequest="false"%>
  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.    
  6. <meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
  7. <title>员工计划</title>
  8. <link href="../css/link.css" rel="stylesheet" type="text/css"/>
  9. <style type="text/css">
  10. <!--
  11. .style15 {color: #000000}
  12. .style16 {
  13. color: #FFFFFF;
  14. font-size: 13px;
  15. }
  16. .style17 {font-size: 12px}
  17. .style20 {font-size: 14px}
  18. .style21 {
  19. color: #5AAE18;
  20. font-weight: bold;
  21. }
  22. .style22 {color: #FF0000}
  23. -->
  24. </style>
  25. </head>
  26. <body>
  27.     <%
  28.                 COM.OA.Entity.users loginuser =Session["loginuser"] as COM.OA.Entity.users;
  29.                 if (loginuser == null)
  30.                 {
  31.                     Response.Write("<script language='javascript'>parent.document.location.href='../login.aspx'</script>");
  32.                 }
  33.          %>
  34. </body>
  35. </html>