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

📄 login.aspx

📁 The Management Information System of Library using .NET
💻 ASPX
字号:
<%@ Page CodeBehind="login.aspx.vb" Language="vb" AutoEventWireup="false" Inherits="lib2004.login" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><!-- InstanceBegin template="/Templates/lastmob.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!-- InstanceBeginEditable name="doctitle" -->
		<title>读者登陆</title> <!-- InstanceEndEditable --><style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style>
<link href="css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {
	color: #000000;
	font-size: 9pt;
}
-->
</style>
<!-- InstanceBeginEditable name="head" -->
			<style type="text/css">.style10 { FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #ff0000 }
	.style3 { FONT-SIZE: 12pt }
	</style>
			<script language="javascript">
		<!--
		function foc() {
		document.Form1.txtAu_id.focus();
		};
		//-->
			</script><!-- InstanceEndEditable -->
</head>

<body>
<table width="776" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#000000">
  <!--DWLayoutTable-->
  <tr>
    <td width="776" height="29" bgcolor="#000000"><img src="images/index_1.gif" width="270" height="36"></td>
  </tr>
</table>

<table width="776" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000" class="txt">
  <!--DWLayoutTable-->
  <tr bgcolor="#E48A00">
    <td  height="19"  colspan="2"><!-- InstanceBeginEditable name="top1" --> &nbsp;当前位置-&gt;&gt;读者登陆<!-- InstanceEndEditable --></td>
  </tr>
  <tr>
    <td width="213" rowspan="2" valign="top"><img src="images/pic01_1.jpg" width="213" height="134"></td>
    <td width="560" height="22" valign="top" bgcolor="#FDBB53"> <a href="default.aspx"><img src="images/index_6.gif" alt="" width=48 height=22 border="0"></a><a href="quebook.aspx"><img src="images/index_8.gif" alt="" width=74 height=22 border="0"></a><a href="login.aspx"><img src="images/index_10.gif" alt="" width=72 height=22 border="0"></a><a href="yifk.aspx"><img src="images/index_12.gif" width="77" height="22" border="0"></a><a href="aboutus.aspx"><img src="images/index_16.gif" alt="" width=74 height=22 border="0"></a></td>
  </tr>
  <tr>
    <td height="112" bgcolor="#F4C986"><img src="images/index_25.gif" width=556 height=111 alt=""></td>
  </tr>
  <tr align="center" bgcolor="#FFFFFF">
    <td colspan="2"> <!-- InstanceBeginEditable name="context1" -->
					<form id="Form1" method="post" runat="server">
						<table height="300" cellSpacing="0" cellPadding="0" width="770" border="0">
							<tr>
								<td>
									<table height="137" cellSpacing="0" cellPadding="0" width="211" align="center" border="0">
										<tr align="center">
											<td class="style3" colSpan="2" height="32"><strong><img src="gifok/user.jpg" width="16" height="16">读者登陆</strong></td>
										</tr>
										<tr>
											<td vAlign="top" width="81" height="36"><span class="style10">用户名:</span></td>
											<td vAlign="top" align="left" width="130" height="36"><asp:textbox id="txtAu_id" runat="server" CssClass="Minput"></asp:textbox><asp:requiredfieldvalidator id="RequiredFieldValidator1" runat="server" ErrorMessage="用户名不能为空" ControlToValidate="txtAu_id"></asp:requiredfieldvalidator></td>
										</tr>
										<tr>
											<td width="81" height="39"><span class="style10">密&nbsp;&nbsp;码:</span></td>
											<td align="left" height="39"><asp:textbox id="txtAu_pwd" runat="server" TextMode="Password" CssClass="Minput"></asp:textbox></td>
										</tr>
										<tr>
											<td colSpan="2" height="32"><asp:button id="btnLogin" Text="登陆" runat="server"></asp:button>&nbsp;<INPUT onclick="txtAu_id.focus();" type="reset" value="重置">
												<asp:label id="lblIslog" runat="server" Width="97px" ForeColor="Red" Visible="False">密码错误</asp:label></td>
										</tr>
									</table>
								</td>
							</tr>
						</table>
					</form>
					<!-- InstanceEndEditable --></td>
  </tr>
  <tr align="center" bgcolor="#FDBB53">
    <td height="22" colspan="2">图书馆管理信息系统@2004 版权所有 Design by 翟靖轩</td>
  </tr>
</table>
</body>
<!-- InstanceEnd --></html>

⌨️ 快捷键说明

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