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

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

开发平台:

JavaScript

  1. <%@ page contentType="text/html; charset=GBK" %>
  2. <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
  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" bgcolor="#F6F6F6"><%@ include file="Left/LeftMenu.jsp" %></td>
  14.     <td width="677" 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 width="674" style="padding:10px 100px 10px 10px;">
  38.             <c:forEach var="inf" items="${pageInfo.rows}" varStatus="status">
  39.               <table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:7px;">
  40.                 <tr>
  41.                   <td width="28%" rowspan="2">
  42.                     <table width="30" border="0" align="center" cellpadding="0" cellspacing="0">
  43.                       <tr>
  44.                         <td>
  45.                           <table width="30" border="0" cellpadding="3" cellspacing="1" bgcolor="d2d2d2">
  46.                             <tr>
  47.                               <td bgcolor="#FFFFFF"><img src="<%=request.getContextPath()%>/<c:out value="${inf.image.path}" /><c:out value="${inf.image.reallyname}" />" width="118" height="128" alt=""></td>
  48.                             </tr>
  49.                           </table>
  50.                         </td>
  51.                       </tr>
  52.                       <tr><td height="5"></td></tr>
  53.                     </table>
  54.                   </td>
  55.                   <td width="72%" class="Every_Title"><c:out value="${inf.inf_Title}" /></td>
  56.                 </tr>
  57.                 <tr>
  58.                   <td valign="top" class="LoginTitle"><bean:write name="inf" property="inf_Content" filter="false"/></td>
  59.                 </tr>
  60.               </table>
  61.               <table width="100%" border="0" cellspacing="0" cellpadding="0">
  62.                 <tr>
  63.                   <td height="2"></td>
  64.                 </tr>
  65.                 <tr>
  66.                   <td height="1" background="<%=request.getContextPath()%>/images/Lines.gif"></td>
  67.                 </tr>
  68.               </table>
  69.             </c:forEach>
  70.           </td>
  71.         </tr>
  72.       </table>
  73.     </td>
  74.   </tr>
  75. </table>
  76. <%@ include file="Bottom.jsp" %>
  77. </form>
  78. </body>
  79. </html>