码迷,mamicode.com
首页 > 其他好文 > 详细

关于<forEach>的<if>混合使用显示数据

时间:2017-07-22 00:47:31      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:ima   name   ges   free   chat   -o   txt   显示   var   

<c:forEach items="${rankingList}" var="p" varStatus="status">
                     <div class="my-comment-list">
                        <div class="my-o-cons clearfix">
                            <div class="my-con-img" style="height: 18%;">
                                <c:if test="${not empty p.image}">
                                      <img src="${res}/upload/${p.wechatId}/${p.image}">
                                </c:if>
                                <c:if test="${empty p.image}">
                                      <img src="${res}/template/activityVote/wlmz/images/p.png">
                                </c:if>    
                                <div class="bian"><p>编号:${p.note2}</p></div>
                             </div>
                                 <div class="my-con-txtf">
                                       <p>${p.name}</p>
                                       <p class="f2">${p.danceTypes}</p>
                                 </div>
                                 <div class="two">
                                  <p>
                                    <span>
                                        <img src="${res}/template/activityVote/wlmz/images/p4.png">
                                    </span>
                                    ${p.freeAmount}
                                  </p>
                                  <p class="f2">
                                    <span>
                                       <img src="${res}/template/activityVote/wlmz/images/p5.png">
                                    </span>
                                     ${p.costAmount}
                                  </p>
                                </div>
                                <c:if test="${status.index==0}">
                                    <div class="fr">
                                       <img src="${res}/template/activityVote/wlmz/images/h1.png">
                                    </div>
                                </c:if>
                                <c:if test="${status.index==1}">
                                    <div class="fr">
                                       <img src="${res}/template/activityVote/wlmz/images/h2.png">
                                    </div>
                                </c:if>
                                <c:if test="${status.index==2}">
                                    <div class="fr">
                                       <img src="${res}/template/activityVote/wlmz/images/h3.png">
                                    </div>
                                </c:if>
                                <c:if test="${status.index>2}">
                                      <div class="fr">
                                         <p>第${status.index+1}名</p> 
                                      </div>
                                </c:if>
                             </div>
                         </div>
                                
                         <div class="fjx"></div>
                </c:forEach>

 

关于<forEach>的<if>混合使用显示数据

标签:ima   name   ges   free   chat   -o   txt   显示   var   

原文地址:http://www.cnblogs.com/flytogalaxy/p/7220093.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!