DownLoad.jsp~8~
资源名称:shihua.rar [点击查看]
上传用户:zghglow
上传日期:2022-08-09
资源大小:27227k
文件大小:5k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
JavaScript
- <%@ page contentType="text/html; charset=GBK" %>
- <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
- <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" ><c:out value="${title}" /></font></strong></td>
- <td width="70%" valign="bottom"><div align="right" class="LoginTitle">当前位置:首页 > <c:out value="${menu.men_Name}" /> > <c:out value="${title}" /></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="334" valign="top" style="padding:5px;">
- <c:forEach var="dl" items="${pageInfo.rows}" varStatus="status">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="3%" valign="top"><img src='<%=request.getContextPath()%>/<c:out value="${dl.imageUp.path}" />/<c:out value="${dl.imageUp.reallyname}" />' alt=""></td>
- <td width="97%" valign="top" style="padding-left:10px;">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td><a href="News_Info.asp" class="Operators_Link"><c:out value="${dl.dow_Title}" /></a></td>
- </tr>
- <tr>
- <td class="Notice_Content"><bean:write name="dl" property="dow_Summary" filter="false"/></td>
- </tr>
- <tr>
- <td style="padding-left:8px;"><a href='<%=request.getContextPath()%>/<c:out value="${dl.fileUp.path}" />/<c:out value="${dl.fileUp.reallyname}" />' class="Down_Link">点击下载本年度报告</a></td>
- </tr>
- <tr><td height="10"></td></tr>
- </table>
- </td>
- </tr>
- </table>
- </c:forEach>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <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>