NIHVIVO-3331 (list view for attendee role)

This commit is contained in:
stellamit 2011-11-29 16:44:51 +00:00
parent b8c70867e0
commit d303104af6
2 changed files with 4 additions and 7 deletions

View file

@ -3,9 +3,6 @@
<!-- See guidelines in vitro/doc/list_view_configuration_guidelines.txt -->
<!-- Note: ?workshop is a generic name for any intervening event between a presentation and -->
<!-- a conference, such as a workshop or session or exhibit. tlw72 -->
<list-view-config>
<query-select>
PREFIX afn: &lt;http://jena.hpl.hp.com/ARQ/function#&gt;

View file

@ -27,14 +27,14 @@
<@dt.yearSpan statement.dateTime! />
</#local>
<#local superEvent>
<#local attendedEvent>
<#if statement.event2?has_content && statement.event2Label?has_content>
<a href="${profileUrl(statement.event2)}">${statement.event2Label}</a>
at <a href="${profileUrl(statement.event2)}">${statement.event2Label}</a>
<#elseif statement.series?has_content && statement.seriesLabel?has_content>
<a href="${profileUrl(statement.series)}">${statement.seriesLabel}</a>
at <a href="${profileUrl(statement.series)}">${statement.seriesLabel}</a>
</#if>
</#local>
<@s.join [ linkedIndividual, statement.roleLabel!, superEvent! ] /> ${dateTime!}
<@s.join [ linkedIndividual, attendedEvent! ] /> ${dateTime!}
</#macro>