set.jsp
上传用户:sxwtmm
上传日期:2022-08-11
资源大小:2183k
文件大小:2k
- <%@ page contentType="text/html; charset=gb2312" language="java" errorPage="" %>
- <%@ include file="../hear/hear.jsp"%>
- <!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>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
- <title>员工信息增加</title>
- <link href="../css/work.css" rel="stylesheet" type="text/css" />
- <script src="../js/oa.js"></script>
- <style type="text/css">
- <!--
- .style1 {
- font-size: 16px;
- font-family: "宋体";
- font-weight: bold;
- color: #000000;
- }
- -->
- </style>
- </head>
- <body bgcolor="#FFFFDF">
- <table width="49%" height="370" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
- <form name="form1" id="form1" method="post" action="set" onsubmit="return set()">
- <tr>
- <td width="778" height="22" align="center" background="../KCM/zs.gif" bgcolor="#FFFFFF" class="title style1" >员工密码设定</td>
- </tr>
- <tr>
- <td height="50" align="center" >请输入要设定的员工id序号</td>
- </tr>
- <tr>
- <td height="50" align="center" ><input type="text" name="id" />
- </td>
- </tr>
- <tr>
- <td height="50" align="center" >请输入要设定的员工密码</td>
- </tr>
- <tr>
- <td height="50" align="center" ><input type="text" name="password" />
- </td>
- </tr>
- <tr align="right">
- <td height="40" align="center"><input type="submit" name="Submit2" value="设定" /></td>
- </tr>
- <tr align="right">
- <td height="40" align="center" class="advise">
- <%
- String msg=(String)request.getAttribute("msg");
- if(msg!=null){
- out.print(msg);
- }
- request.removeAttribute("msg");
- %>
- </td>
- </tr>
- <tr>
- <tr align="right">
- <td height="40" bgcolor="#FFFFDF"><span class="return" onclick="javascript:document.location='sys.htm';"><img src="../image/more.gif" width="30" height="9" />返回</span> </td>
- </tr>
-
- </form>
- </table>
- </body>
- </html>