views.jsp
上传用户:szlmxq
上传日期:2014-01-31
资源大小:740k
文件大小:2k
源码类别:

Applet

开发平台:

Java

  1. <%@ page contentType="text/html;charset=GBK" language="java" import="java.sql.*" errorPage="" %>
  2. <html>
  3. <%@ include file="top.jsp"%>
  4. <link href="css.css" rel="stylesheet" type="text/css">
  5. <TABLE width=778 border=0 align="center" cellPadding=0 cellSpacing=0>
  6.   <TBODY> 
  7.   <TR> 
  8.     <TD colSpan=4 height=3></TD>
  9.   </TR>
  10.   <TR> 
  11.     <td width="180" valign="top"> 
  12.       <table width="180" border="0" cellspacing="0" cellpadding="0" align="center">
  13.         <tr> 
  14.           <td valign="top"> 
  15.   <!---------------------------user info--------------------------------->
  16.            <%@ include file="dengluyufou.jsp"%>
  17. <!-----------------------user info end----------------------------------->
  18.           </td>
  19.         </tr>
  20.       </table>
  21.       <table width="100%" border="0" cellspacing="0" cellpadding="0" height="5">
  22.         <tr> 
  23.           <td></td>
  24.         </tr>
  25.         <tr> 
  26.           <td></td>
  27.         </tr>
  28.       </table>
  29.   <!---------------------------searchpage------------------------------------>
  30.       <%@ include file="in-search.jsp"%>
  31.    <!---------------------------searchpage-   end----------------------------------->
  32.       <table width="100%" border="0" cellspacing="0" cellpadding="0" height="5">
  33.         <tr> 
  34.           <td> 
  35.             <%@ include file="topsort.jsp"%>
  36.           </td>
  37.         </tr>
  38.       </table>
  39.     </td>
  40.     <TD width=13 height=150> </TD>
  41.     <TD width=575 height=150 valign="top"> 
  42.       <!---------------------------product info--------------------------------------->
  43.   <%@include file="in-product.jsp"%>
  44.     </TD>
  45.     <TD width=10 height=150> </TD>
  46.   </TR>
  47.   <TR> 
  48.     <TD colSpan=4 height=2></TD>
  49.   </TR>
  50.   </TBODY> 
  51. </TABLE>
  52. <%@ include file="copy.jsp"%>