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">${scenicInfo.cname}</p>
|
|
<c:choose>
|
|
<c:when test="${scenicInfo.grade=='1'}"><span>A</span></c:when>
|
|
<c:when test="${scenicInfo.grade=='2'}"><span>AA</span></c:when>
|
|
<c:when test="${scenicInfo.grade=='3'}"><span>AAA</span></c:when>
|
|
<c:when test="${scenicInfo.grade=='4'}"><span>AAAA</span></c:when>
|
|
<c:when test="${scenicInfo.grade=='5'}"><span>AAAAA</span></c:when>
|
|
</c:choose>
|
|
</div>
|
|
<h4>${scenicInfo.addr}</h4>
|
|
</div>
|
|
</div>
|
|
<div class="smwd_iframe">
|
|
<iframe src="${ctx}/indexscenicgood/gotoScenicDetil.do?sceniccode=${sceniccode}" id="Iframe" name="" width="100%" height="560px" frameborder="0" scrolling="auto"></iframe>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |