NIHVIVO-1322 Separated IndividualTemplateModel into two classes, one for profile page and one for listing individuals in the context of search, browse, menupages, etc. The needs of the two cases are quite different.

This commit is contained in:
rjy7 2011-01-13 15:09:29 +00:00
parent 9f6d3a9f2b
commit 7c1e9a7148

View file

@ -64,13 +64,7 @@
</#if> </#if>
<#-- Links --> <#-- Links -->
<nav role="navigation"> <#include "individual-links.ftl">
<ul id ="individual-urls-people" role="list">
<#list individual.links as link>
<li role="listitem"><a href="${link.url}">${link.anchor}</a></li>
</#list>
</ul>
</nav>
</section> </section>
<section id="individual-info" role="region"> <section id="individual-info" role="region">