📄 updatepasswrod.jsp
字号:
<%@ taglib prefix="bean" uri="/WEB-INF/struts-bean.tld" %><%@ taglib prefix="html" uri="/WEB-INF/struts-html.tld" %><%@ page contentType="text/html;charset=gb2312" import="com.accp.struts.form.*;" %>
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body {
background-image: url(img/35.gif);
}
-->
</style></head>
<body>
<br><br><br>
<h2 align=center><font color=red>添加新用户</h2>
<h5>欢迎您! <bean:write name="userLogoForm" property="user_name"/> 权限为:<bean:write name="userLogoForm" property="privil"/></h5>
<html:form action="userLogos" method="post">
<table>
<tr><td>管理员编号:</td><td><input type=text name=user_id></td></tr>
<tr><td>管理员密码:</td><td><input type=password name=password></td></tr>
<tr><td>管理员权限:</td><td><input type=text name=privil></td></tr>
<tr><td align=right><html:submit property="updateUser" value="确定"/></td>
<td align=left><input type=reset value=取消></td></tr>
</table>
</html:form>
<a href="addProduct.jsp"><font color=red>查看管理员信息</font>
</a>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -