📄 updateusersinfo.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="updateUsersInfo.aspx.cs" Inherits="updateUsersInfo" %>
<%@ Register Src="../UserControl/Footer.ascx" TagName="Footer" TagPrefix="uc2" %>
<link href="../css/style.css" rel="stylesheet" type="text/css" />
<%@ Register Src="~/UserControl/Header.ascx" TagName="Header" TagPrefix="uc1" %>
<!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>
<script language="javascript" type="text/javascript">
<!--
function btnBack_onclick() {
history.back (-1);
}
// -->
</script>
</head>
<body style="text-align: center">
<form id="form1" runat="server">
<div style="text-align: center" class="font">
<uc1:Header ID="Header1" runat="server" />
<table style="width: 747px" border="0" cellpadding="0" cellspacing="0" height="453">
<tr>
<td background="../Image/企业客户管理系统页面任务分配.jpg" height="453px" style="vertical-align: top; text-align: center; width: 752px;">
<table style="width: 745px; vertical-align: top;" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 63px; height: 60px">
</td>
<td style="width: 606px; height: 60px">
</td>
<td style="height: 60px">
</td>
</tr>
<tr>
<td style="width: 63px; height: 220px">
</td>
<td style="width: 606px; height: 220px; text-align: center" valign="top">
<table border="0" bordercolor="navy" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 202px; text-align: right; height: 37px;" class="font">
输入旧密码:</td>
<td style="width: 366px; text-align: left; height: 37px;">
<asp:TextBox ID="txtOldPassword" runat="server" TextMode="Password"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtOldPassword"
ErrorMessage="*"></asp:RequiredFieldValidator></td>
</tr>
<tr style="color: #000000">
<td style="width: 202px; text-align: right; height: 37px;" class="font">
输入新密码:</td>
<td style="width: 366px; text-align: left; height: 37px;">
<asp:TextBox ID="txtNewPassword" runat="server" TextMode="Password"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtNewPassword"
ErrorMessage="*"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td style="width: 202px; height: 34px; text-align: right;" class="font">
再输入一遍:</td>
<td style="width: 366px; height: 34px; text-align: left">
<asp:TextBox ID="txtAgain" runat="server" TextMode="Password"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ErrorMessage="*" ControlToValidate="txtAgain"></asp:RequiredFieldValidator>
<asp:CompareValidator ID="CompareValidator1" runat="server" ControlToCompare="txtNewPassword"
ControlToValidate="txtAgain" Display="Dynamic" ErrorMessage="密码不一致" Font-Size="9pt"></asp:CompareValidator></td>
</tr>
<tr>
<td colspan="2" style="text-align: center">
<asp:Button ID="btnClickOK" runat="server" Text="确定" OnClick="btnClickOK_Click" />
<input id="btnBack" type="button" value="返回" language="javascript" onclick="return btnBack_onclick()" /></td>
</tr>
</table>
</td>
<td style="height: 220px">
</td>
</tr>
<tr>
<td style="width: 63px; height: 21px">
</td>
<td style="width: 606px; height: 21px">
</td>
<td style="height: 21px">
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<uc2:Footer ID="Footer1" runat="server" />
<br />
<br />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -