📄 password.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Manager_Password, App_Web_tty86oeo" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>维修人员管理中心</title>
<link href="../Images/Style.css" rel="stylesheet" type="text/css" />
</head>
<body style="margin: 1px">
<form id="form1" runat="server">
<div>
<table border="0" cellpadding="0" cellspacing="1" style="width: 100%; background-color: gainsboro">
<tr>
<td align="center" colspan="2" style="height: 35px; background-color: aliceblue">
更 改 密 码</td>
</tr>
<tr>
<td align="center" style="width: 20%; height: 35px; background-color: aliceblue">
旧的密码</td>
<td align="left" style="width: 80%; height: 35px; background-color: #ffffff">
<asp:TextBox ID="txtOldPassword" runat="server" BorderStyle="Groove" Height="20px"
TextMode="Password" Width="200px"></asp:TextBox>(请输入原来的登陆密码)</td>
</tr>
<tr>
<td align="center" style="width: 20%; height: 35px; background-color: aliceblue">
新的密码</td>
<td align="left" style="width: 80%; height: 35px; background-color: #ffffff">
<asp:TextBox ID="txtNewPassword" runat="server" BorderStyle="Double" Height="20px"
TextMode="Password" Width="200px"></asp:TextBox>(请输入新的登陆密码)</td>
</tr>
<tr>
<td align="center" style="width: 20%; height: 35px; background-color: aliceblue">
密码确认</td>
<td align="left" style="width: 80%; height: 35px; background-color: #ffffff">
<asp:TextBox ID="txtNewPassword2" runat="server" BorderStyle="Groove" Height="20px" TextMode="Password"
Width="200px"></asp:TextBox>(请再次确认新的密码)</td>
</tr>
<tr>
<td align="center" style="width: 20%; height: 35px; background-color: aliceblue">
<asp:Label ID="lblMsg" runat="server"></asp:Label></td>
<td align="center" style="width: 80%; height: 35px; background-color: #ffffff">
<asp:ImageButton ID="btnOK" runat="server" ImageUrl="~/Images/form_submit.gif" OnClick="btnOK_Click" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -