st_roomadd.aspx

来自「本程序是一个宾馆管理系统」· ASPX 代码 · 共 55 行

ASPX
55
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ST_RoomAdd.aspx.cs" Inherits="ST_RoomEdit" %>

<%@ Register Src="Context/ST_RoomAddModule.ascx" TagName="ST_RoomAddModule" TagPrefix="uc4" %>

<%@ Register Src="ST_BannerModule.ascx" TagName="ST_BannerModule" TagPrefix="uc1" %>
<%@ Register Src="ST_ButtomModule.ascx" TagName="ST_ButtomModule" TagPrefix="uc2" %>
<%@ Register Src="Context/ST_RoomEdit.ascx" TagName="ST_RoomEdit" 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">&nbsp;<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">&nbsp;<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">&nbsp;<table style="width: 100%; position: relative; height: 100%">
            <tr>
                <td style="width: 100px">
                    &nbsp;<uc4:ST_RoomAddModule ID="ST_RoomAddModule1" 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 + -
显示快捷键?