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:
rjy7 2010-12-15 19:34:29 +00:00
parent 84768be55a
commit 4e4da7d08e
3 changed files with 8 additions and 10 deletions

View file

@ -19,5 +19,7 @@
} ORDER BY DESC(?dateTime) } ORDER BY DESC(?dateTime)
</query> </query>
<template>objectPropertyList-educationalTraining.ftl</template> <link-target>org</link-target>
<template>shortView-educationalTraining.ftl</template>
</view-config> </view-config>

View file

@ -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>

View file

@ -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}