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

📄 login.jsp

📁 oa办公系统
💻 JSP
字号:
<%@ page language="java" pageEncoding="GBK"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<base href="${basePath}"/>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>实训OA系统</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<style type="text/css">
<!--
.style1 {
	font-size: large;
	font-weight: bold;
}
.style5 {
	font-size: 14px;
	line-height: normal;
	color: #33CCFF;
}
.style8 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.style10 {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: blink;
}
-->
</style>
</head>

<body>
<div id="Layer1" style="position:absolute; left:361px; top:274px; width:280px; height:98px; z-index:1">
  <div align="left"></div>
  <form name="login" id="id" action="${actionBase}checklogin" method="post">
  <table width="304" height="79" border="0">
    <!--DWLayoutTable-->
    <tr>
      <td width="89" height="39" valign="top"><div align="center"><span class="style1">
          <input name="imageField" type="image" src="images/login_user.gif" align="center" width="30" height="30" border="0" disabled="0">
          <span class="style8">用户名</span></span></div></td>
      <td width="112" valign="top"><div align="left"><span class="style1">
          <input name="loginName" tabindex="1" type="text"  size="15"  >
      </span></div></td>
    <td width="89" rowspan="2"><div align="center">
      <input name="image" type="image"  tabindex="3" src="images/fggfdgdf-.jpg" width="56" height="52" border="0">
    </div></td>
    </tr>
    <tr>
      <td height="34" valign="top"><div align="center"><span class="style5">
          <input name="imageField2" type="image" src="images/login_pass.gif" align="center" width="30" height="30" border="0" disabled="0">
          <span class="style8">密 码</span></span></div></td>
      <td valign="top"><span class="style5"> <strong>
        <input name="password" type="password" tabindex="2" size="15" maxlength="15">
      </strong></span></td>
    </tr>
  </table>
</div>
<table width="950" border="0" cellpadding="0" cellspacing="0">
  <!--DWLayoutTable-->
  <tr>
    <td width="950" height="570"><div align="center"><img src="images/background5.jpg" width="100%" height="100%"></div></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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