⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 systemusermod.jsp

📁 用JAVA环境开发的人力资源管理系统
💻 JSP
字号:
<%@page contentType="text/html"%>
<%@page pageEncoding="gbk"%>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>

<html:html>
<head>
<title>人力资源管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<link rel="stylesheet" href="js/comm.css" type="text/css">
<script type="text/javascript" src="js/systemUserModCheck.js">
	</script>
<style type="text/css">
<!--
.style1 {font-size: 12px}
.style2 {
	font-size: 16px;
	font-weight: bold;
}
-->
</style>
</head>

<body>
<html:form action="/systemUserMod.do">
<html:hidden property="fn"/>
<table width="47%" border="1" align="center" class="deftable">
  <tr align="center" valign="bottom" bgcolor="#FFFFFF"> 
    <td colspan="2" class="deftable"><div align="center" class="style2"><font color="#000000">欢迎进入系统用户修改页面</font></div>
    <html:errors property = "systemUserMod"/></font></td>
  </tr>
  <tr bgcolor="#FFFFFF"> 
    <td colspan="2" class="deftable">&nbsp;</font></td>
  </tr>
  <tr bgcolor="#FFFFFF"> 
    <td width="33%" class="deftable style1">姓名:</font></td>
    <td width="67%" class="deftable">
    <html:text styleId="userName" property="userInfo.userName" styleClass="deftext"/>
    </font></td>
  </tr>
  <tr bgcolor="#FFFFFF"> 
    <td class="deftable style1">密码:</font></td>
    <td class="deftable">
    <html:password styleId="userPassword" property="userInfo.userPassword" styleClass="deftext"/>
    
    </font></td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td class="deftable style1">确定密码:</font></td>
    <td class="deftable">
      <html:password styleId="userPassword1" property="userInfo.userPassword1" styleClass="deftext"/>
    </font></td>
  </tr>
  <tr bgcolor="#FFFFFF"> 
    <td class="deftable style1">角色:</font></td>
    <td class="deftable">
      <html:select property="userInfo.userRole" size="1">
        <html:option value="systemUser">系统用户</html:option>
        <html:option value="businessUser">业务用户</html:option>
        <html:option value="huResManUser">人力资源管理用户</html:option>
      </html:select>
    </font></td>
  </tr>
  <tr bgcolor="#FFFFFF"> 
    <td colspan="2" class="deftable"><div align="center"> 
        
        <input name="userAdd" type="button" id="userAdd" value="修改" onclick="modcheck('mod','systemUserMod.do')">
    </font>
	&nbsp;&nbsp;&nbsp;&nbsp;
    <input name="return" type="button" id="return" value="返回" onclick="putFn('','systemUser.do')">
    </font></div>      </td>
  </tr>
</table>
</html:form>
</body>
</html:html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -