depotInfo.aspx
上传用户:yawei0714
上传日期:2020-11-26
资源大小:1004k
文件大小:7k
源码类别:

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

开发平台:

HTML/CSS

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="depotInfo.aspx.cs" Inherits="depotInfo" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6. </head>
  7. <body>
  8.     <form id="form1" runat="server">
  9.     <div>
  10.         <table border="0" cellpadding="0" cellspacing="0" style="width: 498px; height: 461px; background-image: url(images/tanchuang.gif); background-repeat: no-repeat;">
  11.             <tr>
  12.                 <td style="width: 175px; height: 133px">
  13.                 </td>
  14.                 <td style="width: 152px; height: 133px">
  15.                 </td>
  16.                 <td style="width: 311px; height: 133px">
  17.                 </td>
  18.                 <td style="width: 100px; height: 133px">
  19.                 </td>
  20.             </tr>
  21.             <tr>
  22.                 <td style="width: 175px">
  23.                 </td>
  24.                 <td style="width: 152px">
  25.                     仓储类别:</td>
  26.                 <td style="width: 311px">
  27.                     &nbsp;<asp:TextBox ID="txtDepotType" runat="server" BorderWidth="0px" ReadOnly="True"></asp:TextBox></td>
  28.                 <td style="width: 100px">
  29.                 </td>
  30.             </tr>
  31.             <tr>
  32.                 <td style="width: 175px; height: 21px">
  33.                 </td>
  34.                 <td style="width: 152px; height: 21px">
  35.                     所在城市:</td>
  36.                 <td style="width: 311px">
  37.                     &nbsp;<asp:TextBox ID="txtDepotCity" runat="server" BorderWidth="0px" ReadOnly="True"></asp:TextBox></td>
  38.                 <td style="width: 100px; height: 21px">
  39.                 </td>
  40.             </tr>
  41.             <tr>
  42.                 <td style="width: 175px; height: 24px">
  43.                 </td>
  44.                 <td style="width: 152px; height: 24px">
  45.                     仓库地点:</td>
  46.                 <td style="width: 311px; height: 24px">
  47.                     <asp:TextBox ID="txtDepotSite" runat="server" Width="115px" BorderWidth="0px" ReadOnly="True"></asp:TextBox></td>
  48.                 <td style="width: 100px; height: 24px">
  49.                 </td>
  50.             </tr>
  51.             <tr>
  52.                 <td style="width: 175px; height: 38px">
  53.                 </td>
  54.                 <td style="width: 152px; height: 38px">
  55.                     面积:</td>
  56.                 <td style="width: 311px; height: 38px">
  57.                     <asp:TextBox ID="txtDepotAcreage" runat="server" Width="112px" BorderWidth="0px" ReadOnly="True"></asp:TextBox></td>
  58.                 <td style="width: 100px; height: 38px">
  59.                 </td>
  60.             </tr>
  61.             <tr>
  62.                 <td style="width: 175px; height: 38px">
  63.                 </td>
  64.                 <td style="width: 152px; height: 38px">
  65.                     数量:</td>
  66.                 <td style="width: 311px; height: 38px">
  67.                     <asp:TextBox ID="txtDepotSum" runat="server" Width="113px" BorderWidth="0px" ReadOnly="True"></asp:TextBox></td>
  68.                 <td style="width: 100px; height: 38px">
  69.                 </td>
  70.             </tr>
  71.             <tr>
  72.                 <td style="width: 175px; height: 38px">
  73.                 </td>
  74.                 <td style="width: 152px; height: 38px">
  75.                     价格:</td>
  76.                 <td style="width: 311px; height: 38px">
  77.                     <asp:TextBox ID="txtDepotPrice" runat="server" Width="111px" BorderWidth="0px" ReadOnly="True"></asp:TextBox></td>
  78.                 <td style="width: 100px; height: 38px">
  79.                 </td>
  80.             </tr>
  81.             <tr>
  82.                 <td style="width: 175px; height: 38px">
  83.                 </td>
  84.                 <td style="width: 152px; height: 38px">
  85.                     配套服务</td>
  86.                 <td style="width: 311px; height: 38px">
  87.                     <asp:TextBox ID="txtAppendServer" runat="server" BorderWidth="0px" ReadOnly="True"></asp:TextBox></td>
  88.                 <td style="width: 100px; height: 38px">
  89.                 </td>
  90.             </tr>
  91.             <tr>
  92.                 <td style="width: 175px">
  93.                 </td>
  94.                 <td style="width: 152px">
  95.                     联系人:</td>
  96.                 <td style="width: 311px">
  97.                     <asp:TextBox ID="txtLinkman" runat="server" Width="115px" BorderWidth="0px" ReadOnly="True"></asp:TextBox></td>
  98.                 <td style="width: 100px">
  99.                 </td>
  100.             </tr>
  101.             <tr>
  102.                 <td style="width: 175px; height: 24px">
  103.                 </td>
  104.                 <td style="width: 152px; height: 24px">
  105.                     联系电话:</td>
  106.                 <td style="width: 311px; height: 24px">
  107.                     <asp:TextBox ID="txtPhone" runat="server" Width="114px" BorderWidth="0px" ReadOnly="True"></asp:TextBox></td>
  108.                 <td style="width: 100px; height: 24px">
  109.                 </td>
  110.             </tr>
  111.             <tr>
  112.                 <td style="width: 175px">
  113.                 </td>
  114.                 <td style="width: 152px">
  115.                     有效日期:</td>
  116.                 <td style="width: 311px">
  117.                     <asp:TextBox ID="txtTerm" runat="server" Width="114px" BorderWidth="0px" ReadOnly="True"></asp:TextBox></td>
  118.                 <td style="width: 100px">
  119.                 </td>
  120.             </tr>
  121.             <tr>
  122.                 <td style="width: 175px">
  123.                 </td>
  124.                 <td style="width: 152px">
  125.                     发布日期</td>
  126.                 <td style="width: 311px">
  127.                     <asp:TextBox ID="txtFBDate" runat="server" Width="117px" BorderWidth="0px" ReadOnly="True"></asp:TextBox></td>
  128.                 <td style="width: 100px">
  129.                 </td>
  130.             </tr>
  131.             <tr>
  132.                 <td style="width: 175px; height: 7px;">
  133.                 </td>
  134.                 <td style="width: 152px; height: 7px;">
  135.                     备注:</td>
  136.                 <td style="width: 311px; height: 7px;">
  137.                     <asp:TextBox ID="txtContent" runat="server" Height="75px" TextMode="MultiLine" Width="241px" BorderWidth="1px" ReadOnly="True"></asp:TextBox></td>
  138.                 <td style="width: 100px; height: 7px;">
  139.                 </td>
  140.             </tr>
  141.             <tr>
  142.                 <td colspan="4" style="text-align: center; height: 5px;">
  143.                     <input id="Button1" onclick="window.close();" type="button" value="关 闭" /></td>
  144.             </tr>
  145.         </table>
  146.     
  147.     </div>
  148.     </form>
  149. </body>
  150. </html>