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

📄 hotelmanger.master

📁 一个普通的酒店管理
💻 MASTER
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="HotelManger.master.cs" Inherits="HotelManger" %>

<!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 id="Head1" runat="server">
    <title>酒店管理系统</title>
    <link href="~/CSS/HotelManager.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <div style="height:620px; background-image:url(images/bg.jpg); background-repeat:repeat; text-align:center;">
    <div id="head" style=" height:105px; width:750px; border:0px; ">
      <div style="height:105px; width:750px;border:0px; ">
        <div style="height:100%; width:728px; background-image:url(images/513.gif); float:left; position:relative; border-spacing:0px; border:0px;"></div>
      </div>
    </div>
    <div style="height:435px; width:750px;">
      <div style="height:435px; width:728px; float:left;">           
            <asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
            </asp:contentplaceholder>
      </div>
      </div>
    <div style=" height:80px; width:750px; border-spacing:0px; background-image:url(images/rootBG.jpg); background-repeat:repeat;">
         <br/><br/>
      <br/>
         <br/>
    </div>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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