📄 index.jsp
字号:
<%@ page language="java" import="java.util.*,com.accpedu.LHcompany.dao.*,com.accpedu.LHcompany.entity.*" pageEncoding="gbk"%>
<html>
<head>
<link rel="stylesheet" type="text/css" href="../css/css.css">
<style type="text/css">
#Layer2 {
position:absolute;
width:200px;
height:220px;
left:30px;
top:220;
z-index:1;
}
#Layer3 {
position:absolute;
width:200px;
height:115px;
left:0px;
top:0px;
z-index:1;
}
#Layer4 {
position:absolute;
width:200px;
height:115px;
left:200px;
top:15px;
z-index:1;
border-left:solid;
border-left-width:2px;
border-left-color:#CCFFFF;
text-align:center;
vertical-align:middle;
}
#Layer5 {
position:absolute;
width:300px;
left:90px;
top:60px;
z-index:1;
}
.STYLE1 {font-size: 12px}
.STYLE2 {font-family: "新宋体"}
-->
</style>
</head>
<body>
<%@ include file="top.jsp" %>
<div id="Layer2">
<span class="STYLE1"><font color="red" face="宋体">首页>后台管理</font></span><br>
<div id="Layer3">
<%@ include file="left.jsp" %>
</div>
<div id="Layer4" >
<br><br>
<div id="Layer5">
<form method="post" action="doLogin.jsp" name="LogForm" onSubmit="return check()">
<table border="0" cellpadding="0" cellspacing="0" width="300">
<tr>
<td colspan="2" align="center" height="25" bgcolor="#EAFOFB"><b style="color:5F5F5F; font-size:14px">管 理 员 登 录 </b></td>
</tr>
<tr>
<td bgcolor="#EBEBEB" height="30" align="center"><span class="bg STYLE2"> 您的账号:</span></td>
<td bgcolor="#EBEBEB" height="30" align="center"><input type="text" name="LogName"></td>
</tr>
<tr>
<td bgcolor="#EBEBEB" height="30" align="center"><span class="bg STYLE2"> 您的密码:</span></td>
<td bgcolor="#EBEBEB" height="30" align="center"><input type="password" name="LogPwd"></td>
</tr>
<tr>
<td bgcolor="#EAFOFB" colspan="2" align="right" height="25"> </td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" value="登 陆">
<input type="reset" value="重 置"> </td>
</tr>
</table>
</form>
</div>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -