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

📄 jobs.jsp

📁 华东粮油电子交易市场网站源码华东粮油电子交易市场网站源码华东粮油电子交易市场网站源码
💻 JSP
字号:
<%@ page contentType="text/html;charset=GBK"%>
<%@ include file="/inc/pv/user.jsp"%>
<%@ include file="/inc/public/msg.jsp"%>
<%
	String strOfficeStyle = site.bean.SitePara.strVirtualName + "/member/" + igec.util.CookieUtil.getCookieValue(request,site.bean.SitePara.strCookieUserTheme,"stand");
 java.util.ArrayList list = (java.util.ArrayList)request.getAttribute("list");
 igec.site.base.bean.LongSysObj lo = (igec.site.base.bean.LongSysObj)request.getAttribute("lo");
 if(lo==null || list==null){
		return;
 }
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK" />
<title> 会员办公室--<%=site.bean.SitePara.strWebTitle%> </title>
<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/clear.jsp"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/public.js"></script> 
<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/xmlhttp.js"></script>
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/content.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/tree.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/mainframe.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/css.css" type="text/css" />
<script type="text/javascript" src="<%=site.bean.SitePara.strVirtualName%>/member/js/tree.jsp?baseurl=<%=strOfficeStyle%>"></script> 
<link rel="shortcut icon" href="<%=site.bean.SitePara.strVirtualName%>/favicon.ico">
</head>  

<script>
 function upWindow(id){
    window.open('jobinfo.jsp?id='+id,'newwindow','width=500,height=400,toolbar=no,menubar=no,scrollbars=yes,  resizable=yes,location=no,status=no');
}
</script>
  <body>
<%@ include file="../top.jsp"%>
    <div  id="screen">
		<!--content-->
		<div id="contentfloat">
		  <div id="content">
 
 <form  name="form1" id="form1">
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr> 
      <td  valign="top"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
   
    <tr>
      <td height="2" bgcolor="#fd790d"></td>
    </tr>
	 <tr>
      <td height="10">&nbsp;</td>
    </tr>
  </table>
        <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td valign="top">
        <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td width="77%"><font color="112382" class="font14"><strong>招聘信息</strong></font></td>
          </tr>
        </table>        </td>
    </tr>
  
    
    <tr>
      <td height="110" valign="top"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
          <tr>
            <td width="25%" height="25" align="center" bgcolor="#e5f3fa" class="border3"><strong>招聘职位</strong></td> 
            <td width="18%" align="center" bgcolor="#e5f3fa" class="border3"><strong>浏览次数</strong></td>
			<td width="17%" align="center" bgcolor="#e5f3fa" class="border3"><strong>更新时间</strong></td>
            <td width="13%" align="center" bgcolor="#e5f3fa" class="border3"><strong>详细信息</strong></td>
          </tr>
		  
		  <%
			  if(list!=null&&list.size()>0)
			    for(int i=0;i<list.size();i++){
                   site.bean.MebJobObj info=(site.bean.MebJobObj)(list.get(i));  
		   %>
          <tr>
            <td height="50" align="center" class="border3"><%=info.getZpzw()%></td>
			<td align="center" class="border3"><%=info.getHits()%></td>
            <td align="center" class="border3"><%=igec.util.Tool.getStrTime(info.getAddtime(),1)%></td>            
            <td align="center" class="border3">
			  <font onclick="javascript:upWindow('<%=info.getId()%>');" onmouseover="this.style.cursor='hand';">查看</font>			</td>
          </tr>
		  <% } %>
        </table>
       <center><%=lo.getStrValue15().equals("")?"":lo.getStrValue15()%></center>
        </td>
    </tr>
  </table></td>
    </tr>
  </table>
 
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>

   
 
 </form>
<br />
 <br />
 	  </div>
		</div>
		<!--end/content-->				
		<!--left-->
<div id="leftmenu">			
	<!--menu-->
	  <div id="tree1"></div>
	<!--end/menu-->
	</div>
		<!--end/left-->
	</div>	
<script language="javascript" src="<%=strOfficeStyle%>/menu.jsp?iid=<%=request.getParameter("iid")%>"></script>
<script type="text/javascript">treeInit();</script>
 <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td height="2" bgcolor="#ff7b0f"></td>
    </tr>
  </table>
  <%@ include file="../bot.jsp"%>
  </body>
 </html>

⌨️ 快捷键说明

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