for foaf:Persons display geo focus above the tabs
This commit is contained in:
parent
c66cdbf4aa
commit
79699bd53b
2 changed files with 17 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
||||||
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||||
|
|
||||||
|
<#-- List of research areas for the individual -->
|
||||||
|
<#assign geographicFoci = propertyGroups.pullProperty("${core}geographicFocus")!>
|
||||||
|
<#if geographicFoci?has_content> <#-- true when the property is in the list, even if not populated (when editing) -->
|
||||||
|
<#assign localName = geographicFoci.localName>
|
||||||
|
<h2 id="${localName}" class="mainPropGroup" style="clear:left">
|
||||||
|
${geographicFoci.name?capitalize}
|
||||||
|
<@p.addLink geographicFoci editable /> <@p.verboseDisplay geographicFoci />
|
||||||
|
</h2>
|
||||||
|
<ul id="individual-hasResearchArea" role="list" >
|
||||||
|
<@p.objectProperty geographicFoci editable />
|
||||||
|
</ul>
|
||||||
|
</#if>
|
|
@ -96,6 +96,9 @@
|
||||||
<!-- Research Areas -->
|
<!-- Research Areas -->
|
||||||
<#include "individual-researchAreas.ftl">
|
<#include "individual-researchAreas.ftl">
|
||||||
|
|
||||||
|
<!-- Geographic Focus -->
|
||||||
|
<#include "individual-geographicFocus.ftl">
|
||||||
|
|
||||||
<#include "individual-openSocial.ftl">
|
<#include "individual-openSocial.ftl">
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue