Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <c:if test="${themeName == 'outlet'}">
  2. <input class="productBrand" id="${product.code}" type="hidden" value="Outlet">
  3. </c:if>
  4. <c:if test="${themeName == 'kids'}">
  5. <input class="productBrand" id="${product.code}" type="hidden" value="Kids">
  6. </c:if>
  7. <c:if test="${themeName == 'hering'}">
  8. <input class="productBrand" id="${product.code}" type="hidden" value="Hering">
  9. </c:if>
  10. <c:if test="${themeName == 'dzarm'}">
  11. <input class="productBrand" id="${product.code}" type="hidden" value="Dzarm">
  12. </c:if>
  13. <c:if test="${themeName == 'foryou'}">
  14. <input class="productBrand" id="${product.code}" type="hidden" value="Foryou">
  15. </c:if>
  16. <c:if test="${themeName == 'puc'}">
  17. <input class="productBrand" id="${product.code}" type="hidden" value="Puc">
  18. </c:if>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement