You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
2.2 KiB

<%@page import="com.zky.zhyw.smsj.WorkDB"%>
<%@include file="/auth.jsp"%>
<%@page import="java.util.Date"%>
<%@page import="java.util.*" %>
<%@page language="java" pageEncoding="gbk" %>
<jsp:useBean id="getPara" scope="application" class="com.zky.para.SyncPara"/>
<%
login_obj = (Login)session.getAttribute("login");
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
String acptsiteid = login_obj.acptsiteid;
String acptsitename = getPara.getDesc("TAB_DEPARTMENT","DEPARTID","DEPARTNAME",acptsiteid);
//Ա<><D4B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
String optrid = login_obj.optrid;
String optrname = getPara.getDesc("TAB_EMPLOYEE","EMPID","EMPNAME",optrid);
String empid = request.getParameter("empid");
%>
<html>
<head>
<title><3E>Ծ<EFBFBD><D4BE><EFBFBD><EFBFBD><EFBFBD></title>
<link href="../../css/font.css" rel="stylesheet" type="text/css">
<script src="../../js/date.js"></script>
<script src="../../js/check.js"></script>
<script>
function textToUpperCase(){
if(event.keyCode>=65 && event.keyCode<=90 || event.type=="change"){
event.srcElement.value = event.srcElement.value.toUpperCase();
}
}
function check(operate,empid) {
form1.operate.value = operate;
if (operate == "TryEmpId") {
form1.action = "/servlet/EmpManage?operate=TryEmpId&empid=" + empid;
}
form1.button1.disabled=true;
form1.submit();
}
</script>
<style type="text/css">
.aselect{
width: 155px;
}
.unnamed1{
font-size:14px;
color:red;
}
</style>
</head>
<body >
<form name="form1" method="post" action="">
<input type="hidden" name="operate" value=""/>
<br>
<table width="100%" style="margin-top: 120px;" align="center" cellpadding="2" cellspacing="1" class="table02">
<tr bgcolor="#FFFFFF">
<td class="cell1">
<div align="center">
<table width="500" border="0" style="border: 1px solid thick;">
<tr>
<td align="center"><br><br>
<marquee scrollamount="10" direction="left" >
<p ><font color="#17385F" size="+10" face="Courier New, Courier, monospace" ><3E><>ӭ<EFBFBD><D3AD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>߿<EFBFBD><DFBF><EFBFBD>ϵͳ</font ></p >
</marquee >
</td>
</tr>
<tr>
<td width="48%" class="table" align="right"><br><b><a href=" /servlet/EmpManage?operate=TryEmpId&empid=<%=optrid%>" >>><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E9BFB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ</a></b><br></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</form>
<%@include file="/foot.jsp"%>
</body>
</html>