updates for concept search and label management
This commit is contained in:
parent
14ddc38177
commit
a9ebf8f94b
13 changed files with 171 additions and 76 deletions
|
@ -280,7 +280,6 @@ change_selection = change selection
|
|||
# custom form templates ( /templates/freemarker/edit/forms )
|
||||
#
|
||||
manage_concepts = Manage Concepts
|
||||
remove_capitalized = Remove
|
||||
no_concepts_specified = There are currently no concepts specified.
|
||||
return_to_profile = Return to Profile Page
|
||||
external_vocabulary_services = External Vocabulary Services
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
<#if !labelCount??>
|
||||
<#assign labelCount = 0 >
|
||||
</#if>
|
||||
<#if !localesCount??>
|
||||
<#assign localesCount = 1>
|
||||
</#if>
|
||||
<#assign visRequestingTemplate = "foaf-person-wilma">
|
||||
<section id="individual-intro" class="vcard person" role="region">
|
||||
|
||||
|
@ -55,7 +58,7 @@
|
|||
<#else>
|
||||
<h1 class="vcard foaf-person">
|
||||
<#-- Label -->
|
||||
<span class="fn"><@p.label individual editable labelCount/></span>
|
||||
<span class="fn"><@p.label individual editable labelCount localesCount/></span>
|
||||
|
||||
<#-- Display preferredTitle if it exists; otherwise mostSpecificTypes -->
|
||||
<#assign title = propertyGroups.pullProperty("${core}preferredTitle")!>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue