📄 left_em.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="left_em.aspx.cs" Inherits="left_em" %>
<!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>
<script language="javascript" type="text/javascript">
// <!CDATA[
function IMG1_onclick() {
if(eval("info"+1).style.display=="none"){
eval("info"+1).style.display="block";
}
else{
eval("info"+1).style.display="none";
}
}
function IMG2_onclick() {
if(eval("info"+2).style.display=="none"){
eval("info"+2).style.display="block";
}
else{
eval("info"+2).style.display="none";
}
}
function IMG3_onclick() {
if(eval("info"+3).style.display=="none"){
eval("info"+3).style.display="block";
}
else{
eval("info"+3).style.display="none";
}
}
// ]]>
</script>
</head>
<body>
<form id="form1" runat="server">
<table id="buttom1" style="display:block" cellspacing="0" cellpadding="0" width="145" border="0" align="center">
<tbody>
<tr>
<td>
<img src="pic/buttom_left_1.bmp" id="IMG1" onclick="return IMG1_onclick()" />
</td>
</tr>
</tbody>
</table>
<table id="info1" style="display:none" cellspacing="0" cellpadding="0" width="145" border="0" align="center">
<tbody>
<tr><td align="center"><a href="checkIn.aspx" target="right"> 开房 </a></td></tr>
<tr><td align="center"><a href="checkOut.aspx" target="right"> 退房 </a></td></tr>
<tr><td align="center"><a href="RoomInfo.aspx" target="right">当前客房情况</a></td></tr>
</tbody>
</table>
<table cellspacing="0" cellpadding="0" width="145" border="0" align="center">
<tbody>
<tr>
<td>
<img src="pic/buttom_left_2.bmp" id="IMG2" onclick="return IMG2_onclick()" />
</td>
</tr>
</tbody>
</table>
<table id="info2" style="display:none" cellspacing="0" cellpadding="0" width="145" border="0" align="center">
<tbody>
<tr><td align="center"><a href="reservation.aspx" target="right"> 预定 </a></td></tr>
<tr><td align="center"><a href="checkInReservation.aspx" target="right">预定入住</a></td></tr>
<tr><td align="center"><a href="cancelReservation.aspx" target="right">预定取消</a></td></tr>
</tbody>
</table>
<table cellspacing="0" cellpadding="0" width="145" border="0" align="center">
<tbody>
<tr>
<td style="height: 37px">
<img src="pic/buttom_left_3.bmp" id="IMG3" onclick="return IMG3_onclick()" />
</td>
</tr>
</tbody>
</table>
<table id="info3" style="display:none" cellspacing="0" cellpadding="0" width="145" border="0" align="center">
<tbody>
<tr><td align="center"><a href="clientInfoHistory.aspx" target = "right">历史顾客查询</a></td></tr>
<tr><td align="center"><a href="clientinfopresent.aspx" target = "right">在住顾客查询</a></td></tr>
<tr><td align="center"><a href="clientInfoReservation.aspx" target="right">预定顾客查询</a></td></tr>
</tbody>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -