📄 admin.jsp~4~
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理员登陆</title>
<style type="text/css">
<!--
.style15 {font-size: 13px; color: #0099FF; }
body {
font-size: 14px;
color: #993399;
}
INPUT {
FONT-SIZE: 12px; color: #000000; font-family: "Arial", "Helvetica", "sans-serif"
}
.style16 {
color: #99FF33;
font-size: 15px;
}
-->
</style>
<script language="javascript">
function openScript(url,name, width, height){
var Win = window.open(url,name,'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=yes' );
}
function checkform() {
if (document.form1.username.value==""){
alert("用户名不能为空");
document.form1.username.focus();
return false;
}
if (document.form1.password.value==""){
alert("用户密码不能为空");
document.form1.password.focus();
return false;
}
return true;
}
</script>
</head>
<body>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="8"><p align="center"> </p>
<p align="center">图书管理系统</p>
<p align="center"> </p>
<p align="center"> </p></td>
</tr>
<tr>
<td height="20" bgcolor="#416eab"> </td>
</tr>
<tr>
<td height="25" bgcolor="#6699CC"><div align="center" class="style16">管理员用户登陆</div></td>
</tr>
<tr>
<td height="2" bgcolor="#6699CC"> </td>
</tr>
<tr>
<td height="25" bgcolor="#6699cc"> </td>
</tr>
<tr>
<td height="20" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td><form name="form1" method="post" action="login.jsp">
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#0033FF">
<tr bgcolor="#FFFFFF">
<td height="50" colspan="2"> </td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="40%" height="20" bgcolor="#FFFFFF"><div align="right">用户名:</div></td>
<td><input type="text" name="username"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="20" bgcolor="#FFFFFF"><div align="right">密 码:</div></td>
<td><input type="password" name="password"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="50" colspan="2"> </td>
</tr>
<tr bgcolor="#6699cc">
<td height="100" colspan="2"><div align="center">
<input type="submit" name="Submit" value="登陆" onclick="javascript:return(checkform());">
<input type="reset" name="Submit" value="取消">
</div></td>
</tr>
</table>
</form></td>
</tr>
<tr>
<td height="2" bgcolor="#FFFFFF"><hr></td>
</tr>
<tr>
<td height="20" bgcolor="#FFFFFF"><div align="center">
<p class="style15">@2005.4-2005.?Made By WangJ At WUHAN University</p>
</div></td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><div align="center"><span class="style15">All Rights Reserved </span></div></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -