1. Created a draft person level vis (integration of sparkline & co-authorship vis)

2. Modified the person pub count to use a single VO to give access to jsp to various contents of sparkline.
3. Modified test bed to include link to Person Level vis.
This commit is contained in:
cdtank 2010-07-01 16:45:02 +00:00
parent 0e8e1dc9e2
commit 64ff99a222
7 changed files with 86 additions and 72 deletions

View file

@ -1,3 +1,6 @@
${requestScope.visContentCode}
<%@ page import="edu.cornell.mannlib.vitro.webapp.visualization.personpubcount.VisVOContainer" %>
${requestScope.visContextCode}
<c:set var='sparkline' value='${requestScope.sparklineVO}'/>
${sparkline.sparklineContent}
${sparkline.sparklineContext}