jh_employeeplan.aspx
资源名称:OASystem.rar [点击查看]
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:1k
源码类别:
OA系统
开发平台:
C#
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="jh_employeeplan.aspx.cs" Inherits="rc_jh_employeeplan" validateRequest="false"%>
- <!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">
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
- <title>员工计划</title>
- <link href="../css/link.css" rel="stylesheet" type="text/css"/>
- <style type="text/css">
- <!--
- .style15 {color: #000000}
- .style16 {
- color: #FFFFFF;
- font-size: 13px;
- }
- .style17 {font-size: 12px}
- .style20 {font-size: 14px}
- .style21 {
- color: #5AAE18;
- font-weight: bold;
- }
- .style22 {color: #FF0000}
- -->
- </style>
- </head>
- <body>
- <%
- COM.OA.Entity.users loginuser =Session["loginuser"] as COM.OA.Entity.users;
- if (loginuser == null)
- {
- Response.Write("<script language='javascript'>parent.document.location.href='../login.aspx'</script>");
- }
- %>
- </body>
- </html>