⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 masterpage.master

📁 酒店管理系统 用C#开发 程序简单明了 应用系统
💻 MASTER
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>

<!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>
    <link href="Css/HotelManager.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <div style="width: 983px; height: 501px; background-image: url(img/bg.jpg);">
            <div style="width: 118px; height: 699px; float:left">
            </div>
            <div style="width: 729px; height: 696px; float:left">
                <div style="width: 725px; height: 95px; background-image: url(img/tool.jpg); text-align: left;">
                    <div style="width: 240px; height: 100px; background-image:url(img/084088GLN_01.jpg); float:left; position:relative; border-spacing:0px; border:0px; left: 0px; top: 0px;"></div>
                    <div style="width: 298px; height: 100px; background-image:url(img/084088GLN_002.jpg); float:left; position:relative; border-spacing:0px; border:0px; left: -15px; top: 0px;"></div>
                    <div style="width: 183px; height: 100px; background-image:url(img/084088GLN_03.gif); float:right; position:relative; border-spacing:0px; border:0px; left: -53px; top: 0px;"></div><div style="width: 219px; height: 1px">
                        <asp:Menu ID="Menu1" runat="server" DynamicPopOutImageUrl="~/img/ico6.gif" DynamicVerticalOffset="5"
                            Font-Size="14px" ForeColor="#FF8000" Orientation="Horizontal" StaticPopOutImageUrl="~/img/a001.gif"
                            Width="300px">
                            <Items>
                                <asp:MenuItem Enabled="False" Text="酒店管理系统" Value="酒店管理系统" NavigateUrl="~/RoomState.aspx"></asp:MenuItem>
                                <asp:MenuItem Text="基本管理" Value="基本管理">
                                    <asp:MenuItem ImageUrl="~/img/room.jpg">
                                        <asp:MenuItem ImageUrl="~/img/viewRoom.jpg" NavigateUrl="~/Selectinfo.aspx"></asp:MenuItem>
                                        <asp:MenuItem ImageUrl="~/img/addRoom.jpg" NavigateUrl="~/InsertRoom.aspx"></asp:MenuItem>
                                    </asp:MenuItem>
                                    <asp:MenuItem ImageUrl="~/img/roomType.jpg">
                                        <asp:MenuItem ImageUrl="~/img/viewRoomType.jpg" NavigateUrl="~/SelectRoomType.aspx"></asp:MenuItem>
                                        <asp:MenuItem ImageUrl="~/img/addRoomType.jpg" NavigateUrl="~/InsertRoomType.aspx"></asp:MenuItem>
                                        <asp:MenuItem ImageUrl="~/img/zhuangtai.JPG" NavigateUrl="~/RoomState.aspx"></asp:MenuItem>
                                    </asp:MenuItem>
                                </asp:MenuItem>
                                <asp:MenuItem Text="业务管理" Value="业务管理">
                                    <asp:MenuItem ImageUrl="~/img/ruzhu.jpg" NavigateUrl="~/IncomeAndOut.aspx"></asp:MenuItem>
                                    <asp:MenuItem ImageUrl="~/img/tuifang.jpg" NavigateUrl="~/OutAndIncome.aspx"></asp:MenuItem>
                                </asp:MenuItem>
                            </Items>
                        </asp:Menu>
                    </div>
                </div>
                <div style="width: 725px; height: 164px">
                    &nbsp;
                    &nbsp;&nbsp; &nbsp;&nbsp;
        <asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
        </asp:contentplaceholder>
                </div>
            </div>
            <div style="width: 128px; height: 696px">
            </div>
        </div>
        <br />
            &nbsp;</div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -