⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.jsp

📁 servlet做的教职工管理系统
💻 JSP
字号:
<%@ 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">
<!--
.style3 {font-size: 12px}
.style6 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
body {
	background-color: #cccccc;
	background-image: url(bg_grad.jpg);
}
-->
</style>
</head>

<body>
<p>&nbsp;</p>
<table width="559" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="47" align="right" background="image/1.jpg"><span class="style6"><a href="zc.jsp"></a></span>  </td>
  </tr>
  <tr>
    <td height="66" background="image/2.jpg">&nbsp;</td>
  </tr>
  <tr>
    <td height="87" background="image/3.jpg">&nbsp;</td>
  </tr>
  <tr>
    <td height="100" background="image/bslogin_04.gif"><form name="form1" method="post" action="servlet/LoginAdmin">
      <table width="559" border="0">
        <tr align="center" valign="middle">
          <td width="251" height="15" align="right"><img src="image/name.gif" height="12px" width="8px"> <span class="style3">用户名:</span>
            <input name="user" type="text" id="user" style="width:150px; height:15px; background-image:url(glblnav_selected.gif); "/></td>
          <td width="298" align="left"><img src="image/mm.gif" height="12px" width="8px"> <span class="style3">密 码:</span>
            <input name="password" type="password" id="password" style="width:150px; height:15px; background-image:url(glblnav_selected.gif);border="";value=""></td>
          </tr>
        <tr align="center" valign="middle">
          <td> &nbsp;
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <input type="submit" name="Submit2" value="登录" style="empty-cells:hide"></td>
          <td align="left">
               
                            
                
            <input type="reset" name="Submit" value="关闭"></td>
          </tr>
      </table>
    </form></td>
  </tr>
  <tr>
    <td height="30" background="image/bslogin_05.gif">&nbsp;</td>
  </tr>
</table>
<p>&nbsp;</p>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -