NIHVIVO-3331 (list view for attendee role)
This commit is contained in:
parent
b8c70867e0
commit
d303104af6
2 changed files with 4 additions and 7 deletions
|
@ -3,9 +3,6 @@
|
||||||
|
|
||||||
<!-- See guidelines in vitro/doc/list_view_configuration_guidelines.txt -->
|
<!-- 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>
|
<list-view-config>
|
||||||
<query-select>
|
<query-select>
|
||||||
PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#>
|
PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#>
|
||||||
|
|
|
@ -27,14 +27,14 @@
|
||||||
<@dt.yearSpan statement.dateTime! />
|
<@dt.yearSpan statement.dateTime! />
|
||||||
</#local>
|
</#local>
|
||||||
|
|
||||||
<#local superEvent>
|
<#local attendedEvent>
|
||||||
<#if statement.event2?has_content && statement.event2Label?has_content>
|
<#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>
|
<#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>
|
</#if>
|
||||||
</#local>
|
</#local>
|
||||||
|
|
||||||
<@s.join [ linkedIndividual, statement.roleLabel!, superEvent! ] /> ${dateTime!}
|
<@s.join [ linkedIndividual, attendedEvent! ] /> ${dateTime!}
|
||||||
|
|
||||||
</#macro>
|
</#macro>
|
Loading…
Add table
Add a link
Reference in a new issue