?? st_rcategoryedit.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ST_RCategoryEdit.aspx.cs" Inherits="ST_RCategoryEdit" %>
<%@ 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" valign="top">
<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" valign="top">
<uc2:ST_ButtomModule ID="ST_ButtomModule1" runat="server" />
</td>
</tr>
</table>
</td>
<td width="609" valign="top">
<table width="609" height="304" border="1" style="font-size: 15px">
<tr>
<td height="22" colspan="3" bgcolor="#CCCCCC" style="font-size: 15px">修改房間類型信息</td>
</tr>
<tr>
<td height="26" colspan="3" align="center" style="font-size: 15px">修改完后單擊“提交”</td>
</tr>
<tr>
<td height="29" style="font-size: 15px; width: 103px">編號:</td>
<td style="width: 249px"> <asp:Label ID="lblId" runat="server" Style="position: relative; font-size: 15px;" Text="Label"
Width="99px"></asp:Label></td>
<td width="112"> </td>
</tr>
<tr>
<td style="font-size: 15px; width: 103px; height: 34px;">類型名稱:</td>
<td style="width: 249px; height: 34px;"> <asp:TextBox ID="txtCateName" runat="server" Style="position: relative; font-size: 15px;"></asp:TextBox></td>
<td style="height: 34px"> <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtCateName"
ErrorMessage="(必填)" Style="position: relative"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="font-size: 15px; width: 103px; height: 40px">房間面積(平方米):</td>
<td style="width: 249px; height: 40px"> <asp:TextBox ID="txtArea" runat="server" Style="position: relative; font-size: 15px;"></asp:TextBox></td>
<td style="height: 40px"> <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtArea"
ErrorMessage="(必填)" Style="position: relative"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td height="28" style="font-size: 15px; width: 103px">床位(個):</td>
<td style="width: 249px"> <asp:TextBox ID="txtBedNum" runat="server" Style="position: relative; font-size: 15px;"></asp:TextBox></td>
<td> <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="txtBedNum"
ErrorMessage="(必填)" Style="position: relative"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td height="35" style="font-size: 15px; width: 103px">價格(元/日):</td>
<td style="width: 249px"> <asp:TextBox ID="txtPrice" runat="server" Style="position: relative; font-size: 15px;"></asp:TextBox></td>
<td> <asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ControlToValidate="txtPrice"
ErrorMessage="(必填)" Style="position: relative"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td height="24" style="font-size: 15px; width: 103px">空調:</td>
<td style="width: 249px"> <asp:RadioButtonList ID="rabAirCondition" runat="server" RepeatDirection="Horizontal"
Style="position: relative; font-size: 15px;">
<asp:ListItem>無</asp:ListItem>
<asp:ListItem>有</asp:ListItem>
</asp:RadioButtonList></td>
<td> </td>
</tr>
<tr>
<td height="27" style="font-size: 15px; width: 103px">電視:</td>
<td colspan="2">
<asp:RadioButtonList ID="rabTv" runat="server" RepeatDirection="Horizontal"
Style="position: relative; font-size: 15px;">
<asp:ListItem>無</asp:ListItem>
<asp:ListItem>有</asp:ListItem>
</asp:RadioButtonList>
<asp:Label ID="lblInfo" runat="server" Style="font-size: 15px; left: 166px; position: relative;
top: -24px" Text="Label" Width="254px"></asp:Label></td>
</tr>
<tr>
<td height="29" colspan="3" align="center">
<asp:Button ID="Button1" runat="server" Style="position: relative" Text="提交" Width="58px" OnClick="Button1_Click" />
<a href="ST_RCategoryMan.aspx" style="text-decoration:none; font-size: 15px;">返回</a></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 + -