vitro/webapp/web/templates/visualization/ajax_vis_content.jsp

12 lines
513 B
Text

<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<%@ page import="edu.cornell.mannlib.vitro.webapp.visualization.valueobjects.SparklineVOContainer" %>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<c:set var='sparkline' value='${requestScope.sparklineVO}'/>
<c:set var='shouldVIVOrenderVis' value='${requestScope.shouldVIVOrenderVis}'/>
<c:if test="${shouldVIVOrenderVis}">
${sparkline.sparklineContent}
${sparkline.sparklineContext}
</c:if>