<%@ include file="/portal/include/include_java.jsp" %>

  <c:if test="${param.showimages == 'true'}">
    <img src="<h:rewrite page='/doc/' /><c:out value='${displayObject.threshold.icon}'/>" alt="<c:out value='${displayObject.threshold.label}'/>"/>
  </c:if>
  <c:if test="${param.showimages != 'true'}">
    <c:out value='${displayObject.threshold.label}'/>
  </c:if>
