roomdetail.aspx
来自「本程序是一个宾馆管理系统」· ASPX 代码 · 共 56 行
ASPX
56 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="RoomDetail.aspx.cs" Inherits="RoomDetail" %>
<%@ Register Src="Context/RoomDetailList.ascx" TagName="RoomDetailList" TagPrefix="uc4" %>
<%@ Register Src="Context/ST_RBussiManModule.ascx" TagName="ST_RBussiManModule" TagPrefix="uc1" %>
<%@ Register Src="ST_BannerModule.ascx" TagName="ST_BannerModule" TagPrefix="uc2" %>
<%@ Register Src="ST_ButtomModule.ascx" TagName="ST_ButtomModule" TagPrefix="uc3" %>
<!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">
<uc2: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">
<uc3:ST_ButtomModule ID="ST_ButtomModule1" runat="server" />
</td>
</tr>
</table>
</td>
<td width="609" valign="top">
<table style="width: 100%; position: relative; height: 100%">
<tr>
<td style="width: 100px">
<uc4:RoomDetailList ID="RoomDetailList1" runat="server" />
</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 + =
减小字号Ctrl + -
显示快捷键?