当前位置: 代码迷 >> Web前端 >> BUG日记
  详细解决方案

BUG日记

热度:333   发布时间:2012-10-28 09:54:44.0
BUG日志
<c:if test="${detailUst.state!=0}">
本次调查已结束
<br />
</c:if>
<c:out value="${titleTem }" escapeXml='true'/>
调查结果
<br />
<b>题目:</b><c:out value="${titleSub }" escapeXml='true'/>
<br />
选项&#160;&#160;&#160;&#160;票数
<br />
<c:forEach var="res" items="${resList}">
${res.id.titleres }.
    <c:if test="${res.id.type==0}">
  <c:out value="${res.id.contentres }" escapeXml='true'/>
</c:if>
<c:if test="${res.id.type==1}">
  其它
</c:if>

&#160;&#160;(${res.id.items })<br />
</c:forEach>
<c:if test="${isJoin==true}">
我的选择:<c:out value="${result.title }" escapeXml='true'/><br/>
<c:if test="${not empty result.myReplayRes and result.myReplayRes!='f3442271d47a5030152bf7f4df49dd38'}">
我的回答:<c:out value="${result.myReplayRes }" escapeXml='true'/>
</c:if>
</c:if>
<!-- ***************下面显示分页内容************************* -->
<c:import url="/util/pageReuslt.jsp"></c:import>
<!-- ******************************分页结束********************************* -->
  相关解决方案