⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 passwordmodify.aspx

📁 内有图书管理系统数据库 及相关模板文件
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="PasswordModify.aspx.cs" AutoEventWireup="True" Inherits="WMS.PasswordModify" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>PasswordModify</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="PasswordModify" method="post" runat="server">
			<table width="100%" border="0" cellspacing="0" cellpadding="5" align="center" bordercolordark="#cccccc" bordercolorlight="#000000" height="60%">
				<tr bgcolor="#ffffff">
					<td height="2" align="left" valign="center" colspan="2">
						<asp:Image id="Image1" runat="server" ImageUrl="libsys3.gif"></asp:Image>
					</td>
				</tr>
				<tr bgcolor="#ffffff">
					<td height="28" align="left" valign="center" colspan="2" style="HEIGHT: 28px">
						<div align="center"><FONT face="宋体">
								<TABLE id="Table1">
									<TR align="left">
										<TD width="20">&nbsp;&nbsp;</TD>
										<TD align="left" width="101"><FONT face="宋体"></FONT>
											<DIV align="center"><I><A href="BookSearch.aspx">书目查询</A></I></DIV>
										</TD>
										<TD align="left" width="101"><FONT face="宋体"></FONT>
											<DIV align="center"><I><A href="ReaderSearch.aspx">读者查询</A></I></DIV>
										</TD>
										<TD align="left" width="101"><FONT face="宋体"></FONT>
											<DIV align="center"><I><A href="NewBookSearch.aspx">新书通报</A></I></DIV>
										</TD>
										<TD align="left" width="101"><FONT face="宋体"></FONT>
											<DIV align="center"><I><A href="BookClassify.aspx">书刊分类</A></I></DIV>
										</TD>
										<TD align="left" width="101"><FONT face="宋体"></FONT><A href="http://202.204.50.68:8080/opac/asord_record.php"></A></TD>
										<TD align="left" width="101"><FONT face="宋体"></FONT><A href="http://202.204.50.68:8080/opac/reader/announce.php"></A></TD>
									</TR>
								</TABLE>
							</FONT>
						</div>
					</td>
				</tr>
				<tr bgcolor="#ffffff">
					<td height="2" align="left" valign="center" colspan="2">
						<div align="center"><FONT face="楷体_GB2312" size="6">密 码 修 改&nbsp;
								<HR width="80%">
							</FONT>
						</div>
					</td>
				</tr>
				<tr align="left" valign="center" bgcolor="#ffffff">
					<td height="168" valign="top" width="20%" style="HEIGHT: 168px">
						<div align="center">
						</div>
						<div align="center"></div>
						<div align="center"></div>
						<div align="left">
							<table width="100%" border="0" cellspacing="0" cellpadding="0" height="15">
								<tr>
									<td width="48%" height="3" align="middle">
										<DIV align="center"><I><A href="ReaderDetail.aspx">读者信息</A></I></DIV>
									</td>
								</tr>
								<tr>
									<td width="48%" height="2">&nbsp;</td>
								</tr>
								<tr>
									<td height="2" width="48%" align="middle">
										<DIV align="center"><I><A href="ReaderBorrowStatel.aspx">借阅情况</A></I></DIV>
									</td>
								</tr>
								<tr>
									<td height="2" width="48%">&nbsp;</td>
								</tr>
								<tr>
									<td height="2" width="48%" bgcolor="#ffffff" align="middle"><I><A href="ReaderBorrowHis.aspx">借阅历史</A></I></td>
								</tr>
								<tr>
									<td height="2" width="48%" bgcolor="#ffffff">&nbsp;</td>
								</tr>
								<tr>
									<td height="2" width="48%" bgcolor="#ffffff" align="middle"><I><A href="ReaderExpireBook.aspx">超期催还</A></I></td>
								</tr>
								<tr>
									<td height="2" width="48%" bgcolor="#ffffff">&nbsp;</td>
								</tr>
								<tr>
									<td height="2" width="48%" bgcolor="#ffffff" align="middle"><I><A href="PasswordModify.aspx">修改密码</A></I></td>
								</tr>
							</table>
							<p><FONT face="宋体"></FONT>&nbsp;</p>
						</div>
					</td>
					<td height="168" valign="top" width="80%" style="HEIGHT: 168px"><FONT face="宋体">
							<table width="100%" border="0" cellspacing="0" cellpadding="0">
								<TR>
									<TD width="36%">
										<DIV align="right">用户号:</DIV>
									</TD>
									<TD width="31%">&nbsp;
										<asp:Label id="lbl_uid" runat="server" Font-Size="Larger" Font-Bold="True" ForeColor="Red"></asp:Label></TD>
									<TD width="33%">&nbsp;</TD>
								</TR>
								<TR>
									<TD width="36%">
										<DIV align="right">原密码:</DIV>
									</TD>
									<TD width="31%">&nbsp;
										<asp:TextBox id="tbx_upassword" runat="server" TextMode="Password"></asp:TextBox></TD>
									<TD width="33%">&nbsp;</TD>
								</TR>
								<TR>
									<TD width="36%">
										<DIV align="right">新密码:</DIV>
									</TD>
									<TD width="31%">&nbsp;
										<asp:TextBox id="tbx_newpassword" runat="server" TextMode="Password"></asp:TextBox></TD>
									<TD width="33%">&nbsp;</TD>
								</TR>
								<TR>
									<TD width="36%">
										<DIV align="right">确认新密码:</DIV>
									</TD>
									<TD width="31%">&nbsp;
										<asp:TextBox id="tbx_confirmpassword" runat="server" TextMode="Password"></asp:TextBox></TD>
									<TD width="33%">&nbsp;
										<asp:CompareValidator id="cpv_newpassword" runat="server" ErrorMessage="确认密码不一致" ControlToValidate="tbx_confirmpassword" ControlToCompare="tbx_newpassword"></asp:CompareValidator></TD>
								</TR>
							</table>
						</FONT>
						<asp:Label id="lbl_message" runat="server" ForeColor="Red"></asp:Label>
						<DIV align="center">
							<asp:Button id="btn_submit" runat="server" Text="确认修改" onclick="btn_submit_Click"></asp:Button><FONT face="宋体">&nbsp;
							</FONT>
						</DIV>
					</td>
				</tr>
				<tr align="middle" valign="center" bgcolor="#ffffff">
					<td height="11" colspan="2">
						<div align="center">
							<HR width="80%">
							<DIV align="center"><FONT size="2">1999-2002 版权所有,保留一切权力。法律声明、服务条款、隐私保护。<a href="http://www.51aspx.com" target="_blank">download from 51aspx.com</a>
 </FONT>
							</DIV>
						</div>
					</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -