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

📄 index.jsp

📁 用jsp,servlet实现人力资源管理系统
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<head>
    <base href="<%=basePath%>">
    
    <title>My JSP 'index.jsp' starting page</title>
    
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">    
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	<!--
	<link rel="stylesheet" type="text/css" href="styles.css">
	-->

  </head>



<body>

<div id="Layer1" 
style="position:absolute; 
left:0px; 
top:0px; 
width:1002px; 
height:100px; 
z-index:1">
  <table width="1002" height="100" border="0">
    <tr bgcolor="#00A4D1">
      <th colspan="2" scope="col"><div align="left"><img src="image/bu1.gif" width="299" height="70"></div></th>
    </tr>
    <tr>
      <td width="930" height="25" bgcolor="#eaeaea"><div align="left" ><img src="image/index-18.gif" width="20" height="20"> <span class="style1" >用户名:<%=(String)session.getAttribute("userName") %> </span></div></td>
      <td width="84" bgcolor="#eaeaea"><a href="form/denglu.jsp"><img src="image/an.gif" width="67" height="20" border="0"></a></td>
    </tr>
  </table>
</div>

  
<div id="Layer3" 
style="position:absolute; 
left:0px; 
top:103px; 
width:1002px; 
height:520px; 
z-index:3;
background-image:url(image/bj2.jpg);>
< table width="1002" height="500" border="1">

    <tr>
      <td width="1000" height="500" valign="top" bordercolor="#CCCCCC" bgcolor="#eaeaea"><p align="left">&nbsp;</p>
        <p align="left">                
        <table width="797" height="360" border="0">
        <tr>
          <th width="138" height="102" scope="col"><div align="center"><a href="servlet/IndexServlet?method=queryEmpInfo"><img src="image/zy-1.gif" width="80" height="100" border="0"></a></div></th>
          <td width="649" scope="col"><div align="left">
            <p align="left">可以通过本模块查询本公司职员的基本信息<strong>、</strong>员工档案、员工履历、员工合同、奖惩管理。并可以通过人员基本信息查询进行筛选人员。 </p>
            </div></td>
        </tr>
        <tr>
          <td height="102"><div align="center"><a href="servlet/MoveToServlet?method=queryEmpChange"><img src="image/zy-3.gif" width="80" height="100" border="0"></a></div></td>
          <td><p align="left">可以通过本模块进行职员的人事调动操作,并查询人员的调配经历。</p>
            </td>
        </tr>
        <tr>
          <td height="102"><div align="center"><a href="trasort.htm"><img src="image/zy-6.gif" width="80" height="100" border="0"></a></div></td>
          <td><div align="left">
            <p>可通过本模块查看培训类别、培训计划及发布、培训记录、培训人员及成绩、员工证书记录。并可通过教育培训情况查询进行人员筛选。 </p>
            </div></td>
        </tr>
        <tr>
          <td height="102"><div align="center"><a href="inslevel.htm"><img src="image/zy-8.gif" width="80" height="100" border="0"></a></div></td>
          <td> <p>可通过本模块进行机构级别维护、机构信息维护,查看用户管理、角色管理、 系统模块管理、角色模块分配、用户角色分配等信息。</p>
            </td>
        </tr>
      </table>
        <div align="left"></div></td>
    </tr>
  </table>
</div>

</body>
</html>

⌨️ 快捷键说明

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