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

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. <%@ include file="Top/MenuBanner.jsp" %>
  9. <table width="840" border="0" align="center" cellpadding="0" cellspacing="0" style="margin-top:6px;">
  10.   <tr>
  11.     <td width="166" height="488" valign="top"><%@ include file="Left/LeftMenu.jsp" %></td>
  12.     <td width="674" valign="top" style="padding:5px">
  13.       <table width="100%" border="0" cellspacing="0" cellpadding="0">
  14.         <tr>
  15.           <td>
  16.             <table width="100%" border="0" cellspacing="0" cellpadding="0">
  17.               <tr>
  18.                 <td width="30%"><strong><font color="#C80000" ><c:out value="${inf.inf_Title}" /></font></strong></td>
  19.                 <td width="70%" valign="bottom"><div align="right" class="LoginTitle">当前位置:首页 &gt; <c:out value="${menu.men_Name}" /> &gt; <c:out value="${title}" /></div></td>
  20.               </tr>
  21.             </table>
  22.             <table width="100%" border="0" cellspacing="0" cellpadding="0">
  23.               <tr>
  24.                 <td height="2"></td>
  25.               </tr>
  26.               <tr>
  27.                 <td height="1" background="images/Lines.gif"></td>
  28.               </tr>
  29.             </table>
  30.           </td>
  31.         </tr>
  32.       </table>
  33.       <table width="100%" border="0" cellspacing="0" cellpadding="0">
  34.         <tr>
  35.           <td height="445" valign="top" style="padding:5px;">
  36.             <table width="100%" border="0" cellspacing="0" cellpadding="0">
  37.               <tr>
  38.                 <td width="93%" class="Technology_Title" style="font-weight:bold;"><img src="images/ico_2.jpg" width="9" height="9"> <c:out value="${inf.inf_Title}" /></td>
  39.                 <td width="7%"><a href="javascript:history.go(-1);">[返  回] </a></td>
  40.               </tr>
  41.               <tr>
  42.                 <td height="2" colspan="2" bgcolor="E2E1E1"></td>
  43.               </tr>
  44.               <tr>
  45.                 <td colspan="2" class="Technology_Title"><bean:write name="inf" property="inf_Content" filter="false"/></td>
  46.             </tr>
  47.           </table>
  48.             <table width="640" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="E2E1E1">
  49.               <tr>
  50.                 <td><img src="images/glz_Line.jpg" width="6" height="2"></td>
  51.               </tr>
  52.             </table>
  53.             <table width="640" border="0" cellpadding="0" cellspacing="0" height="30" align="center">
  54.               <tr>
  55.                 <td width="577">&nbsp;</td>
  56.                 <td width="63" class="Invite_Content"><a href="javascript:history.go(-1);">[返
  57.                   回] </a></td>
  58.               </tr>
  59.             </table></td>
  60.         </tr>
  61.       </table>
  62.     </td>
  63.   </tr>
  64. </table>
  65. <%@ include file="Bottom.jsp" %>
  66. </body>
  67. </html>