📄 login.jsp
字号:
<%@ page contentType="text/html; charset=utf-8" language="java" errorPage="" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>武汉市仓库管理系统</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
overflow:hidden;
}
.STYLE3 {font-size: 12px; color: #adc9d9; }
.title3 {
font-family: "华文彩云";
font-size: 44px;
font-style: normal;
font-weight: 900;
line-height: 21px;
color: #CDEFFE;
}
.title4 {
font-family: "华文隶书";
font-size: 44px;
font-style: normal;
font-weight: bold;
line-height: 21px;
color: #CDEFFE;
}
.STYLE4 {
color: #FF33CC;
font-size: 14px;
}
-->
</style></head>
<script language="javascript" type="text/javascript"
src="<%=request.getContextPath()%>/js/ajax.js"></script>
<body>
<form name="form1" method="post" action="login.do">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#1075b1"> </td>
</tr>
<tr>
<td height="608" background="<%=request.getContextPath() %>/User/images/login_03.gif"><table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="310" background="<%=request.getContextPath() %>/User/images/login_04.gif">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> <span class="title3">武汉市</span><span class="title4">仓库管理系统</span></p></td>
</tr>
<tr>
<td height="84"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="381" height="84" background="<%=request.getContextPath() %>/User/images/login_06.gif"> </td>
<td width="162" valign="middle" background="<%=request.getContextPath() %>/User/images/login_07.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="36" height="24" valign="bottom"><div align="right"><span class="STYLE3">用户</span></div></td>
<td width="10" valign="bottom"> </td>
<td height="24" colspan="2" valign="bottom">
<div align="left">
<input type="text" name="userID" id="userID" style="width:100px; height:17px; background-color:#87adbf; border:solid 1px #153966; font-size:12px; color:#283439; " onBlur="checkUser()">
</div></td>
</tr>
<tr>
<td height="24" valign="bottom"><div align="right"><span class="STYLE3">密码</span></div></td>
<td width="10" valign="bottom"> </td>
<td height="24" colspan="2" valign="bottom"><input type="password" name="password" id="textfield2" style="width:100px; height:17px; background-color:#87adbf; border:solid 1px #153966; font-size:12px; color:#283439; "></td>
</tr>
<tr>
<td height="24" valign="bottom"><div align="right"><span class="STYLE3">身份</span></div></td>
<td width="10" valign="bottom"> </td>
<td height="24" colspan="2" valign="bottom"> <label>
<select name="select" size="1" style="width:100px; height:17px; background-color:#87adbf; border:solid 1px #153966; font-size:12px; color:#283439;">
<option value="1">系统管理员</option>
<option value="2">部门主管</option>
<option value="3" selected="selected">普通人员</option>
</select>
</label> </td>
</tr>
<tr>
<td height="24" valign="bottom"><div align="right"></div></td>
<td width="10" valign="bottom"> </td>
<td width="105" height="24" valign="bottom"><div class="STYLE4" id="result"></div>
<span class="STYLE4">${error}</span></td>
<td width="8" valign="bottom"> </td>
</tr>
<tr></tr>
</table></td>
<td width="26"><img src="<%=request.getContextPath() %>/User/images/login_08.gif" width="26" height="84"></td>
<td width="67" background="<%=request.getContextPath() %>/User/images/login_09.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25"><div align="center"> <input name="submit" type="image" src="<%=request.getContextPath() %>/User/images/dl.gif" width="57" height="20"> </div></td>
</tr>
<tr>
<td height="25"><div align="center"><input name="reset" type="image" src="<%=request.getContextPath() %>/User/images/cz.gif" width="57" height="20" onClick=""> </div></td>
</tr>
</table></td>
<td width="211" background="<%=request.getContextPath() %>/User/images/login_10.gif"> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="206" background="<%=request.getContextPath() %>/User/images/login_11.gif"> </td>
</tr>
</table></td>
</tr>
<tr>
<td bgcolor="#152753"> </td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -