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

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. <%@ include file="Top/Top.jsp" %>
  9. <%@ include file="Top/MenuBanner.jsp" %>
  10. <form action="" id="form1" method="POST">
  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="${inf.inf_Title}" /></font></strong></td>
  21.                 <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>
  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="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 style="padding:10px;">
  38.             <c:if test="${inf != null}">
  39.               <bean:write name="inf" property="inf_Content" filter="false"/>
  40.             </c:if>
  41.           </td>
  42.         </tr>
  43.       </table>
  44.     </td>
  45.   </tr>
  46. </table>
  47. <%@ include file="Bottom.jsp" %>
  48. </body>
  49. </html>