📄 systemuseradd.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/systemUserAddCheck.js">
</script>
<style type="text/css">
<!--
.style1 {font-size: 12px}
.style2 {
font-size: 16px;
font-weight: bold;
}
-->
</style>
</head>
<body>
<html:form action="/systemUserAdd.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"> </font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="33%" class="deftable style1">姓名:</font></td>
<td width="67%" class="deftable">
<input type="text" id="userName" name="userInfo.userName" class="deftext">
</font></font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="deftable style1">密码:</font></td>
<td class="deftable">
<input type="password" id="userPassword" name="userInfo.userPassword" class="deftext">
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="deftable style1">确定密码:</font></td>
<td class="deftable">
<input type="password" id="userPassword1" name="userInfo.userPassword1" class="deftext">
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="deftable style1">角色:</font></td>
<td class="deftable">
<select name="userInfo.userRole" size="1">
<option value="systemUser">系统用户</option>
<option value="businessUser">业务用户</option>
<option value="huResManUser">人力资源管理用户</option>
</select>
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td colspan="2" class="deftable"><div align="center">
<input name="userAdd" type="button" id="userAdd" value="增加" onclick="addcheck('add','systemUserAdd.do')">
</font>
<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 + -