Updates for including termType as information to be displayed in custom list view as well as editing page (and added in the N3).

This commit is contained in:
hjkhjk54 2011-08-16 21:02:45 +00:00
parent dd44eeb314
commit 1c4d73da07
5 changed files with 78 additions and 41 deletions

View file

@ -14,5 +14,5 @@
<#-- Use a macro to keep variable assignments local; otherwise the values carry over to the
next statement -->
<#macro showTerm statement>
<a href="${statement.referencedTerm}">${statement.termLabel}</a>
<a href="${statement.referencedTerm}">${statement.termLabel} (${statement.termType})</a>
</#macro>