NIHVIVO-1341 Change names of custom list view config files, xml elements, templates.
This commit is contained in:
parent
92040a8eb2
commit
23302816ac
3 changed files with 14 additions and 7 deletions
|
@ -5,11 +5,17 @@
|
|||
<#import "lib-sequence.ftl" as s>
|
||||
|
||||
<#assign degree>
|
||||
<#if statement.degree??>
|
||||
<#if statement.degreeName??>
|
||||
<@s.join [ statement.degreeAbbr!statement.degreeName, statement.majorField! ], " in " />
|
||||
</#if>
|
||||
</#assign>
|
||||
|
||||
<#assign org><a href="${url(statement.org)}">${statement.orgName}</a></#assign>
|
||||
|
||||
<@s.join [ degree, org, statement.deptOrSchool!, statement.info!, statement.datetime! ] />
|
||||
<#--
|
||||
<#if statement.dateTime??>
|
||||
<#assign dateTime = statement.dateTime?string("yyyy")>
|
||||
</#if>
|
||||
-->
|
||||
|
||||
<@s.join [ degree, org, statement.deptOrSchool!, statement.info!, dateTime! ] />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue