1. Cleaned up coauth & copi person level pages.

2. Modified styles per recommendation from IU Designer Elisha.
3. Made changes to content for different sparkline content providers.
This commit is contained in:
cdtank 2011-01-05 00:51:40 +00:00
parent f8278ed47f
commit 2e6163aeb6
12 changed files with 269 additions and 377 deletions

View file

@ -12,7 +12,7 @@
<#assign sparklineContainerID = visContainerID + "_spark">
</#if>
<div class="staticPageBackground" style="width: 50%; float: left;">
<div class="staticPageBackground">
<div id="${visContainerID}">
<script type="text/javascript">
@ -82,7 +82,7 @@
var sparksText = ' from <span class="sparkline_range">${sparklineVO.earliestYearConsidered?c}'
+ ' to ${sparklineVO.latestRenderedGrantYear?c}</span> '
+ ' <a href="${sparklineVO.downloadDataLink}" class="inline_href">(.CSV File)</a> ';
+ '<br /> <a href="${sparklineVO.downloadDataLink}" >(.CSV File)</a> ';
</#if>
@ -161,7 +161,7 @@
<#if displayTable?? && displayTable>
<p>
<#assign tableID = "sparkline_data_table" />
<#assign tableID = "grant_sparkline_data_table" />
<#assign tableCaption = "Grants per year " />
<#assign tableActivityColumnName = "Grants" />
<#assign tableContent = sparklineVO.yearToActivityCount />
@ -178,7 +178,4 @@
</#if>
</div>
</div>