?? aroom.jsp
字號:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="../format/style.css" rel="stylesheet" type="text/css">
<title>Room Detail Information</title>
<style type="text/css">
<!--
.STYLE1 {color: #ffffff}
-->
</style>
</HEAD>
<BODY bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">
<br>
<table width="95%" border="0" cellspacing="1" align="center">
<tr align="center" bgcolor="#999999">
<td colspan="2" bgcolor="#d4dced" align="left"><strong>Room Detail Infromation</strong></td>
</tr>
<tr>
<td width="10%" bgcolor="#999999" align="right"><span class="STYLE1">Name:</span></td>
<td width="90%" align="left" bgcolor="#ebebeb">Meeting Room 102 </td>
</tr>
<tr>
<td bgcolor="#999999" align="right"><span class="STYLE1">Size:</span></td>
<td align="left" bgcolor="#ebebeb">15</td>
</tr>
<tr>
<td bgcolor="#999999" align="right"><span class="STYLE1">Floor:</span></td>
<td align="left" bgcolor="#ebebeb">1</td>
</tr>
<tr>
<td bgcolor="#999999" align="right"><span class="STYLE1">Building:</span></td>
<td align="left" bgcolor="#ebebeb">Wuhan Best Shore Building A3 </td>
</tr>
<tr>
<td bgcolor="#999999" align="right"><span class="STYLE1">Seats:</span></td>
<td align="left" bgcolor="#ebebeb">15</td>
</tr>
<tr>
<td bgcolor="#999999" align="right"><span class="STYLE1">Manager:</span></td>
<td align="left" bgcolor="#ebebeb">Candy Chen </td>
</tr>
<tr>
<td bgcolor="#999999" align="right"><span class="STYLE1">Description:</span></td>
<td align="left" bgcolor="#ebebeb"></td>
</tr>
<tr>
<td bgcolor="#999999" align="right"><span class="STYLE1">Facility List:</span></td>
<td align="left" bgcolor="#ebebeb"><a href="../facilityMgmt/aFacility.jsp">Dell Projector</a> </td>
</tr>
<tr>
<td colspan="2" bgcolor="#d4dced" align="center">
<input name="button" type="button" onClick="location.href='updateRoom.jsp'" value="Update">
<input type="button" value="Delete" onClick="javascript:if(confirm('Are you sure to delete this record?')) location.href='DeleteRoomServlet?bookingID='">
<input type="button" value="Back" onClick="javascirpt:history.go(-1)">
</td>
</tr>
</table>
</BODY>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -