?? resetpass.jsp
字號:
<%@ page language="java" contentType="text/html; charset=gbk" %>
<%@page import="com.zzx.manager.*,com.zzx.bean.*,java.util.*"%>
<HTML>
<HEAD>
<TITLE>編輯界面</TITLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="../inc/admin.css">
<meta http-equiv="Content-Type" content="text/html; charset=gbk"></HEAD>
<form action ="resetpassok.jsp" method=post>
<table width="95%" border="0" cellspacing="1" cellpadding="3" align=center class="tableBorder">
<tr>
<th height=24 colspan=2><B>修改信息</th>
</tr>
<tr>
<td width="42%" height=30 class="forumrow"><u>請輸入原來的用戶名:</u></td>
<td width="58%" class="forumrow">
<input type="text" name="username" size="25">
</td>
</tr>
<tr>
<td width="42%" height=30 class="forumrow"><u>請輸入原來的密碼:</u></td>
<td width="58%" class="forumrow">
<input type="password" name="password1" size="25">
</td>
</tr>
<tr>
<td width="42%" height=30 class="forumrow"><u>請輸入新密碼:</u></td>
<td width="58%" class="forumrow">
<input type="password" name="password2" size="25"> <font color=#ff0000>(密碼不少于6位)</font>
</td>
</tr>
<tr>
<td width="42%" height=30 class="forumrow"><u>請輸入確認密碼:</u></td>
<td width="58%" class="forumrow">
<input type="password" name="password3" size="25">
</td>
</tr>
<tr>
<td width="42%" height=24 class="forumRow"> </td>
<td width="58%" class="forumRow">
<input type="submit" name="Submit" value="更 改">
</td>
</tr>
</table>
</form>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -