index.jsp
来自「JSP页面和oracle9i数据库的源代码」· JSP 代码 · 共 99 行
JSP
99 行
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!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">
<!--
a:link {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.style1 {font-size: 24px}
body {
background-image: url(img/0822.jpg);
}
-->
</style></head>
<body>
<%session.removeAttribute("page_type");session.removeAttribute("page_name");%>
<%String meb=response.encodeURL("check_in.jsp");%>
<div align="center">
<table width="563" height="348" border="0" align="center">
<tr>
<td width="557" height="206" align="center" valign="middle"><table width="437" height="13" cellpadding="0" cellspacing="0">
<tr>
<td width="435" background="img/backgroudn_super_index.gif"><div align="center" class="style1">欢迎登陆本办公自动化管理网站</div></td>
</tr>
</table> <div align="center">
<form name="form1" method="post" action="<%=meb%>">
<table width="360" height="120" border="0">
<tr>
<td colspan="2" ><div align="center">用户:
<input name="logname" type="text" id="ID3" height="13" style=" BACKGROUND-COLOR: rgb(255,255,255); BORDER-BOTTOM: rgb(80,139,220) 2px solid; BORDER-LEFT: rgb(80,139,220) 2px solid; BORDER-RIGHT: rgb(80,139,220) 2px solid; BORDER-TOP: rgb(80,139,220) 2px solid" size="20" maxlength="30">
</div>
<div align="left"> </div></td>
</tr>
<tr>
<td colspan="2"><div align="center">密码:
<input name="logpwd" type="password" id="pwd3" height="13" style=" BACKGROUND-COLOR: rgb(255,255,255); BORDER-BOTTOM: rgb(80,139,220) 2px solid; BORDER-LEFT: rgb(80,139,220) 2px solid; BORDER-RIGHT: rgb(80,139,220) 2px solid; BORDER-TOP: rgb(80,139,220) 2px solid" value="" size="20" maxlength="30">
</div>
<div align="left"> </div></td>
</tr>
<tr>
<td colspan="2">
<div align="left">
</div>
<div align="center">
<input name="type" type="radio" value="cw" >
工资管理登入模式
</div> </td>
</tr>
<tr>
<td colspan="2"><div align="center">
<input name="type" type="radio" value="rs">
人事管理登入模式</div></td>
</tr>
<tr>
<td colspan="2"><div align="center">
<input name="type" type="radio" value="super">
超级管理人员登入</div></td>
</tr>
<tr>
<td width="245">
<div align="center">
<input name="checkin" type="submit" id="checkin3" value="登入" style="COLOR: rgb(255,255,255);BACKGROUND-COLOR: rgb(47,104,200); BORDER-BOTTOM: rgb(80,139,220) 2px solid; BORDER-LEFT: rgb(80,139,220) 2px solid; BORDER-RIGHT: rgb(80,139,220) 2px solid; BORDER-TOP: rgb(80,139,220) 2px solid">
</div></td>
<td width="245"> <div align="center">
<input name="reset" type="reset" id="reset" value="重填" style="COLOR: rgb(255,255,255);BACKGROUND-COLOR: rgb(47,104,200); BORDER-BOTTOM: rgb(80,139,220) 2px solid; BORDER-LEFT: rgb(80,139,220) 2px solid; BORDER-RIGHT: rgb(80,139,220) 2px solid; BORDER-TOP: rgb(80,139,220) 2px solid">
</div></td>
</tr>
</table>
<table width="360" border="0">
<tr>
<td><div align="center">请注意所使用的用户名与所选权限的匹配!</div></td>
</tr>
</table>
</form>
</div>
</td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?