?? update_input.jsp
字號:
<%@ page language="java" contentType="text/html; charset=GB18030"
pageEncoding="GB18030"%>
<%@include file="/common/common.jsp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GB18030">
<link href="style/oa.css" rel="stylesheet" type="text/css">
<script language="javascript" src="script/public.js"></script>
<title>修改用戶帳號信息</title>
</head>
<body>
<center>
<form action="modify_user.action" method="post">
<input type="hidden" name="id" value="<%=request.getParameter("userId")%>">
<input type="hidden" name="personId" value="<%=request.getParameter("personId")%>">
<TABLE class="tableEdit" border="0" cellspacing="1" cellpadding="0" style="width:580px;">
<TBODY>
<TR>
<!-- 這里是添加、編輯界面的標題 -->
<td align="center" class="tdEditTitle">修改用戶帳號信息</TD>
</TR>
<TR>
<td>
<!-- 主輸入域開始 -->
<table class="tableEdit" style="width:580px;" cellspacing="0" border="0" cellpadding="0">
<tr>
<td class="tdEditLabel" >用戶帳號</td>
<td class="tdEditContent"><input type="text" name="username" value="${user.username }">
</td>
<td class="tdEditLabel" >登錄密碼</td>
<td class="tdEditContent"><input type="text" name="password" value="${user.password }"></td>
</tr>
<tr>
<td class="tdEditLabel" >失效時間</td>
<td class="tdEditContent"><input type="text" name="expireTime" value="<fmt:formatDate value="${user.expireTime }" pattern="yyyy-MM-dd"/>">
</td>
<td class="tdEditLabel" ></td>
<td class="tdEditContent"></td>
</tr>
</table>
<!-- 主輸入域結束 -->
</td>
</TR>
</TBODY>
</TABLE>
<TABLE>
<TR align="center">
<TD colspan="3" bgcolor="#EFF3F7">
<input type="submit" name="saveButton"
class="MyButton" value="更新用戶帳號">
<input type="button" class="MyButton"
value="關閉窗口" onclick="window.close()">
</TD>
</TR>
</TABLE>
</form>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -