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

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

开发平台:

JavaScript

  1. <%@ page contentType="text/html; charset=GBK" %>
  2. <html>
  3. <head>
  4. <%@ include file="WebInfo.jsp" %>
  5. </head>
  6. <body bgcolor="#ffffff">
  7. <%@ include file="Top/Top.jsp" %>
  8. <form action="" id="form1" method="POST">
  9. <table width="100" border="0" align="center" cellpadding="0" cellspacing="0">
  10.   <tr>
  11.     <td><img src="<%=request.getContextPath()%>/<c:out value="${menu.image.path}" />/<c:out value="${menu.image.reallyname}" />" width="840" height="170" alt=""></td>
  12.   </tr>
  13. </table>
  14. <table width="840" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:6px;">
  15.   <tr>
  16.     <td width="166" height="488" valign="top" bgcolor="#F6F6F6"><%@ include file="Left/LeftMenu.jsp" %></td>
  17.     <td width="674" valign="top" style="padding:5px">
  18.       <table width="100%" border="0" cellspacing="0" cellpadding="0">
  19.         <tr>
  20.           <td>
  21.             <table width="100%" border="0" cellspacing="0" cellpadding="0">
  22.               <tr>
  23.                 <td width="30%">&nbsp;<strong><font color="#C80000" ><l:out CNLetter="全文查询" ENLetter=""/></font></strong></td>
  24.                 <td width="70%" valign="bottom"><div align="right" class="LoginTitle"><l:out CNLetter="当前位置:首页" ENLetter="Position:Home"/> &gt; <l:out CNLetter="查询结果" ENLetter=""/></div></td>
  25.               </tr>
  26.             </table>
  27.             <table width="100%" border="0" cellspacing="0" cellpadding="0">
  28.               <tr>
  29.                 <td height="2"></td>
  30.               </tr>
  31.               <tr>
  32.                 <td height="1" background="<%=request.getContextPath()%>/images/Lines.gif"></td>
  33.               </tr>
  34.             </table>
  35.           </td>
  36.         </tr>
  37.       </table>
  38.       <table width="100%" border="0" cellspacing="0" cellpadding="0">
  39.         <tr>
  40.           <td height="354" valign="top" style="padding:5px;">
  41.             <table width="640" border="0" cellPadding="0" cellSpacing="0" bgcolor="F4F4F4">
  42.               <tr>
  43.                 <td height="26" width="60"><div class="t4" align="center">序 号</div></td>
  44.                 <td width="440"><div class="t4" align="center">标 题</div></td>
  45.                 <td width="140"><div class="t4" align="center">所属模块</div></td>
  46.               </tr>
  47.             </table>
  48.             <c:forEach var="inf" items="${pageInfo.rows}" varStatus="status">
  49.               <c:if test="${(status.index + 1) % 2 != 0}">
  50.                 <table width="640" border="0" cellpadding="0" cellspacing="0">
  51.                   <tr>
  52.                     <td height="30" width="60"><div align="center"><c:out value="${status.index + 1}" /></div></td>
  53.                     <td width="440"><a href='<%=request.getContextPath()%>/Index.do?todo=OpenInfo&infID=<c:out value="${inf.inf_ID}" />&type=3&fMenuID=<c:out value="${inf.menu.men_Superior}" />'><c:out value="${inf.inf_Title}" /></a></td>
  54.                     <td width="140"><div align="center"><c:out value="${inf.menu.men_Name}" /></div></td>
  55.                   </tr>
  56.                 </table>
  57.               </c:if>
  58.               <c:if test="${(status.index + 1) % 2 == 0}">
  59.                 <table width="640" border="0" cellpadding="0" cellspacing="0" bgcolor="#f9f9f9">
  60.                   <tr>
  61.                     <td height="30" width="60"><div align="center"><c:out value="${status.index + 1}" /></div></td>
  62.                     <td width="440"><a href='<%=request.getContextPath()%>/Index.do?todo=OpenInfo&infID=<c:out value="${inf.inf_ID}" />&type=3&fMenuID=<c:out value="${inf.menu.men_Superior}" />'><c:out value="${inf.inf_Title}" /></a></td>
  63.                     <td width="140"><div align="center"><c:out value="${inf.menu.men_Name}" /></div></td>
  64.                   </tr>
  65.                 </table>
  66.               </c:if>
  67.             </c:forEach>
  68.             <table width="100%" border="0" cellspacing="0" cellpadding="0">
  69.               <tr>
  70.                 <td>
  71.                   <div align="right" >
  72.                     <c:if test="${sessionScope.Language == 'CN'}">
  73.                       共<c:out value="${pageInfo.totalRows}"/>条记录 共<c:out value="${pageInfo.totalPages}"/>页 当前第<c:out value="${pageInfo.currentPageNO+1}"/>页
  74.                     </c:if>
  75.                     <c:if test="${sessionScope.Language == 'EN'}">
  76.                       <c:out value="${pageInfo.totalRows}"/> Post in All, <c:out value="${pageInfo.totalPages}"/> Page in All, Page <c:out value="${pageInfo.currentPageNO+1}"/>
  77.                     </c:if>
  78.                     &nbsp;&nbsp;&nbsp;&nbsp;
  79.                     <c:choose>
  80.                       <c:when test="${pageInfo.firstPageNO>=pageInfo.currentPageNO}">
  81.                       <l:out CNLetter="第一页" ENLetter="first page"/>
  82.                       |
  83.                       <l:out CNLetter="上一页" ENLetter="Previous Page"/>
  84.                       </c:when>
  85.                       <c:otherwise>
  86.                         <a href="javascript:doPost('pageNo=<c:out value="${pageInfo.firstPageNO}"/>')"><l:out CNLetter="第一页" ENLetter="first page"/></a>
  87.                         |
  88.                         <a href="javascript:doPost('pageNo=<c:out value="${pageInfo.previousPageNO}"/>')"><l:out CNLetter="上一页" ENLetter="Previous Page"/></a>
  89.                       </c:otherwise>
  90.                     </c:choose>
  91.                     |
  92.                     <c:choose>
  93.                       <c:when test="${pageInfo.lastPageNO<=pageInfo.currentPageNO}">
  94.                       <l:out CNLetter="下一页" ENLetter="Next Page"/>
  95.                       |
  96.                       <l:out CNLetter="最后页" ENLetter="Last Page"/>
  97.                       </c:when>
  98.                       <c:otherwise>
  99.                         <a href="javascript:doPost('pageNo=<c:out value="${pageInfo.nextPageNO}"/>')"><l:out CNLetter="下一页" ENLetter="Next Page"/></a>
  100.                         |
  101.                         <a href="javascript:doPost('pageNo=<c:out value="${pageInfo.lastPageNO}"/>')"><l:out CNLetter="最后页" ENLetter="Last Page"/></a>
  102.                       </c:otherwise>
  103.                     </c:choose>&nbsp;&nbsp;
  104.                   </div>
  105.                 </td>
  106.               </tr>
  107.             </table>
  108.           </td>
  109.         </tr>
  110.       </table>
  111.     </td>
  112.   </tr>
  113. </table>
  114. <%@ include file="Bottom.jsp" %>
  115. </form>
  116. </body>
  117. </html>