Show.aspx
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:4k
源码类别:

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="show.aspx.cs" Inherits="show" %>
  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.       <br />
  10.             <span style="font-size: 16pt"></span>日期:<strong>
  11.             <asp:Label runat="server" Text="Label" id="Label10"></asp:Label>
  12.        <table style="width: 472px; height: 296px; border-right: #ffcc33 thin solid; border-top: #ffcc33 thin solid; border-left: #ffcc33 thin solid; border-bottom: #ffcc33 thin solid; position: static; text-align: left;" border="0">
  13. <tr>
  14. <td class="style2" style="width: 106px"><strong>记单号:</strong></td>
  15. <td style="width: 90px" class="style1"><strong>
  16.             <asp:Label ID="Label1" runat="server" Style="position: static" Text="Label"></asp:Label></strong></td>
  17. <td colspan="2" class="style2"><strong>姓&nbsp;&nbsp; 名:</strong></td>
  18. <td style="height: 40px; width: 245px;" class="style1"><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<asp:Label ID="Label2" runat="server" Style="position: static"
  19.                 Text="Label"></asp:Label>
  20.             &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></td>
  21. </tr>
  22. <tr>
  23. <td style="height: 99px; width: 106px;" class="style2"><strong>商品列表:</strong></td>
  24. <td valign="top" colspan="4" style="height: 99px" class="style1"><strong>&nbsp;&nbsp;
  25.             <asp:GridView ID="GridView1" runat="server" Style="position: static">
  26.             </asp:GridView>
  27. </strong>
  28. </td>
  29. </tr>
  30. <tr>
  31. <td class="style2" style="width: 106px; height: 25px"><strong>总数量:</strong></td>
  32. <td style="height: 25px; width: 90px" class="style1">
  33.             <asp:Label ID="Label3" runat="server" Style="position: static" Text="Label" Font-Bold="True"></asp:Label></td>
  34. <td style="height: 25px; " colspan="2" class="style2"><strong>总价格:</strong></td>
  35. <td style="height: 25px; width: 245px;" class="style1"><strong>
  36.             <asp:Label ID="Label4" runat="server" Style="position: static" Text="Label"></asp:Label></strong></td>
  37. </tr>
  38. <tr>
  39. <td class="style2" style="width: 106px; height: 16px"><strong>邮编:</strong></td>
  40. <td colspan="2" style="height: 16px" class="style1"><strong>
  41.             <asp:Label ID="Label6" runat="server" Style="position: static" Text="Label"></asp:Label></strong></td>
  42. <td style="height: 16px; width: 128px;" class="style2"><strong>
  43.             地址:</strong></td>
  44. <td style="height: 16px; width: 245px;" class="style1"><strong>
  45.             <asp:Label ID="Label5" runat="server" Style="position: static" Text="Label"></asp:Label></strong></td>
  46. </tr>
  47. <tr>
  48. <td class="style2" style="width: 106px; "><strong>移动电话:</strong></td>
  49. <td style="width: 90px" class="style1">
  50.             &nbsp;
  51. <asp:Label ID="Label7" runat="server" Style="position: static" Text="Label" Font-Bold="True"></asp:Label></td>
  52. <td colspan="2" class="style2"><strong>电子邮件:</strong></td>
  53. <td class="style1" style="width: 245px"><strong>
  54.             <asp:Label ID="Label8" runat="server" Style="position: static" Text="Label"></asp:Label></strong></td>
  55. </tr>
  56. <tr>
  57. <td class="style3" style="height: 9px" colspan="5">
  58.             &nbsp;<asp:Label ID="Label9" runat="server" Style="position: static" Text="Label"
  59.                 Visible="False"></asp:Label>
  60.             <asp:CheckBox ID="CheckBox1" runat="server" Style="position: static" Text="发货" Visible="False" />
  61.             &nbsp;<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="position: static"
  62.                 Text="确定" Visible="False" />
  63.             </td>
  64. </tr>
  65.            <tr>
  66.                <td class="style3" colspan="5" style="height: 9px; text-align: center">
  67.             <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/Admin/Default.aspx"
  68.                 Style="position: static">返回</asp:HyperLink></td>
  69.            </tr>
  70. </table>
  71. </strong><br />
  72.         <br />
  73.         <br />
  74.     &nbsp; &nbsp; &nbsp;    
  75.     </form>
  76. </body>
  77. </html>