Invites.jsp~15~
资源名称:shihua.rar [点击查看]
上传用户:zghglow
上传日期:2022-08-09
资源大小:27227k
文件大小:7k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
JavaScript
- <%@ page contentType="text/html; charset=GBK" %>
- <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
- <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
- <html>
- <head>
- <%@ include file="WebInfo.jsp" %>
- </head>
- <body bgcolor="#ffffff">
- <form action="" id="form1" method="POST">
- <%@ include file="Top/Top.jsp" %>
- <%@ include file="Top/MenuBanner.jsp" %>
- <table width="840" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:6px;">
- <tr>
- <td width="166" height="488" valign="top"><%@ include file="Left/LeftMenu.jsp" %></td>
- <td width="674" valign="top" style="padding:5px">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="30%"><strong><font color="#C80000"><l:out CNLetter="英才招聘" ENLetter="Hr Invites"/></font></strong></td>
- <td width="70%" valign="bottom"><div align="right" class="LoginTitle">当前位置:首页 > <c:out value="${menu.men_Name}" /> > 英才招聘</div></td>
- </tr>
- </table>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="2"></td>
- </tr>
- <tr>
- <td height="1" background="<%=request.getContextPath()%>/images/Lines.gif"></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="499" valign="top" style="padding:5px;">
- <table width="640" border="0" cellpadding="0" cellspacing="0" align="center" background="<%=request.getContextPath()%>/images/xxx_08.jpg">
- <tr>
- <td width="46" height="26"><div align="center" class="t4"><l:out CNLetter="序 号" ENLetter="ID"/></div></td>
- <td width="253"><div align="center" class="t4"><l:out CNLetter="标 题" ENLetter="Title"/></div></td>
- <td width="47"><div align="center" class="t4"><l:out CNLetter="人数" ENLetter="Counts"/></div></td>
- <td width="87"><div align="center" class="t4"><l:out CNLetter="工作地点" ENLetter="Workplace"/></div></td>
- <td width="79"><div align="center" class="t4"><l:out CNLetter="" ENLetter=""/><l:out CNLetter="发布日期" ENLetter="Issue Times"/></div></td>
- <td width="72"><div align="center" class="t4"><l:out CNLetter="点击数" ENLetter="Clicks"/></div></td>
- </tr>
- </table>
- <c:forEach var="jobs" items="${pageInfo.rows}" varStatus="status">
- <table width="640" border="0" align="center" cellpadding="0" cellspacing="0" height="30">
- <tr>
- <td width="43"><div align="center"><c:out value="${status.index + 1}" /></div></td>
- <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>
- <td width="45"><div align="center"><c:out value="${jobs.job_Count}" /></div></td>
- <td width="88"><div align="center"><c:out value="${jobs.job_Address}" /></div></td>
- <td width="79"><div align="center"><bean:write name="jobs" property="job_IssuanceTime" format="yyyy-MM-dd"/></div></td>
- <td width="69"><div align="center"><c:out value="${jobs.job_Click}" /></div></td>
- </tr>
- </table>
- <table width="640" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td height="1" background="<%=request.getContextPath()%>/images/Lines.gif"></td>
- </tr>
- </table>
- <table width="640" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td height="1" background="<%=request.getContextPath()%>/images/Lines.gif"></td>
- </tr>
- </table>
- </c:forEach>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr><td height="10"></td></tr>
- <tr>
- <td>
- <div align="right" >
- <c:if test="${sessionScope.Language == 'CN'}">
- 共<c:out value="${pageInfo.totalRows}"/>条记录 共<c:out value="${pageInfo.totalPages}"/>页 当前第<c:out value="${pageInfo.currentPageNO+1}"/>页
- </c:if>
- <c:if test="${sessionScope.Language == 'EN'}">
- <c:out value="${pageInfo.totalRows}"/> Post in All, <c:out value="${pageInfo.totalPages}"/> Page in All, Page <c:out value="${pageInfo.currentPageNO+1}"/>
- </c:if>
-
- <c:choose>
- <c:when test="${pageInfo.firstPageNO>=pageInfo.currentPageNO}">
- <l:out CNLetter="第一页" ENLetter="first page"/>
- |
- <l:out CNLetter="上一页" ENLetter="Previous Page"/>
- </c:when>
- <c:otherwise>
- <a href="javascript:doPost('pageNo=<c:out value="${pageInfo.firstPageNO}"/>')"><l:out CNLetter="第一页" ENLetter="first page"/></a>
- |
- <a href="javascript:doPost('pageNo=<c:out value="${pageInfo.previousPageNO}"/>')"><l:out CNLetter="上一页" ENLetter="Previous Page"/></a>
- </c:otherwise>
- </c:choose>
- |
- <c:choose>
- <c:when test="${pageInfo.lastPageNO<=pageInfo.currentPageNO}">
- <l:out CNLetter="下一页" ENLetter="Next Page"/>
- |
- <l:out CNLetter="最后页" ENLetter="Last Page"/>
- </c:when>
- <c:otherwise>
- <a href="javascript:doPost('pageNo=<c:out value="${pageInfo.nextPageNO}"/>')"><l:out CNLetter="下一页" ENLetter="Next Page"/></a>
- |
- <a href="javascript:doPost('pageNo=<c:out value="${pageInfo.lastPageNO}"/>')"><l:out CNLetter="最后页" ENLetter="Last Page"/></a>
- </c:otherwise>
- </c:choose>
- </div>
- </td>
- </tr>
- </table></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <%@ include file="Bottom.jsp" %>
- </form>
- </body>
- </html>