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

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" bgcolor="#F6F6F6"><%@ 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%">&nbsp;<strong><font color="#C80000" ><c:out value="${title}" /></font></strong></td>
  22.                 <td width="70%" valign="bottom"><div align="right" class="LoginTitle"><l:out CNLetter="当前位置:首页" ENLetter="Position:Home"/> &gt; <c:out value="${menu.men_Name}" /> &gt; <c:out value="${title}" /></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="334" valign="top" style="padding:5px;">
  39.             <c:forEach var="dl" items="${pageInfo.rows}" varStatus="status">
  40.               <table width="100%" border="0" cellspacing="0" cellpadding="0">
  41.                 <tr>
  42.                   <td width="3%" valign="top"><img src='<%=request.getContextPath()%>/<c:out value="${dl.imageUp.path}" />/<c:out value="${dl.imageUp.reallyname}" />' alt=""></td>
  43.                   <td width="97%" valign="top" style="padding-left:10px;">
  44.                     <table width="100%" border="0" cellspacing="0" cellpadding="0">
  45.                       <tr>
  46.                         <td><a href="<%=request.getContextPath()%>/<c:out value="${dl.fileUp.path}" />/<c:out value="${dl.fileUp.reallyname}" />" class="Operators_Link"><c:out value="${dl.dow_Title}" /></a>(格式:<c:out value="${dl.dow_BackName}" />,大小:<c:out value="${dl.dow_FileSize}" />KB)</td>
  47.                       </tr>
  48.                       <tr>
  49.                         <td class="Notice_Content"><bean:write name="dl" property="dow_Summary" filter="false"/></td>
  50.                       </tr>
  51.                       <tr>
  52.                         <td style="padding-left:8px;"><a href='<%=request.getContextPath()%>/<c:out value="${dl.fileUp.path}" />/<c:out value="${dl.fileUp.reallyname}" />' class="Down_Link"><l:out CNLetter="点击下载本年度报告" ENLetter="DownLoad"/></a></td>
  53.                       </tr>
  54.                       <tr><td height="10"></td></tr>
  55.                     </table>
  56.                   </td>
  57.                 </tr>
  58.               </table>
  59.             </c:forEach>
  60.             <table width="100%" border="0" cellspacing="0" cellpadding="0">
  61.               <tr>
  62.                 <td>
  63.                   <div align="right" >
  64.                     <c:if test="${sessionScope.Language == 'CN'}">
  65.                       共<c:out value="${pageInfo.totalRows}"/>条记录 共<c:out value="${pageInfo.totalPages}"/>页 当前第<c:out value="${pageInfo.currentPageNO+1}"/>页
  66.                     </c:if>
  67.                     <c:if test="${sessionScope.Language == 'EN'}">
  68.                       <c:out value="${pageInfo.totalRows}"/> Post in All, <c:out value="${pageInfo.totalPages}"/> Page in All, Page <c:out value="${pageInfo.currentPageNO+1}"/>
  69.                     </c:if>
  70.                     &nbsp;&nbsp;&nbsp;&nbsp;
  71.                     <c:choose>
  72.                       <c:when test="${pageInfo.firstPageNO>=pageInfo.currentPageNO}">
  73.                       <l:out CNLetter="第一页" ENLetter="first page"/>
  74.                       |
  75.                       <l:out CNLetter="上一页" ENLetter="Previous Page"/>
  76.                       </c:when>
  77.                       <c:otherwise>
  78.                         <a href="javascript:doPost('pageNo=<c:out value="${pageInfo.firstPageNO}"/>')"><l:out CNLetter="第一页" ENLetter="first page"/></a>
  79.                         |
  80.                         <a href="javascript:doPost('pageNo=<c:out value="${pageInfo.previousPageNO}"/>')"><l:out CNLetter="上一页" ENLetter="Previous Page"/></a>
  81.                       </c:otherwise>
  82.                     </c:choose>
  83.                     |
  84.                     <c:choose>
  85.                       <c:when test="${pageInfo.lastPageNO<=pageInfo.currentPageNO}">
  86.                       <l:out CNLetter="下一页" ENLetter="Next Page"/>
  87.                       |
  88.                       <l:out CNLetter="最后页" ENLetter="Last Page"/>
  89.                       </c:when>
  90.                       <c:otherwise>
  91.                         <a href="javascript:doPost('pageNo=<c:out value="${pageInfo.nextPageNO}"/>')"><l:out CNLetter="下一页" ENLetter="Next Page"/></a>
  92.                         |
  93.                         <a href="javascript:doPost('pageNo=<c:out value="${pageInfo.lastPageNO}"/>')"><l:out CNLetter="最后页" ENLetter="Last Page"/></a>
  94.                       </c:otherwise>
  95.                     </c:choose>&nbsp;&nbsp;
  96.                   </div>
  97.                 </td>
  98.               </tr>
  99.             </table>
  100.           </td>
  101.         </tr>
  102.       </table>
  103.     </td>
  104.   </tr>
  105. </table>
  106. <%@ include file="Bottom.jsp" %>
  107. </form>
  108. </body>
  109. </html>