📄 st_rcategoryadd.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ST_RCategoryAdd.aspx.cs" Inherits="ST_RCategoryAdd" %>
<%@ 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="609" height="327" border="1" style="font-size: 15px">
<tr>
<td colspan="3" bgcolor="#CCCCCC" style="font-size: 15px">修改房间类型信息</td>
</tr>
<tr>
<td height="30" colspan="3" align="center" style="font-size: 15px">添加完整信息后单击“提交”</td>
</tr>
<tr>
<td width="134" height="34" style="font-size: 15px">类型名称:</td>
<td style="width: 291px"> <asp:TextBox ID="txtName" runat="server" Style="position: relative"></asp:TextBox></td>
<td width="152"> <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtName"
ErrorMessage="(必填)" Style="position: relative"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td height="37" style="font-size: 15px">房间面积(平方米):</td>
<td style="width: 291px"> <asp:TextBox ID="txtArea" runat="server" Style="position: relative"></asp:TextBox></td>
<td> <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtArea"
ErrorMessage="(必填)" Style="position: relative"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td height="32" style="font-size: 15px">床位(个):</td>
<td style="width: 291px"> <asp:TextBox ID="txtBedNum" runat="server" Style="position: relative"></asp:TextBox></td>
<td> <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtBedNum"
ErrorMessage="(必填)" Style="position: relative"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="font-size: 15px">价格(元/日):</td>
<td style="width: 291px"> <asp:TextBox ID="txtPrice" runat="server" Style="position: relative"></asp:TextBox></td>
<td> <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="txtPrice"
ErrorMessage="(必填)" Style="position: relative"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="font-size: 15px">空调:</td>
<td style="width: 291px"> <asp:RadioButtonList ID="radAirCondition" runat="server" RepeatDirection="Horizontal"
Style="position: relative">
<asp:ListItem>无</asp:ListItem>
<asp:ListItem Selected="True">有</asp:ListItem>
</asp:RadioButtonList></td>
<td> </td>
</tr>
<tr>
<td style="font-size: 15px">电视:</td>
<td colspan="2"> <asp:RadioButtonList ID="radTv" runat="server" RepeatDirection="Horizontal"
Style="position: relative">
<asp:ListItem>无</asp:ListItem>
<asp:ListItem Selected="True">有</asp:ListItem>
</asp:RadioButtonList>
<asp:Label ID="lblInfo" runat="server" Style="left: 157px; position: relative; top: -20px"
Text="Label" Width="261px"></asp:Label></td>
</tr>
<tr>
<td colspan="3" align="center">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="left: -19px;
position: relative; top: 1px" Text="提交" Width="56px" />
<a href="ST_RCategoryMan.aspx" style="text-decoration:none; font-size: 15px;">返回</a>
<asp:CustomValidator ID="CustomValidator1" runat="server" ErrorMessage="该房间类型已经存在"
OnServerValidate="CustomValidator1_ServerValidate" Style="left: 107px; position: relative;
top: -1px"></asp:CustomValidator></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 + -