📄 bookroom.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="BookRoom.aspx.cs" Inherits="BookRoom" %>
<%@ Register Src="ST_BannerModule.ascx" TagName="ST_BannerModule" TagPrefix="uc1" %>
<%@ Register Src="ST_ButtomModule.ascx" TagName="ST_ButtomModule" TagPrefix="uc2" %>
<!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">
<div>
<table width="800" height="100%" border="1">
<tr>
<td height="88" colspan="2" valign="top"> <table style="width: 100%; position: relative; height: 100%">
<tr>
<td style="width: 100px">
<uc1:ST_BannerModule ID="ST_BannerModule1" runat="server" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="175" height="278" valign="top"> <table style="width: 100%; position: relative; height: 100%">
<tr>
<td style="width: 100px">
<uc2:ST_ButtomModule ID="ST_ButtomModule1" runat="server" />
</td>
</tr>
</table>
</td>
<td width="609" valign="top">
<table width="600" height="280" border="1" style="font-size: 15px">
<tr>
<td height="24" colspan="3" bgcolor="#CCCCCC">顾客信息</td>
</tr>
<tr>
<td width="89">房间号:</td>
<td width="303"> <asp:Label ID="lblRoomId" runat="server" Style="position: relative" Text="Label"
Width="164px"></asp:Label></td>
<td width="186"> </td>
</tr>
<tr>
<td>顾客姓名:</td>
<td> <asp:TextBox ID="txtName" runat="server" Style="position: relative" Width="178px"></asp:TextBox></td>
<td> <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtName"
ErrorMessage="(必填)" Style="position: relative"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td>身份证:</td>
<td> <asp:TextBox ID="txtCID" runat="server" Style="position: relative" Width="181px"></asp:TextBox></td>
<td> <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtCID"
Display="Dynamic" ErrorMessage="(必填)" Style="position: relative"></asp:RequiredFieldValidator>
<asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="txtCID"
Display="Dynamic" ErrorMessage="证件号不正确" Style="position: relative" ValidationExpression="\d{17}[\d|X]|\d{15}"></asp:RegularExpressionValidator></td>
</tr>
<tr>
<td>电话:</td>
<td> <asp:TextBox ID="txtTelephone" runat="server" Style="position: relative" Width="185px"></asp:TextBox></td>
<td> </td>
</tr>
<tr>
<td>家庭住址:</td>
<td> <asp:TextBox ID="txtAddress" runat="server" Style="position: relative" Width="186px"></asp:TextBox></td>
<td> <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtAddress"
ErrorMessage="(必填)" Style="position: relative"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td colspan="3" align="center" style="height: 33px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="left: -49px;
position: relative; top: 3px" Text="订房" Width="63px" />
<a href="ST_RBussinessMan.aspx" style="text-decoration:none">返回</a>
<asp:Label ID="lblInfo" runat="server" Style="left: 131px; position: relative;
top: 0px" Text="Label" Width="131px"></asp:Label></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" bgcolor="#CCCCCC" align="center">版权所有违者必究</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -