📄 editpassword.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="EditPassWord.aspx.cs" Inherits="Default2" %>
<!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="StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>
<div style="font-size: 13pt; color: #660066; text-align: center" align="center">
<table style="width: 415px; height: 120px" bgcolor="#ffffff">
<tr>
<td colspan="4" style="font-weight: bold; font-size: 25px; background-image: url(BG/007.jpg);
color: #ffffff">
密码修改 </td>
</tr>
<tr>
<td style="width: 39px; height: 24px;">
</td>
<td style="width: 66px; height: 24px;">
<asp:Label ID="Label1" runat="server" Text="尊敬的:" Height="18px" Width="92px" Font-Bold="True" ForeColor="Red"></asp:Label></td>
<td style="width: 113px; height: 24px;">
<asp:TextBox ID="TextBox4" runat="server" Height="13px" Width="99px" ForeColor="Blue" ReadOnly="True"></asp:TextBox></td>
<td style="width: 100px; height: 24px;">
</td>
</tr>
<tr>
<td style="width: 39px; height: 27px;">
</td>
<td style="width: 66px; height: 27px;">
<asp:Label ID="Label6" runat="server" Text="输入密码:" Font-Bold="True" ForeColor="Red" Width="90px"></asp:Label></td>
<td style="width: 113px; height: 27px;">
<asp:TextBox ID="TextBox3" runat="server" Width="101px" TextMode="Password" Height="14px"></asp:TextBox></td>
<td style="width: 100px; height: 27px;">
<asp:Label ID="Label2" runat="server" Font-Bold="True" ForeColor="Red"></asp:Label></td>
</tr>
<tr>
<td colspan="4">
<asp:Button ID="Button3" runat="server" Text="确认" OnClick="Button3_Click" />
<asp:Button ID="Button4" runat="server" Text="取消" OnClick="Button4_Click" /></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="font-weight: bold; font-size: 13px;
width: 411px; color: #cc3366; height: 1px; background-color: lightcyan;" bgcolor="#ffffff" align="center">
<tr>
<td align="center" bgcolor="black" colspan="5" style="height: 99px; background-color: #ffffff"
valign="top">
<asp:Panel ID="Panel1" runat="server" BackColor="White" Height="82px" Width="230px" Visible="False" Font-Bold="True" Font-Size="13px" ForeColor="Crimson">
<table style="height: 65px; width: 264px;" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 86px; height: 19px; font-weight: bold; color: #ff0000;">
输入新密码:</td>
<td style="width: 100px; height: 19px">
<asp:TextBox ID="TextBox1" runat="server" Width="93px" TextMode="Password" Height="14px"></asp:TextBox></td>
<td style="width: 74px; height: 19px">
</td>
</tr>
<tr>
<td style="width: 86px; height: 19px; font-weight: bold; color: #ff0000;">
确认新密码:</td>
<td style="width: 100px; height: 23px">
<asp:TextBox ID="TextBox2" runat="server" Width="93px" TextMode="Password" Height="14px"></asp:TextBox></td>
<td style="width: 74px; height: 23px">
</td>
</tr>
<tr>
<td style="width: 86px; height: 19px; font-weight: bold; color: #ff0000;">
</td>
<td style="width: 100px; height: 20px;">
</td>
<td style="width: 74px; height: 20px;">
</td>
</tr>
</table>
<asp:Button ID="Button1" runat="server" Text="确认" OnClick="Button1_Click" />
<asp:Button ID="Button2" runat="server" Text="返回" OnClick="Button2_Click" /></asp:Panel>
</td>
</tr>
<tr>
<td colspan="5" style="height: 13px;" valign="top" align="center" bgcolor="black">
</td>
</tr>
<tr>
</tr>
</table>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -