Changes to individual templates and associated queries
This commit is contained in:
parent
d220c7e9af
commit
ac624c0bc3
16 changed files with 110 additions and 90 deletions
|
@ -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}
|
||||
|
|
|
@ -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">
|
Loading…
Add table
Add a link
Reference in a new issue