⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resvacct.aspx

📁 客房预定系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ResvAcct.aspx.cs" Inherits="ResvAcct" %>

<!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>
    <link href="css/css.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="60"><table width="755" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="15" height="60">&nbsp;</td>
        <td width="740" height="60">
            <asp:Image ID="Image2" runat="server" ImageUrl="~/image/logo.jpg" /></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="36" bgcolor="#a4c2c2"><table width="755" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="15" height="36">&nbsp;</td>
        <td width="740" height="36">
            <table border="0" cellpadding="0" cellspacing="0" style="color: #336666">
                <tr>
                    <td style="width: 100px; color: #336666; height: 12px">
                        <asp:HyperLink ID="HyperLink2" runat="server" ForeColor="#336666" NavigateUrl="~/MemLogin.aspx">会员登陆</asp:HyperLink></td>
                    <td style="width: 100px; color: #336666; height: 12px">
                        关于我们</td>
                    <td style="width: 100px; color: #336666; height: 12px">
                        酒店简介</td>
                    <td style="width: 100px; color: #336666; height: 12px">
                        <asp:HyperLink ID="HyperLink3" runat="server" ForeColor="#336666" NavigateUrl="~/index.aspx">返回首页</asp:HyperLink></td>
                </tr>
            </table>
        </td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="354" align="left" valign="top" bgcolor="#ffffff"><table width="755" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="230" align="left" valign="top" style="height: 354px; background-color: #a4c2c2"><table width="230" border="0" cellspacing="0" cellpadding="0" style="height: 100%">
          <tr>
            <td height="240" style="width: 231px">
                <asp:Image ID="Image1" runat="server" Height="240px" ImageUrl="~/image/mm_lodging_image.jpg"
                    Width="230px" /></td>
          </tr>
          <tr>
            <td align="left" valign="top" style="width: 231px"><table width="230" border="0" cellpadding="0" cellspacing="0" bgcolor="#a4c2c2" style="height: 114px">
              <tr>
                <td width="15" style="height: 100%">&nbsp;</td>
                <td width="200" style="height: 100%">&nbsp;</td>
                <td width="15" style="height: 100%">&nbsp;</td>
              </tr>
            </table></td>
          </tr>
        </table></td>
        <td width="50" style="height: 354px">&nbsp;</td>
        <td width="475" align="left" valign="top" style="height: 354px"><table width="475" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td style="height: 30px">
                <asp:Label ID="lb_Htlnm" runat="server" ForeColor="Red" Text="Label"></asp:Label>,客房预定信息:</td>
          </tr>
          <tr>
            <td style="height: 12px" valign="top">
                <hr style="color: #a4c2c2" />
                </td>
          </tr>
          <tr>
            <td style="height: 262px" valign="top" align="center">
                <table border="0" cellpadding="0" cellspacing="6" style="width: 475px">
                    <tr>
                        <td style="width: 80px; height: 20px" align="left">
                            酒店代码:</td>
                        <td style="width: 395px; height: 20px" align="left">
                            <asp:Label ID="lb_Htlcd" runat="server" Text="Label"></asp:Label></td>
                    </tr>
                    <tr>
                        <td style="width: 80px; height: 22px" align="left">
                            房间类型:</td>
                        <td style="width: 395px; height: 22px" align="left">
                            <asp:DropDownList ID="ddl_RmTyp" runat="server" Height="20px" AutoPostBack="True" OnSelectedIndexChanged="ddl_RmTyp_SelectedIndexChanged">
                            </asp:DropDownList></td>
                    </tr>
                    <tr>
                        <td style="width: 80px; height: 21px" align="left">
                            房间价格:</td>
                        <td style="width: 395px; height: 20px" align="left">
                            <asp:Label ID="lb_RmAmt" runat="server" Text="Label"></asp:Label></td>
                    </tr>
                    <tr>
                        <td style="width: 80px; height: 20px" align="left">
                            到店日期:</td>
                        <td style="width: 395px; height: 20px" align="left">
                            <asp:TextBox ID="tbx_arrdt" runat="server" BorderStyle="Solid" BorderWidth="1px"></asp:TextBox><asp:RequiredFieldValidator
                                ID="RequiredFieldValidator6" runat="server" ControlToValidate="tbx_arrdt" ErrorMessage="*"></asp:RequiredFieldValidator><asp:RangeValidator
                                    ID="RangeValidator1" runat="server" ControlToValidate="tbx_arrdt" ErrorMessage="日期格式:20xx-xx-xx"
                                    MaximumValue="2099-12-31" MinimumValue="1900-1-1" Type="Date"></asp:RangeValidator>
                        </td>
                    </tr>
                    <tr>
                        <td style="width: 80px; height: 20px" align="left">
                            离店日期:</td>
                        <td style="width: 395px; height: 20px" align="left">
                            <asp:TextBox ID="tbx_dptdt" runat="server" BorderStyle="Solid" BorderWidth="1px"></asp:TextBox><asp:RequiredFieldValidator
                                ID="RequiredFieldValidator7" runat="server" ControlToValidate="tbx_dptdt" ErrorMessage="*"></asp:RequiredFieldValidator><asp:RangeValidator
                                    ID="RangeValidator2" runat="server" ControlToValidate="tbx_dptdt" ErrorMessage="日期格式:20xx-xx-xx"
                                    MaximumValue="2999-12-31" MinimumValue="1900-1-1" Type="Date"></asp:RangeValidator><asp:CompareValidator
                                        ID="CompareValidator1" runat="server" ControlToCompare="tbx_dptdt" ControlToValidate="tbx_arrdt"
                                        ErrorMessage="应大于到店日期" Operator="LessThanEqual" Type="Date"></asp:CompareValidator></td>
                    </tr>
                    <tr>
                        <td style="width: 80px; height: 20px" align="left">
                            到店人数:</td>
                        <td style="width: 395px; height: 20px" align="left">
                            <asp:TextBox ID="tbx_GstNums" runat="server" BorderStyle="Solid" BorderWidth="1px"></asp:TextBox>
                            <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="tbx_GstNums"
                                ErrorMessage="*"></asp:RequiredFieldValidator></td>
                    </tr>
                    <tr>
                        <td style="width: 80px; height: 20px" align="left">
                            预定房间数:</td>
                        <td style="width: 395px; height: 20px" align="left">
                            <asp:TextBox ID="tbx_RmNums" runat="server" BorderStyle="Solid" BorderWidth="1px"></asp:TextBox>
                            <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="tbx_RmNums"
                                ErrorMessage="*"></asp:RequiredFieldValidator></td>
                    </tr>
                    <tr>
                        <td style="width: 80px; height: 20px" align="left">
                            预定会员:</td>
                        <td style="width: 395px; height: 20px" align="left">
                            <asp:Label ID="lb_MemNm" runat="server" Text="Label"></asp:Label></td>
                    </tr>
                    <tr>
                        <td style="width: 80px; height: 20px" align="left">
                            联系人姓名:</td>
                        <td style="width: 395px; height: 20px" align="left">
                            <asp:TextBox ID="tbx_AcctNm" runat="server" BorderStyle="Solid" BorderWidth="1px"></asp:TextBox>
                            <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="tbx_AcctNm"
                                ErrorMessage="*"></asp:RequiredFieldValidator></td>
                    </tr>
                    <tr>
                        <td style="width: 80px; height: 20px" align="left">
                            性别:</td>
                        <td style="width: 395px; height: 20px" align="left"><asp:DropDownList ID="ddl_AcctSex" runat="server" Height="20px">
                            <asp:ListItem>男</asp:ListItem>
                            <asp:ListItem>女</asp:ListItem>
                        </asp:DropDownList></td>
                    </tr>
                    <tr>
                        <td style="width: 80px; height: 20px" align="left">
                            联系电话:</td>
                        <td style="width: 395px; height: 20px" align="left">
                            <asp:TextBox ID="tbx_AcctTel" runat="server" BorderStyle="Solid" BorderWidth="1px"></asp:TextBox>
                            <asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ControlToValidate="tbx_AcctTel"
                                ErrorMessage="*"></asp:RequiredFieldValidator></td>
                    </tr>
                    <tr>
                        <td style="width: 80px; height: 60px" align="left">
                            备注:</td>
                        <td style="width: 395px; height: 60px" align="left">
                            <asp:TextBox ID="tbx_Notice" runat="server" Height="60px" TextMode="MultiLine" Width="300px" BorderStyle="Solid" BorderWidth="1px"></asp:TextBox></td>
                    </tr>
                </table><hr style="color: #a4c2c2" />
                <asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click">发送订单</asp:LinkButton>
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;
                <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/MemInfo.aspx?flag=1">取消订单</asp:HyperLink></td>
          </tr>
          <tr>
            <td height="20">&nbsp;</td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -