温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:小区物业管理系统源码
当前文件:
SmallHouse/admin/editadminpwd.aspx,打开代码结构图
SmallHouse/admin/editadminpwd.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="editadminpwd.aspx.cs" Inherits="admin_Default2" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
<html xmlns="http://www.w3.org/1999/xhtml" > 6
<head id="Head1" runat="server"> 7
<title>添加友情链接</title> 8
9
<LINK href="image/style.css" type=text/css rel=stylesheet> 10
</head> 11
<body> 12
<form id="form1" runat="server"> 13
<TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#c4d8ed border=0> 14
<TBODY> 15
<TR> 16
<TD style="height: 27px"><IMG alt="" src="image/r_1.gif"></TD> 17
<TD width="100%" background=image/r_0.gif style="height: 5px"></TD> 18
<TD style="height: 27px"><IMG alt="" src="image/r_2.gif"></TD></TR> 19
20
<TR> 21
<TD></TD> 22
<TD> 23
24
25
<table class="toptable grid" cellspacing=1 cellpadding=1 align=center 26
border=1> 27
<tbody> 28
<tr> 29
<td class=category colspan="2"> 30
修改管理员帐号密码</td> 31
</tr> 32
<tr> 33
<td colspan="1" width="25%" style="height: 28px" align="right"> 34
<strong><span style="color: #003373; background-color: #ffffff">用户名:</span></strong></td> 35
<td colspan="1" style="height: 28px"> 36
<asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Size="Large" ForeColor="Red" 37
Height="25px" Text="Label" Width="112px"></asp:Label></td> 38
</tr> 39
<tr> 40
<td colspan="1" align="right"> 41
原密码:</td> 42
<td colspan="1"> 43
<asp:TextBox ID="pwd" runat="server"></asp:TextBox> 44
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="pwd" 45
ErrorMessage="原密码不能为空!"></asp:RequiredFieldValidator></td> 46
</tr> 47
<tr> 48
<td align="right" colspan="1" style="height: 23px"> 49
新密码:</td> 50
<td colspan="1" style="height: 23px"> 51
<asp:TextBox ID="newpwd" runat="server"></asp:TextBox> 52
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="newpwd" 53
ErrorMessage="新密码不能为空!"></asp:RequiredFieldValidator></td> 54
</tr> 55
<tr> 56
<td colspan="1" style="height: 28px" align="right"> 57
重复新密码:</td> 58
<td colspan="1" style="height: 28px"> 59
<asp:TextBox ID="twopwd" runat="server"></asp:TextBox> 60
<asp:CompareValidator ID="CompareValidator1" runat="server" ControlToCompare="newpwd" 61
ControlToValidate="twopwd" ErrorMessage="两次密码不一致!"></asp:CompareValidator></td> 62
</tr> 63
<tr> 64
<td align="right" colspan="1" style="height: 24px"> 65
</td> 66
<td colspan="1" style="height: 24px"> 67
<asp:Button ID="add" runat="server" OnClick="add_Click" Text="修 改" Width="62px" /> 68
<asp:Button ID="Button2" runat="server" ForeColor="Red" Height="20px" Text="返 回" 69
Width="55px" OnClick="Button2_Click" /></td> 70
</tr> 71
</tbody> 72
</table> 73
74
</TD> 75
<TD></TD></TR> 76
77
78
79
80
<TR> 81
<TD><IMG alt="" src="image/r_4.gif"></TD> 82
<TD></TD> 83
<TD><IMG alt="" 84
src="image/r_3.gif"></TD></TR></TBODY></TABLE> 85
</form> 86
</BODY> 87
88
89
</html> 90
91



