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.
60 lines
2.5 KiB
60 lines
2.5 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
|
|
<%@ 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" />
|
|
<script type="text/javascript" src="${ctx }/hbcyjc/resource/js/jquery.min.js"></script>
|
|
<link type="text/css" rel="stylesheet" href="${ctx }/hbcyjc/resourceNew/js/touchTouch/touchTouch.css" />
|
|
<!--图片查看插件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_style.css" />
|
|
<link type="text/css" rel="stylesheet" href="${ctx }/hbcyjc/resourceNew/css/cjy_zlmxg.css" />
|
|
<%@ include file="/common/theme_css.jsp" %>
|
|
</head>
|
|
|
|
<body>
|
|
<form action="${ctx}/indexscenicgood/getScenicAccuseDetialList.do" id="mainForm" method="post" name="mainForm" enctype="multipart/form-data">
|
|
<input type="hidden" id="scenicid" name="scenicid" value="${scenicid}"/>
|
|
|
|
<div class="wd_pjq_box">
|
|
<div class="wid_tianq lst_wd_pjxq">
|
|
<ul id="ul_list" class="pj_con_h" style="height:484px">
|
|
<c:forEach items="${list}" var="lis" varStatus="vst">
|
|
<li class="wd_ts_li">
|
|
<div>
|
|
<%-- <h5>${lis.fountain}游客<span>诉</span>${lis.tsdxbdname}</h5>--%>
|
|
<h5>游客<span>诉</span>${lis.tsdxbdname}</h5>
|
|
<p class="pjq_cont">${lis.tsnr}</p> <%--投诉内容--%>
|
|
<p class="wd_ts_tips">
|
|
<span>类型:<cjy:dic diccode="${lis.tslx}"/></span>
|
|
<span>渠道:<cjy:dic diccode="${lis.tsqd}"/></span>
|
|
<i class="plq_time">
|
|
${lis.tssjgsh}
|
|
</i> <%--时间--%>
|
|
<div class="clear"></div>
|
|
</p>
|
|
<div class="star_wp_pj">
|
|
<c:choose>
|
|
<c:when test="${lis.clzt == '2601' || lis.clzt == '2603' || lis.clzt == '2609' || lis.clzt == '2612' || lis.clzt == '2622'}">
|
|
<span class="tj_sus"><i>成功图标</i>调解成功</span>
|
|
</c:when>
|
|
<c:otherwise><span class="tj_fail"><i>失败图标</i>调解失败</span></c:otherwise>
|
|
</c:choose>
|
|
</div>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</li>
|
|
</c:forEach>
|
|
|
|
</ul>
|
|
</div>
|
|
|
|
<%@include file="/common/page.jsp"%>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
</body>
|
|
</html>
|
|
|