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

📄 employlist.jsp

📁 本人用JSP编写的一个网站程序
💻 JSP
字号:
<%@ page contentType="text/html;charset=gb2312" %>
<html>
<head>
<title>大连中连房地产开发有限公司</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
	margin-top: 0px;
}
-->
</style>
<link href="../css/style.css" rel="stylesheet" type="text/css">
</head>
<%
String pagesum = request.getParameter("pagesum");
if (pagesum==null)
{
 pagesum = "1";
 }
%>
<body>
<table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td colspan="2"><img src="../images/001.gif" width="750" height="67" usemap="#Map2"  border="0"></td>
  </tr>
  <tr>
    <td colspan="2"><img src="../images/002.gif" width="750" height="30" border="0" usemap="#Map"></td>
  </tr>
  <tr>
    <td width="202" valign="top" background="../images/bg001.gif"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td align="center"><img src="../images/003.gif" width="202" height="13"></td>
        </tr>
        <tr>
          <td align="center">&nbsp;</td>
        </tr>
        <tr>
          <td align="center"><a href="../jingyuan/index.html" target="_blank"><img src="../images/008.gif" width="202" height="50" border="0"></a></td>
        </tr>
        <tr>
          <td align="center"><a href="../juxin/index.htm" target="_blank"><img src="../images/009.gif" width="202" height="51" border="0"></a></td>
        </tr>
        <tr>
          <td align="center"><a href="../jinling/index.htm" target="_blank"><img src="../images/010.gif" width="202" height="54" border="0"></a></td>
        </tr>
        <tr>
          <td align="center">&nbsp;</td>
        </tr>
    </table></td>
    <td width="524" valign="top" background="../images/bg003.gif"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td><img src="../images/011.gif" width="548" height="137"></td>
        </tr>
        <tr>
          <td><table width="100%"  border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td colspan="3"><img src="../images/039.gif" width="548" height="36"></td>
            </tr>
            <tr>
              <td width="13" rowspan="3" background="../images/bg004.gif">&nbsp;</td>
              <td width="514" height="28" background="../images/033.gif">&nbsp;</td>
              <td width="21" rowspan="3" background="../images/bg005.gif">&nbsp;</td>
            </tr>
            <tr>
              <td><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td height="25" >
				  
		                <jsp:include page="titleList.jsp" flush="true" > 
						<jsp:param name="pagesum" value="<%=pagesum%>" />
						</jsp:include>
					
				  </td>
                </tr>
              </table></td>
            </tr>
            <tr>
              <td><img src="../images/034.gif" width="514" height="1"></td>
            </tr>
            <tr>
              <td colspan="3"><img src="../images/032.gif" width="548" height="12"></td>
            </tr>
          </table></td>
        </tr>
    </table></td>
  </tr>
  <tr>
    <td colspan="2"><img src="../images/029.gif" width="750" height="14"></td>
  </tr>
  <tr>
    <td colspan="2"><img src="../images/030.gif" width="750" height="56"></td>
  </tr>
</table>
<map name="Map"> 
  <area shape="rect" coords="128,9,159,30" href="../home.jsp">
  <area shape="rect" coords="170,7,224,28" href="../home/zhonglian.htm">
  <area shape="rect" coords="242,8,295,27" href="../news/newslist.jsp">
  <area shape="rect" coords="312,7,370,28" href="../building/buildinglist.jsp">
  <area shape="rect" coords="388,8,442,30" href="../home/invest.htm">
  <area shape="rect" coords="462,8,516,30" href="../home/item.htm">
  <area shape="rect" coords="536,9,588,27" href="employlist.jsp">
  <area shape="rect" coords="606,7,660,29" href="../home/contact.htm">
</map>
<map name="Map2">
  <area shape="rect" coords="618,44,710,64" href="../admin/login.jsp">
</map>
</body>
</html>

⌨️ 快捷键说明

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