2010-07-20 17:49:44 +00:00
|
|
|
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
|
|
|
|
2010-08-03 23:18:07 +00:00
|
|
|
<%@ page import="edu.cornell.mannlib.vitro.webapp.visualization.valueobjects.SparklineData" %>
|
2010-07-20 17:49:44 +00:00
|
|
|
<%@ 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>
|