📄 modify.jsp
字号:
<%@ page language="java" contentType="text/html; charset=GBK"
pageEncoding="GBK"%>
<%@taglib uri="/tags/struts-bean" prefix="bean"%>
<%@taglib uri="/tags/struts-html" prefix="html"%>
<%@taglib uri="/tags/struts-logic" prefix="logic"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title><bean:message key="modify.title" /></title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<logic:notPresent name="user">
<logic:forward name="frontPage" />
</logic:notPresent>
<body>
<%@include file="header.jsp"%>
<table width="759" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><html:form action="Modify.do">
<table width="400" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="title"><bean:message key="modify.title" /></td>
</tr>
<tr>
<td align="center" class="body"><html:errors />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="37%" height="25" align="right"><bean:message
key="register.username" /></td>
<td width="63%" height="25"><html:text name="user"
property="username" styleClass="login" disabled="true" /></td>
</tr>
<tr>
<td height="25" align="right"><bean:message
key="register.password" /></td>
<td height="25"><html:password property="password"
styleClass="login" /></td>
</tr>
<tr>
<td height="25" align="right"><bean:message
key="register.confirm" /></td>
<td height="25"><html:password property="confirm"
styleClass="login" /></td>
</tr>
<tr>
<td height="25" align="right"><bean:message key="register.email" /></td>
<td height="25"><html:text property="email" styleClass="login" /></td>
</tr>
<tr>
<td height="25" align="right"><bean:message
key="register.address" /></td>
<td height="25"><html:text property="address" styleClass="login" /></td>
</tr>
<tr>
<td height="25" align="right"><bean:message
key="register.postcode" /></td>
<td height="25"><html:text property="postcode" styleClass="login" /></td>
</tr>
<tr>
<td height="25" colspan="2" class="text"><bean:message
key="modify.remind" /></td>
</tr>
</table>
<hr style="height:1pt " width="90%">
<html:submit>
<bean:message key="modify.title" />
</html:submit> <html:reset>
<bean:message key="register.reset" />
</html:reset></td>
</tr>
</table>
</html:form></td>
</tr>
</table>
<%@include file="footer.jsp"%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -