📄 roomdetaillist.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="RoomDetailList.ascx.cs" Inherits="Context_RoomDetailList" %>
<table width="600" height="340" border="1" style="font-size: 15px">
<tr>
<td height="20" colspan="3" bordercolor="#CCCCCC" bgcolor="#CCCCCC">房间详细信息</td>
</tr>
<tr>
<td width="98" height="30">房间号:</td>
<td width="286"> <asp:Label ID="lblRoomId" runat="server" Style="position: relative" Text="Label"
Width="204px"></asp:Label></td>
<td width="194"> </td>
</tr>
<tr>
<td height="29">房间类型:</td>
<td> <asp:Label ID="lblCategory" runat="server" Style="position: relative" Text="Label"
Width="206px"></asp:Label></td>
<td> </td>
</tr>
<tr>
<td height="30">面积(平方米):</td>
<td> <asp:Label ID="lblArea" runat="server" Style="position: relative" Text="Label"
Width="202px"></asp:Label></td>
<td> </td>
</tr>
<tr>
<td height="36">价格(元/天):</td>
<td> <asp:Label ID="lblPrice" runat="server" Style="position: relative" Text="Label"
Width="205px"></asp:Label></td>
<td> </td>
</tr>
<tr>
<td height="32">床位(个):</td>
<td> <asp:Label ID="lblBedNum" runat="server" Style="position: relative" Text="Label"
Width="201px"></asp:Label></td>
<td> </td>
</tr>
<tr>
<td height="35">房间位置:</td>
<td> <asp:Label ID="lblPosition" runat="server" Style="position: relative" Text="Label"
Width="193px"></asp:Label></td>
<td> </td>
</tr>
<tr>
<td style="height: 40px">是否入住:</td>
<td style="height: 40px"> <asp:Label ID="lblIsNull" runat="server" Style="position: relative" Text="Label"
Width="191px"></asp:Label></td>
<td style="height: 40px"> </td>
</tr>
<tr>
<td style="height: 34px"> </td>
<td style="height: 34px">
<asp:LinkButton ID="likBook" runat="server" OnClick="LinkButton1_Click" style="text-decoration:none"
Width="82px">预订</asp:LinkButton>
<asp:LinkButton ID="likReturn" runat="server" style="text-decoration:none"
Width="63px" OnClick="likReturn_Click">退房</asp:LinkButton></td>
<td style="height: 34px"> </td>
</tr>
<tr>
<td height="30"> </td>
<td align="center"><a href="ST_RBussinessMan.aspx" style="text-decoration:none">返回</a></td>
<td> </td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -