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.
84 lines
3.1 KiB
84 lines
3.1 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"%>
|
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
|
|
<%@ include file="/common/ctx.jsp"%>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>综合网评查询详情_景区</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<link type="text/css" rel="stylesheet" href="${ctx }/hbcyjc/resourceNew/css/cjy_style.css" />
|
|
<link type="text/css" rel="stylesheet" href="${ctx }/hbcyjc/resourceNew/css/cjy_style2.css" />
|
|
<link type="text/css" rel="stylesheet" href="${ctx }/hbcyjc/resourceNew/css/cjy_zlmxg.css" />
|
|
<%@ include file="/common/theme_css.jsp" %>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="xingk"></div>
|
|
<div class="xqym_nrbf">
|
|
<h2 class="xq_lmx_bt" id="a1">
|
|
<span class="xq_lmbt">评论详情</span>
|
|
</h2>
|
|
<div class="xq_nrboxk">
|
|
<div class="xq_xqnrzs">
|
|
<div class="pf-2">
|
|
<p class="xq_xqnrzs_wb">
|
|
<span class="xq_xqnrzs_mc">评论用户:</span><span class="xq_xqnrzs_nr">${object.criticismUser}</span>
|
|
</p>
|
|
</div>
|
|
<div class="pf-2">
|
|
<p class="xq_xqnrzs_wb">
|
|
<span class="xq_xqnrzs_mc">评论时间:</span><span class="xq_xqnrzs_nr"><fmt:formatDate value="${object.criticismTime}" type="date" pattern="yyyy-MM-dd HH:mm:ss" /></span>
|
|
</p>
|
|
</div>
|
|
<div class="pf-2">
|
|
<p class="xq_xqnrzs_wb">
|
|
<span class="xq_xqnrzs_mc">评论来源:</span><span class="xq_xqnrzs_nr">${object.criticismSource}</span>
|
|
</p>
|
|
</div>
|
|
<div class="pf-2">
|
|
<p class="xq_xqnrzs_wb">
|
|
<span class="xq_xqnrzs_mc">评论类型:</span>
|
|
<span class="xq_xqnrzs_nr">
|
|
<c:choose>
|
|
<c:when test="${object.ctype == 1}">好评</c:when>
|
|
<c:when test="${object.ctype == 2}">中评</c:when>
|
|
<c:when test="${object.ctype == 3}">差评</c:when>
|
|
</c:choose>
|
|
</span>
|
|
</p>
|
|
</div>
|
|
<div class="pf-2">
|
|
<p class="xq_xqnrzs_wb">
|
|
<span class="xq_xqnrzs_mc">评分:</span><span class="xq_xqnrzs_nr">${object.grade}</span>
|
|
</p>
|
|
</div>
|
|
<div class="clear"></div>
|
|
<p class="xq_xqnrzs_wb">
|
|
<span class="xq_xqnrzs_mc">评论内容:</span><span class="xq_xqnrzs_nr">${object.criticismContent}</span>
|
|
</p>
|
|
</div>
|
|
<h6 class="xq_lmxbt"></h6>
|
|
<div class="xq_table">
|
|
<table cellspacing="0" width="20%">
|
|
<c:forEach items="${dimensionList}" var="list" varStatus="vst">
|
|
<tr>
|
|
<td>
|
|
<p>${list.dicname}:</p></td>
|
|
<td>
|
|
<p>
|
|
<input type="radio" name="safe_danger_${list.dicid}" <c:if test="${list.sentiment=='0'}">checked</c:if>/>好
|
|
<input type="radio" name="safe_danger_${list.dicid}" <c:if test="${list.sentiment=='2'}">checked</c:if>/>差
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</c:forEach>
|
|
</table>
|
|
</div>
|
|
<!-- 边角 -->
|
|
<span class="jb-leftx"><img src="${ctx }/hbcyjc/resourceNew/images/jb-leftx.png" /></span>
|
|
<span class="jb-rightx"><img src="${ctx }/hbcyjc/resourceNew/images/jb-rightx.png" /></span>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |