Advertisement
Guest User

results

a guest
Apr 28th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <c:forEach var="distributor" items="${store.features}">
  2. ${ distributor }
  3. <%-- <c:if test="${store.distributor not empty and store.distributor.code eq 'INTEGRATED'}"> --%>
  4. <!-- <div class="col-sm-12 col-md-2"> -->
  5. <%-- Imagem. A WEG precisa de um campo para fazer upload dessas imagens. --%>
  6. <%-- <h5 class="visible-xs visible-sm"><spring:theme code="text.page.store_finder.label.certified"/></h5> --%>
  7. <!-- <ul class="list-unstyled"> -->
  8. <%-- <li><img src="${image}" width="120" height="120" alt="revenda.png"></li> --%>
  9. <!-- </ul> -->
  10. <!-- </div> -->
  11. <%-- </c:if> --%>
  12. </c:forEach>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement