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

📄 adminpwd.aspx

📁 试题库管理系统可按章节、题型对试题库进行排序并重新变更题号。添加题型库允许用户修改试题类型
💻 ASPX
字号:
<%@ Page language="c#" Inherits="examonline.adminpwd" CodeFile="adminpwd.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>adminpwd</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<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 bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
					<tr>
						<td style="BACKGROUND-POSITION: right top; BACKGROUND-REPEAT: repeat-y" width="50%"
							background="images/bg1222.jpg" height="100%" rowSpan="10"></td>
						<td colSpan="2">
							<OBJECT codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
								height="148" width="780" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
								<PARAM NAME="_cx" VALUE="20638">
								<PARAM NAME="_cy" VALUE="3916">
								<PARAM NAME="FlashVars" VALUE="">
								<PARAM NAME="Movie" VALUE="054.swf">
								<PARAM NAME="Src" VALUE="054.swf">
								<PARAM NAME="WMode" VALUE="Window">
								<PARAM NAME="Play" VALUE="-1">
								<PARAM NAME="Loop" VALUE="-1">
								<PARAM NAME="Quality" VALUE="High">
								<PARAM NAME="SAlign" VALUE="">
								<PARAM NAME="Menu" VALUE="-1">
								<PARAM NAME="Base" VALUE="">
								<PARAM NAME="AllowScriptAccess" VALUE="">
								<PARAM NAME="Scale" VALUE="ShowAll">
								<PARAM NAME="DeviceFont" VALUE="0">
								<PARAM NAME="EmbedMovie" VALUE="0">
								<PARAM NAME="BGColor" VALUE="">
								<PARAM NAME="SWRemote" VALUE="">
								<PARAM NAME="MovieData" VALUE="">
								<PARAM NAME="SeamlessTabbing" VALUE="1">
								<PARAM NAME="Profile" VALUE="0">
								<PARAM NAME="ProfileAddress" VALUE="">
								<PARAM NAME="ProfilePort" VALUE="0">
								<PARAM NAME="AllowNetworking" VALUE="all">
								<PARAM NAME="AllowFullScreen" VALUE="false">
								<embed src="054.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
									type="application/x-shockwave-flash" width="780" height="148"> </embed>
							</OBJECT>
						</td>
						<td style="BACKGROUND-POSITION: left top; BACKGROUND-REPEAT: repeat-y" width="50%" background="images/bg1223.jpg"
							height="100%" rowSpan="10"></td>
					</tr>
					<tr>
						<td colSpan="2" height="100%"><FONT face="宋体">
								<TABLE id="Table4" cellSpacing="1" cellPadding="0" width="518" align="center" bgColor="#99ccff"
									border="0">
									<TR>
										<TD vAlign="middle" align="left" width="530" bgColor="#ffffff" height="160">
											<BLOCKQUOTE><br>
												<DIV style="DISPLAY: inline; WIDTH: 432px; FONT-FAMILY: 黑体; HEIGHT: 16px" align="center">修改密码</DIV>
												<br>
												<asp:Label id="lblmsg" runat="server" Width="360px" ForeColor="Red"></asp:Label><BR>
												&nbsp;&nbsp;&nbsp;管理帐号:
												<asp:textbox id="txtid" runat="server" Width="144px"></asp:textbox><FONT color="#ff0000">
													<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" ErrorMessage="不能为空。" ControlToValidate="txtid"></asp:RequiredFieldValidator></FONT><BR>
												&nbsp;&nbsp; 旧 密 码:
												<asp:textbox id="txtOldpwd" runat="server" TextMode="Password"></asp:textbox><FONT color="#ff0000">
													<asp:RequiredFieldValidator id="RequiredFieldValidator2" runat="server" ErrorMessage="不能为空。" ControlToValidate="txtOldpwd"></asp:RequiredFieldValidator></FONT><BR>
												&nbsp;&nbsp;&nbsp;新 密 码:
												<asp:textbox id="txtNewpwd" runat="server" TextMode="Password"></asp:textbox>
												<asp:RequiredFieldValidator id="RequiredFieldValidator3" runat="server" ErrorMessage="不能为空。" ControlToValidate="txtNewpwd"></asp:RequiredFieldValidator><BR>
												&nbsp;&nbsp;&nbsp;密码确认:
												<asp:TextBox id="txtRepwd" runat="server" TextMode="Password"></asp:TextBox>
												<asp:RequiredFieldValidator id="RequiredFieldValidator4" runat="server" ControlToValidate="txtRepwd" ErrorMessage="不能为空。"></asp:RequiredFieldValidator>
												<br>
												&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
												<asp:button id="btnlogin" runat="server" Text="修改" Width="96px" onclick="btnlogin_Click"></asp:button></BLOCKQUOTE>
										</TD>
									</TR>
								</TABLE>
							</FONT>
						</td>
					</tr>
					<tr>
						<td colspan="2" valign="top"><img src="images/copyright.gif" border="0" width="241" height="39" alt=""><img src="images/footer.gif" border="0" width="539" height="39" alt=""></td>
					</tr>
				</table>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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