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:
parent
0e8e1dc9e2
commit
64ff99a222
7 changed files with 86 additions and 72 deletions
|
@ -3,14 +3,14 @@
|
|||
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
|
||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
|
||||
|
||||
|
||||
<c:set var='sparkline' value='${requestScope.sparklineVO}'/>
|
||||
|
||||
<div class="staticPageBackground">
|
||||
|
||||
|
||||
<div id="vis_container">
|
||||
${requestScope.visContentCode}
|
||||
</div>
|
||||
${requestScope.visContextCode}
|
||||
${sparkline.sparklineContent}
|
||||
|
||||
</div>
|
||||
${sparkline.sparklineContext}
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue