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

Applet

开发平台:

Java

  1. <%@ page contentType="text/html;charset=GBK" language="java" import="java.sql.*" errorPage="" %>
  2. <%@ include file="top.jsp"%>
  3. <link href="css.css" rel="stylesheet" type="text/css">
  4. <TABLE width=778 border=0 align="center" cellPadding=0 cellSpacing=0>
  5.   <TBODY> 
  6.   <TR> 
  7.       <TD colSpan=5 height=3></TD>
  8.     </TR>
  9.     <TR> 
  10.       
  11.     <TD width=183 height=134 valign="top">&nbsp; </TD>
  12.       
  13.     <TD width=7 height=134> </TD>
  14.       
  15.     <TD width=400 height=134 valign="top"> 
  16.       <table width="100%" border="0" cellspacing="0" cellpadding="0" height="48">
  17.           <tr> 
  18.             
  19.           <td height="108">
  20. <table width="100%" border="0" cellspacing="0" cellpadding="0" height="8" align="center">
  21.                 <tr> 
  22.                   <td width="100%" height="25" bgcolor="#DBC2B0"> 
  23.                   <div align="center"><font color="#FFFFFF"><b>订单投诉</b></font></div>
  24.                   </td>
  25.                 </tr>
  26.                 <tr> 
  27.                   
  28.                 <td height="63" bgcolor="#F5EFE7"> 
  29.                   <div align="center">
  30.                     <table width="100%" height="30" border="0" cellspacing="1">
  31.                       <tr> 
  32.                         <td width="100%" height="37" class="zi2"> 
  33.                           <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
  34.                             <form method="POST" action="userts.jsp">
  35.                               <tr> 
  36.                                 <td height="110" valign="middle" class="zi2"> 
  37.                                   <table width="95%" border="0" align="center" cellpadding="0" cellspacing="5">
  38.                                     <tr> 
  39.                                       <td width="38%"> 
  40.                                         <div align="center">用户名:</div>
  41.                                       </td>
  42.                                       <td width="62%"> 
  43.                                         <div align="center"> 
  44.                                           <input name="user_name" type="text" class=input id="user_name" size="12">
  45.                                         </div>
  46.                                       </td>
  47.                                     </tr>
  48.                                     <tr> 
  49.                                       <td> 
  50.                                         <div align="center">订单号:</div>
  51.                                       </td>
  52.                                       <td> 
  53.                                         <div align="center"> 
  54.                                           <input name="sub_number" type="text" class=input id="sub_number" size="12">
  55.                                         </div>
  56.                                       </td>
  57.                                     </tr>
  58.                                   </table>
  59.                                   <table width="90%" border="0" cellspacing="5" cellpadding="0" align="center">
  60.                                     <tr> 
  61.                                       <td width="80"> </td>
  62.                                       <td> 
  63.                                         <div align="center"> 
  64.                                           <input name=B12 type=image id="B12" 
  65.       src="img/pics/ts.gif" alt=投诉 
  66.       align=absMiddle width="56" height="25" cache tppabs="">
  67.                                         </div>
  68.                                       </td>
  69.                                     </tr>
  70.                                   </table>
  71.                                 </td>
  72.                               </tr>
  73.                             </form>
  74.                           </table>
  75.                         </td>
  76.                       </tr>
  77.                     </table>
  78.                   </div>
  79.                 </td>
  80.                 </tr>
  81.               </table></td>
  82.           </tr>
  83.         </table></TD>
  84.       
  85.     <TD width=7 height=134> </TD>
  86.       
  87.     <TD width=193 height=134 valign="top"> </TD>
  88.     </TR>
  89.     <TR> 
  90.       <TD colSpan=5 height=2></TD>
  91.     </TR>
  92.   </TBODY>
  93. </TABLE>
  94. <%@ include file="copy.jsp"%>