NIHVIVO-834: added text to note section for more details
This commit is contained in:
parent
dfbb8dcad6
commit
82c4d1faa7
2 changed files with 16 additions and 4 deletions
|
@ -182,8 +182,14 @@ $(document).ready(function(){
|
||||||
<span class="numbers" style="width:40px;" id="firstPublication"></span> <span>First Publication</span></div>
|
<span class="numbers" style="width:40px;" id="firstPublication"></span> <span>First Publication</span></div>
|
||||||
<div class="author_stats" id="lPub" style="visibility:hidden"><span class="numbers" style="width:40px;" id="lastPublication"></span>
|
<div class="author_stats" id="lPub" style="visibility:hidden"><span class="numbers" style="width:40px;" id="lastPublication"></span>
|
||||||
<span>Last Publication</span></div>
|
<span>Last Publication</span></div>
|
||||||
<div id="incomplete-data">Note: This information is based solely on publications which have been loaded into the VIVO system.
|
<div id="incomplete-data">Note: This information is based solely on publications that have been loaded into the VIVO system.
|
||||||
This may only be a small sample of the person's total work. </div>
|
This may only be a small sample of the person's total work.<p></p><p></p>
|
||||||
|
<#if user.loggedIn >
|
||||||
|
Go to your profile page to enter additional details about your publications.
|
||||||
|
<#else>
|
||||||
|
Log in to enter additional details about your publications on your profile page.
|
||||||
|
</#if>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -182,8 +182,14 @@ $(document).ready(function(){
|
||||||
<span class="numbers" style="width:40px;" id="firstGrant"></span> <span>First Grant</span></div>
|
<span class="numbers" style="width:40px;" id="firstGrant"></span> <span>First Grant</span></div>
|
||||||
<div class="investigator_stats" id="lGrant" style="visibility:hidden"><span class="numbers" style="width:40px;" id="lastGrant"></span>
|
<div class="investigator_stats" id="lGrant" style="visibility:hidden"><span class="numbers" style="width:40px;" id="lastGrant"></span>
|
||||||
<span>Last Grant</span></div>
|
<span>Last Grant</span></div>
|
||||||
<div id="incomplete-data">Note: This information is based solely on grants which have been loaded into the VIVO system.
|
<div id="incomplete-data">Note: This information is based solely on grants that have been loaded into the VIVO system.
|
||||||
This may only be a small sample of the person's total work. </div>
|
This may only be a small sample of the person's total work.<p></p><p></p>
|
||||||
|
<#if user.loggedIn >
|
||||||
|
Go to your profile page to enter additional details about your grants.
|
||||||
|
<#else>
|
||||||
|
Log in to enter additional details about your grants on your profile page.
|
||||||
|
</#if>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue