📄 roomlist.aspx
字号:
<%@ Page language="c#" Codebehind="RoomList.aspx.cs" AutoEventWireup="false" Inherits="HMS.RoomList" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>RoomList</title>
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="RoomList" method="post" runat="server">
<table height="302" cellSpacing="0" borderColorDark="#cccccc" cellPadding="5" width="95%" align="center" borderColorLight="#000000" border="1">
<tr bgColor="#cccccc">
<td vAlign="center" align="middle" bgColor="#cccccc" colSpan="2" height="2"><FONT size="6"><STRONG><FONT face="楷体_GB2312">酒店管理<FONT size="4">--房间管理</FONT></FONT></STRONG></FONT>
</td>
</tr>
<tr bgColor="#cccccc">
<td vAlign="center" align="left" bgColor="infobackground" colSpan="3" height="7" style="HEIGHT: 7px"><FONT face="宋体"></FONT>
</td>
</tr>
<tr bgColor="#cccccc">
<td vAlign="top" align="left" bgColor="buttonhighlight" colSpan="3" style="HEIGHT: 134px"><FONT face="宋体">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD vAlign="top" align="left" height="108" style="HEIGHT: 108px"><FONT face="隶书">
<asp:datalist id="dlt_roomlist" runat="server" CellSpacing="5" ShowFooter="False" ShowHeader="False" RepeatDirection="Horizontal" RepeatColumns="6" BorderColor="#999999" BorderStyle="None" BackColor="White" CellPadding="3" GridLines="Vertical" BorderWidth="1px" DESIGNTIMEDRAGDROP="555">
<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#008A8C"></SelectedItemStyle>
<SelectedItemTemplate>
<FONT face="宋体"></FONT>
</SelectedItemTemplate>
<AlternatingItemStyle BackColor="LightGray"></AlternatingItemStyle>
<ItemStyle ForeColor="Black" BackColor="#EEEEEE"></ItemStyle>
<ItemTemplate>
<FONT id="dll" face="宋体"></FONT>
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD width="12%">
<DIV><FONT color="#000000"><B><FONT size="5"><%# DataBinder.Eval(Container, "DataItem.rid") %></FONT></B></FONT></DIV>
</TD>
</TR>
<TR>
<TD width="12%">
<DIV><B>类别:</B><%# DataBinder.Eval(Container, "DataItem.tname") %></DIV>
</TD>
</TR>
<TR>
<TD width="12%">
<DIV><B>空房:</B><%# DataBinder.Eval(Container, "DataItem.sstate") %></DIV>
</TD>
</TR>
</TABLE>
</ItemTemplate>
<FooterStyle ForeColor="Black" BackColor="#CCCCCC"></FooterStyle>
<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#000084"></HeaderStyle>
<EditItemTemplate>
<FONT face="宋体"></FONT>
</EditItemTemplate>
</asp:datalist></FONT></TD>
</TR>
<TR>
<TD style="HEIGHT: 1px" bgColor="activeborder" height="1">
<P><FONT face="隶书" color="background"><a href="roomlist.aspx">显示所有房间信息 </a><FONT face="宋体"> </FONT>
<a href="roomleftlist.aspx">显示空闲房间信息(预定) </a><FONT face="宋体"> </FONT><A href="roomoccupiedlist.aspx">显示已租房间信息(退房)
</A></FONT><FONT face="隶书" color="background"> </FONT></P>
</TD>
</TR>
</table>
</FONT>
</td>
</tr>
<tr vAlign="center" align="middle" bgColor="#eeeeee">
<td bgColor="#eeeeee" colSpan="2" height="11">
<div align="center"><FONT face="宋体">Copyright 2003</FONT></div>
</td>
</tr>
</table>
</form>
</FORM>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -