NIHVIVO-1336 First draft of short view template for educational training. NIHVIVO-1341 Reworked handling of urls in default and custom short views. Moniker and name still need to be reworked, so added placeholder text for now.
This commit is contained in:
parent
84768be55a
commit
4e4da7d08e
3 changed files with 8 additions and 10 deletions
|
@ -19,5 +19,7 @@
|
|||
} ORDER BY DESC(?dateTime)
|
||||
</query>
|
||||
|
||||
<template>objectPropertyList-educationalTraining.ftl</template>
|
||||
<link-target>org</link-target>
|
||||
|
||||
<template>shortView-educationalTraining.ftl</template>
|
||||
</view-config>
|
|
@ -1,9 +0,0 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#-- Custom object property list view for http://vivoweb.org/ontology/core#educationalTraining -->
|
||||
|
||||
<#list property.statements as statement>
|
||||
<div class="obj-prop-stmt-obj">
|
||||
<a href="${statement.object.url}">${statement.object.name}</a> ${statement.object.moniker!}
|
||||
</div> <!-- end obj-prop-stmt-obj -->
|
||||
</#list>
|
|
@ -0,0 +1,5 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#-- Custom object property statement view for http://vivoweb.org/ontology/core#educationalTraining -->
|
||||
|
||||
<a href="${statement.orgUrl}">${statement.orgName}</a> ${statement.degreeName}
|
Loading…
Add table
Add a link
Reference in a new issue