modified formatting in advisorIn list view
This commit is contained in:
parent
dc83b26551
commit
f2f601a395
1 changed files with 6 additions and 2 deletions
|
@ -15,10 +15,14 @@
|
|||
an rdfs:label. So check to see if there's an advisee first. If not, just display the label. -->
|
||||
<#local linkedIndividual>
|
||||
<#if statement.advisee??>
|
||||
<a href="${profileUrl(statement.uri("advisee"))}" title="advisee label">${statement.adviseeLabel!}</a>,
|
||||
<#if statement.degreeLabel?? || statement.dateTimeStart?? || statement.dateTimeEnd?? >
|
||||
<a href="${profileUrl(statement.uri("advisee"))}" title="advisee label">${statement.adviseeLabel!}</a>,
|
||||
<#else>
|
||||
<a href="${profileUrl(statement.uri("advisee"))}" title="advisee label">${statement.adviseeLabel!}</a>
|
||||
</#if>
|
||||
<#if statement.degreeLabel??>
|
||||
${statement.degreeAbbr!statement.degreeLabel!}
|
||||
<#if statement.dateTimeStart??> candidate,<#else> candidate</#if>
|
||||
<#if statement.dateTimeStart?? || statement.dateTimeEnd?? > candidate,<#else> candidate</#if>
|
||||
</#if>
|
||||
<#elseif statement.advisoryLabel??>
|
||||
<a href="${profileUrl(statement.uri("advisory"))}" title="advisory label">${statement.advisoryLabel!statement.localName}</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue