Invites.jsp~15~
上传用户:zghglow
上传日期:2022-08-09
资源大小:27227k
文件大小:7k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

JavaScript

  1. <%@ page contentType="text/html; charset=GBK" %>
  2. <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
  3. <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
  4. <html>
  5. <head>
  6. <%@ include file="WebInfo.jsp" %>
  7. </head>
  8. <body bgcolor="#ffffff">
  9. <form action="" id="form1" method="POST">
  10. <%@ include file="Top/Top.jsp" %>
  11. <%@ include file="Top/MenuBanner.jsp" %>
  12. <table width="840" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:6px;">
  13.   <tr>
  14.     <td width="166" height="488" valign="top"><%@ include file="Left/LeftMenu.jsp" %></td>
  15.     <td width="674" valign="top" style="padding:5px">
  16.       <table width="100%" border="0" cellspacing="0" cellpadding="0">
  17.         <tr>
  18.           <td>
  19.             <table width="100%" border="0" cellspacing="0" cellpadding="0">
  20.               <tr>
  21.                 <td width="30%"><strong><font color="#C80000"><l:out CNLetter="英才招聘" ENLetter="Hr Invites"/></font></strong></td>
  22.                 <td width="70%" valign="bottom"><div align="right" class="LoginTitle">当前位置:首页 &gt; <c:out value="${menu.men_Name}" /> &gt; 英才招聘</div></td>
  23.               </tr>
  24.             </table>
  25.             <table width="100%" border="0" cellspacing="0" cellpadding="0">
  26.               <tr>
  27.                 <td height="2"></td>
  28.               </tr>
  29.               <tr>
  30.                 <td height="1" background="<%=request.getContextPath()%>/images/Lines.gif"></td>
  31.               </tr>
  32.             </table>
  33.           </td>
  34.         </tr>
  35.       </table>
  36.       <table width="100%" border="0" cellspacing="0" cellpadding="0">
  37.         <tr>
  38.           <td height="499" valign="top" style="padding:5px;">
  39.             <table width="640" border="0" cellpadding="0" cellspacing="0" align="center" background="<%=request.getContextPath()%>/images/xxx_08.jpg">
  40.               <tr>
  41.                 <td width="46" height="26"><div align="center" class="t4"><l:out CNLetter="序 号" ENLetter="ID"/></div></td>
  42.                 <td width="253"><div align="center" class="t4"><l:out CNLetter="标 题" ENLetter="Title"/></div></td>
  43.                 <td width="47"><div align="center" class="t4"><l:out CNLetter="人数" ENLetter="Counts"/></div></td>
  44.                 <td width="87"><div align="center" class="t4"><l:out CNLetter="工作地点" ENLetter="Workplace"/></div></td>
  45.                 <td width="79"><div align="center" class="t4"><l:out CNLetter="" ENLetter=""/><l:out CNLetter="发布日期" ENLetter="Issue Times"/></div></td>
  46.                 <td width="72"><div align="center" class="t4"><l:out CNLetter="点击数" ENLetter="Clicks"/></div></td>
  47.               </tr>
  48.             </table>
  49.             <c:forEach var="jobs" items="${pageInfo.rows}" varStatus="status">
  50.             <table width="640" border="0" align="center" cellpadding="0" cellspacing="0" height="30">
  51.               <tr>
  52.                 <td width="43"><div align="center"><c:out value="${status.index + 1}" /></div></td>
  53.                 <td width="255"><img src="<%=request.getContextPath()%>/images/icoo.gif" width="8" height="6" alt=""><a href='<%=request.getContextPath()%>/Index.do?todo=ShowInvitesInfo&jobID=<c:out value="${jobs.job_ID}" />&fMenuID=<c:out value="${param.fMenuID}" />'><c:out value="${jobs.job_Title}" /></a></td>
  54.                 <td width="45"><div align="center"><c:out value="${jobs.job_Count}" /></div></td>
  55.                 <td width="88"><div align="center"><c:out value="${jobs.job_Address}" /></div></td>
  56.                 <td width="79"><div align="center"><bean:write name="jobs" property="job_IssuanceTime" format="yyyy-MM-dd"/></div></td>
  57.                 <td width="69"><div align="center"><c:out value="${jobs.job_Click}" /></div></td>
  58.               </tr>
  59.             </table>
  60.             <table width="640" border="0" align="center" cellpadding="0" cellspacing="0">
  61.               <tr>
  62.                 <td height="1" background="<%=request.getContextPath()%>/images/Lines.gif"></td>
  63.               </tr>
  64.             </table>
  65.             <table width="640" border="0" align="center" cellpadding="0" cellspacing="0">
  66.               <tr>
  67.                 <td height="1" background="<%=request.getContextPath()%>/images/Lines.gif"></td>
  68.               </tr>
  69.             </table>
  70.             </c:forEach>
  71.             <table width="100%" border="0" cellspacing="0" cellpadding="0">
  72.               <tr><td height="10"></td></tr>
  73.               <tr>
  74.                 <td>
  75.                   <div align="right" >
  76.                     <c:if test="${sessionScope.Language == 'CN'}">
  77.                       共<c:out value="${pageInfo.totalRows}"/>条记录 共<c:out value="${pageInfo.totalPages}"/>页 当前第<c:out value="${pageInfo.currentPageNO+1}"/>页
  78.                     </c:if>
  79.                     <c:if test="${sessionScope.Language == 'EN'}">
  80.                       <c:out value="${pageInfo.totalRows}"/> Post in All, <c:out value="${pageInfo.totalPages}"/> Page in All, Page <c:out value="${pageInfo.currentPageNO+1}"/>
  81.                     </c:if>
  82.                     &nbsp;&nbsp;&nbsp;&nbsp;
  83.                     <c:choose>
  84.                       <c:when test="${pageInfo.firstPageNO>=pageInfo.currentPageNO}">
  85.                       <l:out CNLetter="第一页" ENLetter="first page"/>
  86.                       |
  87.                       <l:out CNLetter="上一页" ENLetter="Previous Page"/>
  88.                       </c:when>
  89.                       <c:otherwise>
  90.                         <a href="javascript:doPost('pageNo=<c:out value="${pageInfo.firstPageNO}"/>')"><l:out CNLetter="第一页" ENLetter="first page"/></a>
  91.                         |
  92.                         <a href="javascript:doPost('pageNo=<c:out value="${pageInfo.previousPageNO}"/>')"><l:out CNLetter="上一页" ENLetter="Previous Page"/></a>
  93.                       </c:otherwise>
  94.                     </c:choose>
  95.                     |
  96.                     <c:choose>
  97.                       <c:when test="${pageInfo.lastPageNO<=pageInfo.currentPageNO}">
  98.                       <l:out CNLetter="下一页" ENLetter="Next Page"/>
  99.                       |
  100.                       <l:out CNLetter="最后页" ENLetter="Last Page"/>
  101.                       </c:when>
  102.                       <c:otherwise>
  103.                         <a href="javascript:doPost('pageNo=<c:out value="${pageInfo.nextPageNO}"/>')"><l:out CNLetter="下一页" ENLetter="Next Page"/></a>
  104.                         |
  105.                         <a href="javascript:doPost('pageNo=<c:out value="${pageInfo.lastPageNO}"/>')"><l:out CNLetter="最后页" ENLetter="Last Page"/></a>
  106.                       </c:otherwise>
  107.                     </c:choose>&nbsp;&nbsp;
  108.                   </div>
  109.                 </td>
  110.               </tr>
  111.             </table></td>
  112.         </tr>
  113.       </table>
  114.     </td>
  115.   </tr>
  116. </table>
  117. <%@ include file="Bottom.jsp" %>
  118. </form>
  119. </body>
  120. </html>