<%@ include file="/portal/include/include_java.jsp" %>
<sp:portalState var="ps" />
<c:set var="chid" value="${ps.currentPortletId}"/>
<c:if test="${chid == null || chid == ''}">
  <c:set var="chid" value="${asi_grid_form.portletId}"/>
</c:if>

<c:if test="${displayObject.numberOfVersions != '0'}">
  <a href="#" onclick="var setV = window['setV_'+'<asi:out encoding="js-html" value="${chid}"/>']; setV('<asi:out encoding="js-html" value='${displayObject.id}'/>','<asi:out encoding="js-html" value='${displayObject.folderId}'/>');" ><c:out value='${displayObject.numberOfVersions + 1}'/> </a>
</c:if>
<c:if test="${displayObject.numberOfVersions == '0'}">
  <c:out value='${displayObject.numberOfVersions + 1}'/>
</c:if>
