📄 roomstate.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="RoomState.aspx.cs" Inherits="RoomState" Title="酒店管理" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<script type="text/javascript" src="JS/RoomStateJS.js">
</script>
<div style="width: 181px; height: 356px; float:left; border-right: gray 1px solid;">
<div id="dropList" style="width: 179px; height: 33px; text-align: center; border-bottom: gray 1px solid;">
客房类型:<br />
</div>
<div style="width: 179px; height: 353px">
<br />
<div style="width: 49px; height: 357px; float:left">
<div style="width: 60px; height: 17px">
<input id="empty" type="radio" name="rad" />空闲</div>
<br />
<br />
<br />
<div style="width: 59px; height: 17px">
<input id="housing" type="radio" name="rad" />入住</div>
<br />
<br />
<br />
<div style="width: 64px; height: 17px">
<input id="helpOneself" type="radio" name="rad" />自用</div>
<br />
<br />
<br />
<div style="width: 61px; height: 17px">
<input id="modify" type="radio" name="rad" />维修</div>
<br />
<br />
<br />
<div style="width: 67px; height: 17px">
<input id="arrive" type="radio" name="rad" />将到</div>
<br />
<br />
<br />
<div style="width: 70px; height: 17px">
<input id="leave" type="radio" name="rad"/>将离</div>
</div>
<div style="width: 46px; height: 202px; float:left">
<asp:Image ID="Image1" runat="server" Height="45px" ImageUrl="~/img/empty.jpg" Width="40px" /><br />
<br />
<asp:Image ID="Image2" runat="server" Height="45px" ImageUrl="~/img/housing.jpg"
Width="40px" /><br />
<br />
<asp:Image ID="Image3" runat="server" Height="45px" ImageUrl="~/img/helpOneself.jpg"
Width="40px" /><br />
<br />
<asp:Image ID="Image4" runat="server" Height="45px" ImageUrl="~/img/modify.jpg" Width="40px" /><br />
<br />
<asp:Image ID="Image5" runat="server" Height="45px" ImageUrl="~/img/arrive.jpg" Width="40px" /><br />
<br />
<asp:Image ID="Image6" runat="server" Height="45px" ImageUrl="~/img/leave.jpg" Width="40px" /></div>
</div>
<div style="width: 179px; height: 22px; text-align: center">
<input id="Button1" style="width: 95px" type="button" onclick="onclickBtn()" value="更新" /></div>
</div>
<div id="updatediv" style="width: 521px; height: 18px; color:Red; text-align: center; display:none;">
</div>
<div style="width: 533px; height: 507px; float:left; margin-left:5px;">
<div id="table" style="width: 531px; height: 3px;">
<script type="text/javascript">
ShowTable();
</script>
<script type="text/javascript">
ShowDropList();
</script>
</div>
</div>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -