NIHVIVO-2325 Retrieve property in core:hasRole list view query, since the view supports multiple properties, so the template knows which property is being displayed.

This commit is contained in:
ryounes 2011-03-29 13:46:24 +00:00
parent c4d0143b49
commit cdd8b0b91d
2 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,9 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Default object property statement template -->
<#-- Default object property statement template.
This template must be self-contained and not rely on other variables set for the individual page, because it
is also used to generate the property statement during a deletion.
-->
<a href="${profileUrl(statement.object)}">${statement.name!}</a> ${statement.moniker!}

View file

@ -1,6 +1,10 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template for vitro:primaryLink and vitro:additionalLink -->
<#-- Template for vitro:primaryLink and vitro:additionalLink.
This template must be self-contained and not rely on other variables set for the individual page, because it
is also used to generate the property statement during a deletion.
-->
<#assign linkText>
<#if statement.anchor??>${statement.anchor}