multiple updates and new files to support multiple foaf person profile pages

This commit is contained in:
tworrall 2013-01-31 11:15:48 -05:00
parent 3b051ecffd
commit 9cde935cc7
50 changed files with 2005 additions and 249 deletions

View file

@ -25,10 +25,10 @@
<#if webpage?has_content> <#-- true when the property is in the list, even if not populated (when editing) -->
<nav role="navigation">
<#local label = "Web Pages">
<#local label = "Websites">
<@p.addLinkWithLabel webpage editable label />
<#if webpage.statements?has_content> <#-- if there are any statements -->
<#include "lib-vivo-property-webpage.ftl">
<#include "individual-webpage.ftl" >
</#if>
</nav>
</#if>

View file

@ -1,9 +0,0 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- This snippet will be included in lib-vivo-properties.ftl, so users will be able to have a
different view when extending wilma theme
-->
<ul class="${linkListClass}" id="webpages" role="list">
<@p.objectPropertyList webpage editable />
</ul>