Changes to individual templates and associated queries

This commit is contained in:
rjy7 2011-01-21 17:49:16 +00:00
parent d220c7e9af
commit ac624c0bc3
16 changed files with 110 additions and 90 deletions

View file

@ -4,9 +4,8 @@
<section id="individual-intro" class="vcard" role="region">
<#-- Image -->
<@p.imageLinks individual propertyGroups editable />
<#-- Image -->
<@p.imageLinks individual propertyGroups namespaces editable />
<section id="individual-info" role="region">
<#if individual.showAdminPanel>
@ -20,9 +19,7 @@
<#else>
<h1 class="fn">
<#-- Label -->
<#assign label = individual.nameStatement>
${label.value}
<#-- <@p.editingLinks label label editable /> -->
<@p.label individual editable />
<#-- Moniker -->
<#if individual.moniker?has_content>
@ -47,7 +44,7 @@
</nav>
<#-- Links -->
<@p.vitroLinks propertyGroups editable />
<@p.vitroLinks propertyGroups namespaces editable />
<#if individualProductExtension??>
${individualProductExtension}

View file

@ -1,6 +1,7 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Default individual profile page template -->
<#include "individual-setup.ftl">
<#include "individual-vitro.ftl">