📄 index.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<link rel="stylesheet" href="css/text.css" type="text/css">
</head>
<body leftMargin=0 topMargin=0 marginheight="0" marginwidth="0" >
<script language="JavaScript">
<!--
function check_null()
{
if(document.login.username.value=="")
{
alert("用户名不能为空!");
return false;
}
if(document.login.password.value=="")
{
alert("请输入你的密码!");
return false;
}
return true;
}
function ChangeUserType()
{
if (document.all("userright").value=='admin' )
{
msg.innerHTML ="<FONT color=#000000>管理帐号:</font>"
}
else
{
msg.innerHTML ="<FONT color=#000000>借书卡号:</font>"
}
}
-->
</script>
<br>
<br>
<br>
<br>
<div align="center">
<center>
<table align=center border=0 cellPadding=0 cellSpacing=0 width=600>
<tr>
<td width=134 height=37><IMG src="images/top_left.gif" width="134" height="37"></td>
<td width="100%" background=images/top_middle.gif height=37>
<p align="center"><font color="#FFFFFF">欢迎使用图书管理系统</font></td>
<td width=49 height=37> <IMG height=37 src="images/top_right.gif" width=49></td>
</tr>
</table>
</center>
</div>
<div align=center>
<center>
<table border=0 cellPadding=0 cellSpacing=0 width=600 height=113 bordercolor="#111111">
<tr>
<td width=11 height=113 background="images/middle_left.gif"> </td>
<td width=578 align="center" height=21>
<br><table border="2" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#6687BA" width="48%" id="AutoNumber1" height="112">
<form method="post" action="check.asp" onSubmit="javascript: return check_null();" >
<tr>
<td width="100%" height="24" colspan="2" background="images/admin_left.gif">
<p align="center">
<font style="LINE-HEIGHT: 150%" face="Wingdings" color="#6687ba" size="2">
v</font>用户登陆<font style="LINE-HEIGHT: 150%" face="Wingdings" color="#6687ba" size="2">v</font></td>
</tr>
<tr>
<td width="31%" height="30">
<div align="center"><font color="#000000">卡号/用户名</font></div></td>
<td width="69%" height="30">
<p align="center"><input type="text" name="user" size="20"></td>
</tr>
<tr>
<td width="31%" height="31">
<p align="center">密 码:</td>
<td width="69%" height="31">
<p align="center"><input type="password" name="password" size="20" ></td>
</tr>
<tr>
<td width="31%" height="31">
<p align="center">用 户 类 型:</td>
<td width="69%" height="31"><p align="center">
<select name="userright" id="select" onchange="javascript:ChangeUserType();">
<option value="admin">管理员</option>
<option value="user" selected>用户</option>
</select> </td>
</tr>
<tr>
<td width="100%" height="27" colspan="2">
<p align="center"><input type="submit" value="提交"> <input type="reset" value="重置"> </td>
</tr>
</form>
</table>
<br>
</td>
<td width=11 background="images/middle_left.gif" height=113> </td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" bordercolor="#111111" width=600>
<tr>
<td width="133" height="72"><IMG height="72" src="images/bottom_left.gif" width="133"></td>
<TD width="100%" background=images/bottom_middle.gif height=72> <font color="#FFFFFF">All
Rights Reserved.Copyleft © 2004</font> <font color="#FFFFFF">孤情浪子</font></a></TD>
<td width="22" height="72"><IMG height="72" src="images/bottom_right.gif" width="22"></td>
</tr>
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -