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

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

开发平台:

JavaScript

  1. <%@ page contentType="text/html; charset=GBK" %>
  2. <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
  3. <html>
  4. <head>
  5. <%@ include file="WebInfo.jsp" %>
  6. </head>
  7. <body bgcolor="#ffffff">
  8. <form action="" id="form1" method="POST">
  9. <%@ include file="Top/Top.jsp" %>
  10. <%@ include file="Top/MenuBanner.jsp" %>
  11. <table width="840" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:6px;">
  12.   <tr>
  13.     <td width="166" height="488" valign="top"><%@ include file="Left/LeftMenu.jsp" %></td>
  14.     <td width="674" valign="top" style="padding:5px">
  15.       <table width="100%" border="0" cellspacing="0" cellpadding="0">
  16.         <tr>
  17.           <td>
  18.             <table width="100%" border="0" cellspacing="0" cellpadding="0">
  19.               <tr>
  20.                 <td width="30%"><strong><font color="#C80000" ><c:out value="${title}" /></font></strong></td>
  21.                 <td width="70%" valign="bottom"><div align="right" class="LoginTitle">当前位置:首页 &gt; <c:out value="${menu.men_Name}" /> &gt; <c:out value="${title}" /></div></td>
  22.               </tr>
  23.             </table>
  24.             <table width="100%" border="0" cellspacing="0" cellpadding="0">
  25.               <tr>
  26.                 <td height="2"></td>
  27.               </tr>
  28.               <tr>
  29.                 <td height="1" background="<%=request.getContextPath()%>/images/Lines.gif"></td>
  30.               </tr>
  31.             </table>
  32.           </td>
  33.         </tr>
  34.       </table>
  35.       <table width="100%" border="0" cellspacing="0" cellpadding="0">
  36.         <tr>
  37.           <td height="334" valign="top" style="padding:5px;">
  38.             <c:forEach var="dl" items="${pageInfo.rows}" varStatus="status">
  39.               <table width="100%" border="0" cellspacing="0" cellpadding="0">
  40.                 <tr>
  41.                   <td width="3%" valign="top"><img src='<%=request.getContextPath()%>/<c:out value="${dl.imageUp.path}" />/<c:out value="${dl.imageUp.reallyname}" />' alt=""></td>
  42.                   <td width="97%" valign="top" style="padding-left:10px;">
  43.                     <table width="100%" border="0" cellspacing="0" cellpadding="0">
  44.                       <tr>
  45.                         <td><a href="News_Info.asp" class="Operators_Link"><c:out value="${dl.dow_Title}" /></a></td>
  46.                       </tr>
  47.                       <tr>
  48.                         <td class="Notice_Content"><bean:write name="dl" property="dow_Summary" filter="false"/></td>
  49.                       </tr>
  50.                       <tr>
  51.                         <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>
  52.                       </tr>
  53.                       <tr><td height="10"></td></tr>
  54.                     </table>
  55.                   </td>
  56.                 </tr>
  57.               </table>
  58.             </c:forEach>
  59.             <table width="100%" border="0" cellspacing="0" cellpadding="0">
  60.               <tr>
  61.                 <td>
  62.                   <div align="right" >
  63.                     <c:if test="${sessionScope.Language == 'CN'}">
  64.                       共<c:out value="${pageInfo.totalRows}"/>条记录 共<c:out value="${pageInfo.totalPages}"/>页 当前第<c:out value="${pageInfo.currentPageNO+1}"/>页
  65.                     </c:if>
  66.                     <c:if test="${sessionScope.Language == 'EN'}">
  67.                       <c:out value="${pageInfo.totalRows}"/> Post in All, <c:out value="${pageInfo.totalPages}"/> Page in All, Page <c:out value="${pageInfo.currentPageNO+1}"/>
  68.                     </c:if>
  69.                     &nbsp;&nbsp;&nbsp;&nbsp;
  70.                     <c:choose>
  71.                       <c:when test="${pageInfo.firstPageNO>=pageInfo.currentPageNO}">
  72.                       <l:out CNLetter="第一页" ENLetter="first page"/>
  73.                       |
  74.                       <l:out CNLetter="上一页" ENLetter="Previous Page"/>
  75.                       </c:when>
  76.                       <c:otherwise>
  77.                         <a href="javascript:doPost('pageNo=<c:out value="${pageInfo.firstPageNO}"/>')"><l:out CNLetter="第一页" ENLetter="first page"/></a>
  78.                         |
  79.                         <a href="javascript:doPost('pageNo=<c:out value="${pageInfo.previousPageNO}"/>')"><l:out CNLetter="上一页" ENLetter="Previous Page"/></a>
  80.                       </c:otherwise>
  81.                     </c:choose>
  82.                     |
  83.                     <c:choose>
  84.                       <c:when test="${pageInfo.lastPageNO<=pageInfo.currentPageNO}">
  85.                       <l:out CNLetter="下一页" ENLetter="Next Page"/>
  86.                       |
  87.                       <l:out CNLetter="最后页" ENLetter="Last Page"/>
  88.                       </c:when>
  89.                       <c:otherwise>
  90.                         <a href="javascript:doPost('pageNo=<c:out value="${pageInfo.nextPageNO}"/>')"><l:out CNLetter="下一页" ENLetter="Next Page"/></a>
  91.                         |
  92.                         <a href="javascript:doPost('pageNo=<c:out value="${pageInfo.lastPageNO}"/>')"><l:out CNLetter="最后页" ENLetter="Last Page"/></a>
  93.                       </c:otherwise>
  94.                     </c:choose>&nbsp;&nbsp;
  95.                   </div>
  96.                 </td>
  97.               </tr>
  98.             </table>
  99.           </td>
  100.         </tr>
  101.       </table>
  102.     </td>
  103.   </tr>
  104. </table>
  105. <%@ include file="Bottom.jsp" %>
  106. </form>
  107. </body>
  108. </html>