You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.3 KiB
36 lines
1.3 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<%@ page language="java" pageEncoding="UTF-8"%>
|
|
<%@ include file="/common/ctx.jsp"%>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>酒店网络评价详情Iframe</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<!-- 自定义样式 -->
|
|
|
|
|
|
|
|
<%@ include file="/common/theme_css.jsp" %>
|
|
</head>
|
|
<body>
|
|
<div class="smwd_wp">
|
|
<div class="smwd_head">
|
|
<div class="dgwd_title">
|
|
<div class="dgwd_com_dj">
|
|
<p class="dgwd_com_name">${hotelInfo.cname}</p>
|
|
<c:choose>
|
|
<c:when test="${hotelInfo.level=='1'}"><span>一星级</span></c:when>
|
|
<c:when test="${hotelInfo.level=='2'}"><span>二星级</span></c:when>
|
|
<c:when test="${hotelInfo.level=='3'}"><span>三星级</span></c:when>
|
|
<c:when test="${hotelInfo.level=='4'}"><span>四星级</span></c:when>
|
|
<c:when test="${hotelInfo.level=='5'}"><span>五星级</span></c:when>
|
|
</c:choose>
|
|
</div>
|
|
<h4>${hotelInfo.addr}</h4>
|
|
</div>
|
|
</div>
|
|
<div class="smwd_iframe">
|
|
<iframe src="${ctx}/indexhotelgood/gotoHotelDetil.do?hotelcode=${hotelcode}" id="Iframe" name="" width="100%" height="560px" frameborder="0" scrolling="auto"></iframe>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |