📄 d0c28c749489001d111ebf444306cad8
字号:
<%@ page language="java" contentType="text/html; charset=GBK"
pageEncoding="gbk"%>
<!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=GBK">
<title>Insert title here</title>
<style type="text/css">
<!--
body {
background-image: url(img/bg_orange.gif);
}
#Layer1 {
position:absolute;
left:223px;
top:208px;
width:353px;
height:90px;
z-index:1;
}
-->
</style></head>
<body>
<center>
<div id="Layer1">
<form action="/GuestBook/UpdatePassword" method="post" name="formlogin">
<table width="330" border="0">
<tr>
<th colspan="2" scope="col"></th>
</tr>
<tr>
<td colspan="2"><div align="center">修改密码</div></td>
</tr>
<tr>
<td width="71" align="right">用户名:<br></td>
<td width="235"><input type="text" name="userName" value="<%= session.getAttribute("userName")%>" readonly="true" align="left"></td>
</tr>
<tr>
<td> <div align="right">密 码:</div></td>
<td><input type="password" name="password" align="left"></td>
</tr>
<tr>
<td colspan="2" align="center" valign="middle"><input type="Submit" name="login" value="修改" >
<input type="reset" name="rest" value="重填"></td>
</tr>
</table>
</form>
</div>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -