?? userinfo-modification.jsp
字號:
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%>
<%@ include file="/include/header.jsp"%>
<table border="0" align="left" width="1000px" cellpadding="0" cellspacing="0" height="600px">
<tr>
<td width="180px" align="left" rowSpan="2" class="BackLeftBackground" valign="top">
<jsp:include flush="true" page="/frame/jsp/manage-left.jsp" /></td>
<td align="center" width="820px" valign="top" height="20px">
<jsp:include flush="true" page="/frame/jsp/manage-head.html" /></td></tr>
<tr height="565px">
<td align="center" valign="top" class="BackRightBackground">
<br>
<html:form method="post" action="/editUser.do?method=saveUser">
<html:hidden property="userId"/>
<html:hidden property="userName"/>
<table width="750" border="0" align="center" class="TableBack">
<th colspan="3">
編輯用戶信息</th>
<tr>
<td class="tborder"></td>
<td> </td>
<td class="tborder"></td>
</tr>
<tr>
<td class="tborder"></td>
<td>
<table width="95%" align="center" border="1" class="TableBack">
<tr>
<td align="right">
用戶名: </td>
<td><bean:write name="userInfoModifyForm" property="userName"/></td></tr>
<tr>
<td align="right">
昵稱: </td>
<td>
<html:text property="nickName"/>
<html:errors property="nickName" /></td></tr>
<tr>
<td align="right">
帳戶資金: </td>
<td><html:text property="money"/>
<html:errors property="money" /></td></tr>
</table>
</td>
<td class="tborder"></td>
</tr>
<tr>
<td class="tborder"></td>
<td> </td>
<td class="tborder"></td>
</tr>
<tr>
<td class="tborder"></td>
<td align="center">
<input type="submit" value="保存">
<input type="reset" value="重置">
<input type="button" value="返回" onclick="formSubmit('userInfoModifyForm', 'module/user/manageUser.do?method=listUser');">
</td>
<td class="tborder"></td>
</tr>
<tr>
<td colspan="3" class="tborder"></td>
</tr>
</table></html:form>
</td></tr></table>
<%@ include file="/include/footer.jsp"%>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -