NIHVIVO-1459 Create generic individual.ftl template by stripping away person-specific code.

This commit is contained in:
rjy7 2011-01-04 17:03:54 +00:00
parent 6bee028d0c
commit df62228394

View file

@ -1,6 +1,6 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template for individual profile page -->
<#-- Template for profile page for individuals of type foaf:Person -->
<#import "lib-list.ftl" as l>
<#import "lib-properties.ftl" as p>
@ -19,6 +19,7 @@
<section id="individual-intro-person" class="vcard" role="region">
<section id="left-side" role="region">
<#-- Thumbnail -->
<#if individual.thumbUrl??>
<a href="${individual.imageUrl}"><img class="individual-photo2" src="${individual.thumbUrl}" title="click to view larger image" alt="${individual.name}" width="115" /></a>
@ -115,15 +116,6 @@
<section id="publications-visualization" role="region">
<section id="sparklines-publications" role="region">
<#include "individual-sparklineVisualization.ftl">
<#-- RY Move out of this template when it's converted to individual--foaf-person.ftl. Will we have an organization-specific individual template? -->
<#if individual.organization >
<div style="width: 100%;">
<div style="width: 30%;float:left;margin-top: 5%;margin-right: 10px;"><img src="${urls.images}/visualization/temporal_vis_icon.jpg"/></div>
<div><h3>Temporal Graph <br/><a class="view-all-style" href="${urls.base}/visualization?vis=entity_comparison&vis_mode=${individual.moniker}&render_mode=standalone&uri=${individual.uri}">View <span class= "pictos-arrow-10">4</span></a></h3></div>
</div>
<#--<div>VISMODE: ${individual.moniker}</div>-->
</#if>
</section>
<section id="co-authors" role="region">