Show.aspx
资源名称:yjal.rar [点击查看]
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:4k
源码类别:
Email客户端
开发平台:
Visual C++
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="show.aspx.cs" Inherits="show" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>订单详情</title>
- </head>
- <body>
- <form id="form1" runat="server">
- <br />
- <span style="font-size: 16pt"></span>日期:<strong>
- <asp:Label runat="server" Text="Label" id="Label10"></asp:Label>
- <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">
- <tr>
- <td class="style2" style="width: 106px"><strong>记单号:</strong></td>
- <td style="width: 90px" class="style1"><strong>
- <asp:Label ID="Label1" runat="server" Style="position: static" Text="Label"></asp:Label></strong></td>
- <td colspan="2" class="style2"><strong>姓 名:</strong></td>
- <td style="height: 40px; width: 245px;" class="style1"><strong> <asp:Label ID="Label2" runat="server" Style="position: static"
- Text="Label"></asp:Label>
- </strong></td>
- </tr>
- <tr>
- <td style="height: 99px; width: 106px;" class="style2"><strong>商品列表:</strong></td>
- <td valign="top" colspan="4" style="height: 99px" class="style1"><strong>
- <asp:GridView ID="GridView1" runat="server" Style="position: static">
- </asp:GridView>
- </strong>
- </td>
- </tr>
- <tr>
- <td class="style2" style="width: 106px; height: 25px"><strong>总数量:</strong></td>
- <td style="height: 25px; width: 90px" class="style1">
- <asp:Label ID="Label3" runat="server" Style="position: static" Text="Label" Font-Bold="True"></asp:Label></td>
- <td style="height: 25px; " colspan="2" class="style2"><strong>总价格:</strong></td>
- <td style="height: 25px; width: 245px;" class="style1"><strong>
- <asp:Label ID="Label4" runat="server" Style="position: static" Text="Label"></asp:Label></strong></td>
- </tr>
- <tr>
- <td class="style2" style="width: 106px; height: 16px"><strong>邮编:</strong></td>
- <td colspan="2" style="height: 16px" class="style1"><strong>
- <asp:Label ID="Label6" runat="server" Style="position: static" Text="Label"></asp:Label></strong></td>
- <td style="height: 16px; width: 128px;" class="style2"><strong>
- 地址:</strong></td>
- <td style="height: 16px; width: 245px;" class="style1"><strong>
- <asp:Label ID="Label5" runat="server" Style="position: static" Text="Label"></asp:Label></strong></td>
- </tr>
- <tr>
- <td class="style2" style="width: 106px; "><strong>移动电话:</strong></td>
- <td style="width: 90px" class="style1">
-
- <asp:Label ID="Label7" runat="server" Style="position: static" Text="Label" Font-Bold="True"></asp:Label></td>
- <td colspan="2" class="style2"><strong>电子邮件:</strong></td>
- <td class="style1" style="width: 245px"><strong>
- <asp:Label ID="Label8" runat="server" Style="position: static" Text="Label"></asp:Label></strong></td>
- </tr>
- <tr>
- <td class="style3" style="height: 9px" colspan="5">
- <asp:Label ID="Label9" runat="server" Style="position: static" Text="Label"
- Visible="False"></asp:Label>
- <asp:CheckBox ID="CheckBox1" runat="server" Style="position: static" Text="发货" Visible="False" />
- <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="position: static"
- Text="确定" Visible="False" />
- </td>
- </tr>
- <tr>
- <td class="style3" colspan="5" style="height: 9px; text-align: center">
- <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/Admin/Default.aspx"
- Style="position: static">返回</asp:HyperLink></td>
- </tr>
- </table>
- </strong><br />
- <br />
- <br />
-
- </form>
- </body>
- </html>