You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DS7/DSCustomerWeb/PriceCarrier/ClientChangePassword.aspx

116 lines
5.5 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ClientChangePassword.aspx.cs" Inherits="DSWeb.PriceCarrier.ClientChangePassword" %>
<!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 id="Head1" runat="server">
<title>运价客户修改密码</title>
<link rel="STYLESHEET" type="text/css" href="../theme/page.css"/>
<link href="../theme/tab.css" type="text/css" rel="stylesheet" />
<script language="javascript" type="text/javascript">
function $(id)
{
return document.getElementById(id);
}
function ShowClear()
{
$("tbLOGINNAME").value="";
$("tbLOGINPASSWORD").value="";
$("tbLPWNEW").value="";
$("tbLPWACK").value="";
}
</script>
<style type="text/css">
.btncss
{
height:20px;
width:60px;
BORDER-RIGHT: #2C59AA 1px solid;
PADDING-RIGHT: 2px; BORDER-TOP: #2C59AA 1px solid;
PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
BORDER-LEFT: #2C59AA 1px solid; CURSOR: hand; COLOR: black; PADDING-TOP: 2px;
BORDER-BOTTOM: #2C59AA 1px solid;
}
</style>
</head>
<body style="background-color: #DDE9FA;">
<form id="form1" runat="server" style="background-color: #DDE9FA;">
<div style="background-color: #DDE9FA;">
<table style="border-style: solid;">
<tr>
<td height="10" colspan="4"></td>
</tr>
<tr>
<td></td>
<td align=right style="color: #1E89BF; font-size: 12px;">
<asp:Label ID="Label1" runat="server" Text="客户代码:" Width=60px></asp:Label>
</td>
<td align=left>
<asp:TextBox ID="tbLOGINNAME" runat="server" Width=150px
style="background:url(../Images/login_6.gif) repeat-x; border:solid 1px #27B3FE; height:20px; background-color:#FFFFFF"
size="14" MaxLength=10></asp:TextBox>
</td>
<td width=10px></td>
</tr>
<tr>
<td></td>
<td align=right style="color: #1E89BF; font-size: 12px;">
<asp:Label ID="Label2" runat="server" Text="旧密码:" Width=60px></asp:Label>
</td>
<td align=left>
<asp:TextBox ID="tbLOGINPASSWORD" runat="server" Width=150px
style="background:url(../Images/login_6.gif) repeat-x; border:solid 1px #27B3FE; height:20px; background-color:#FFFFFF"
size="14" TextMode="Password" MaxLength=150></asp:TextBox>
</td>
<td width=10px></td>
</tr>
<tr>
<td></td>
<td align=right style="color: #1E89BF; font-size: 12px;">
<asp:Label ID="Label3" runat="server" Text="新密码:" Width=60px></asp:Label>
</td>
<td align=left>
<asp:TextBox ID="tbLPWNEW" runat="server" Width=150px
style="background:url(../Images/login_6.gif) repeat-x; border:solid 1px #27B3FE; height:20px; background-color:#FFFFFF"
size="14" TextMode="Password" MaxLength=150></asp:TextBox>
</td>
<td width=10px></td>
</tr>
<tr>
<td></td>
<td align=right style="color: #1E89BF; font-size: 12px;">
<asp:Label ID="Label4" runat="server" Text="确认密码:" Width=60px></asp:Label>
</td>
<td align=left>
<asp:TextBox ID="tbLPWACK" runat="server" Width=150px
style="background:url(../Images/login_6.gif) repeat-x; border:solid 1px #27B3FE; height:20px; background-color:#FFFFFF"
size="14" TextMode="Password" MaxLength=150></asp:TextBox>
</td>
<td width=10px></td>
</tr>
<tr>
<td height="10" colspan="4"></td>
</tr>
<tr>
<td></td>
<td colspan="2" align="center">
<asp:LinkButton ID="btLogin" runat="server"
style="background:url(../Images/login_5.gif) no-repeat; font-size:12px; text-decoration:none;line-height:23px;"
Height=23px Width="70px" ForeColor="#137DD7" onclick="btLogin_Click">修改</asp:LinkButton>
&nbsp;&nbsp;&nbsp;&nbsp;
<input id="lbChangePwd" type="button" value="清空" style="border-style: none; background: url(../Images/login_5.gif) no-repeat; font-size: 12px; text-decoration:none; line-height:23px; color: #137DD7; width: 70px; height: 23px;" onclick="ShowClear();" />
</td>
<td width=10px></td>
</tr>
<tr>
<td height="10" colspan="4"></td>
</tr>
</table>
</div>
<div style="background-color: #DDE9FA;">
<input type="hidden" id="hd_comboAdd" runat="server"/>
</div>
</form>
</body>
</html>