Adjust labels' position

Fixed co-investigator text and icon for no data page
This commit is contained in:
kongchinhua 2011-11-14 17:58:17 +00:00
parent cd5d312265
commit 74d9eb2396
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -23,7 +23,7 @@
<#assign egoCoInvestigatorsListDataFileURL = '${urls.base}${dataVisualizationURLRoot}?vis=coprincipalinvestigator&uri=${egoURI}&vis_mode=copis'>
<#assign egoCoInvestigationNetworkDataFileURL = '${urls.base}${dataVisualizationURLRoot}?vis=coprincipalinvestigator&uri=${egoURI}&vis_mode=copi_network_download'>
<#assign coAuthorIcon = '${urls.images}/visualization/coauthorship/co_investigator_icon.png'>
<#assign coInvestigatorIcon = '${urls.images}/visualization/coauthorship/co_investigator_icon.png'>
<#assign swfLink = '${urls.images}/visualization/coauthorship/EgoCentric.swf'>
<#assign adobeFlashDetector = '${urls.base}/js/visualization/coauthorship/AC_OETags.js'>
@ -126,9 +126,9 @@ $(document).ready(function(){
<div class = "toggle_visualization">
<div id="coauthorship_link_container" class="collaboratorship-link-container">
<div class="collaboratorship-icon"><a href="${coauthorshipURL}"><img src="${coAuthorIcon}" /></a></div>
<div class="collaboratorship-icon"><a href="${coauthorshipURL}"><img src="${coInvestigatorIcon}" /></a></div>
<div class="collaboratorship-link">
<h3><a href="${coauthorshipURL}">Co-Author Network</a></h3>
<h3><a href="${coauthorshipURL}">Co-Investigator Network</a></h3>
</div>
</div>
</div>