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.
56 lines
2.5 KiB
56 lines
2.5 KiB
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
|
|
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
|
<%@ include file="/common/ctx.jsp"%>
|
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
|
|
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>网评</title>
|
|
<script src="${ctx}/js/jquery.min.js"></script>
|
|
<link type="text/css" rel="stylesheet" href="${pageContext.request.contextPath}/hbcyjc/resourceNew/css/cjy_style.css"/>
|
|
<link type="text/css" rel="stylesheet" href="${pageContext.request.contextPath}/hbcyjc/resourceNew/css/cjy_style2.css" />
|
|
<link type="text/css" rel="stylesheet" href="${pageContext.request.contextPath}/hbcyjc/resourceNew/css/cjy_zlmxg.css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<form action="${ctx}/lydlxxxt/hotelcommentdetail.do" id="mainForm" method="post" name="mainForm" enctype="multipart/form-data">
|
|
<input type="hidden" id="id" name="id" value="${restaurant.id }"/>
|
|
<input type="hidden" id="hotelcode" name="hotelcode" value="${restaurant.uuids }"/>
|
|
<input type="hidden" id="source" name="source" value="${source}"/>
|
|
<div class="xingk"></div>
|
|
<div class="xqym_nrbf">
|
|
<div class="xq_jdxqxxk">
|
|
<div class="xqpl_list">
|
|
<c:choose>
|
|
<c:when test="${not empty list }">
|
|
<c:forEach items="${list}" var="lis" varStatus="vst">
|
|
<div class="xqpl_list_lie">
|
|
<div class="xqpl_list_left">
|
|
<div class="xqpl_tx" style="background:url(${ctx}/hbcyjc/resourceNew/images/img_jq.jpg) no-repeat center;"></div>
|
|
<p>${lis.criticismUser}</p>
|
|
</div>
|
|
<div class="xqpl_list_right">
|
|
<div class="xqpl_list_xjpl"><span class="xingji width47"></span><span>评分:<strong class="col_huang">${lis.grade}</strong></span> <span class="pl_scsj right">
|
|
<fmt:formatDate value="${lis.criticismTime}" pattern='yyyy-MM-dd'/>
|
|
</span></div>
|
|
<p class="xqpl_list_nr">
|
|
${lis.criticismContent }
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</c:forEach>
|
|
</c:when>
|
|
<c:otherwise>
|
|
<p class="zwxx"> 暂无信息</p>
|
|
</c:otherwise>
|
|
</c:choose>
|
|
</div>
|
|
|
|
<%@include file="/common/page.jsp"%>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
|