changed order so name is first, removed vivo items (added to the VIVO branch of this feature) from xmlResults.
This commit is contained in:
parent
b5e148975a
commit
8880d87484
2 changed files with 2 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
<#assign todayDate = today?date>
|
||||
Results from ${siteName} for ${querytext} on ${todayDate}
|
||||
|
||||
URI, Name, URL
|
||||
Name, URI, URL
|
||||
<#list individuals as individual>
|
||||
"${individual.uri}","${individual.name}","${individual.profileUrl}"
|
||||
"${individual.name}","${individual.uri}","${individual.profileUrl}"
|
||||
</#list>
|
||||
|
|
|
@ -14,12 +14,6 @@
|
|||
<doc>
|
||||
<str name="uri">${individual.uri?xml}</str>
|
||||
<str name="name">${individual.name?xml}</str>
|
||||
<#if individual.preferredTitle?has_content>
|
||||
<str name="title">${individual.preferredTitle?xml}</str>
|
||||
</#if>
|
||||
<#if individual.email?has_content>
|
||||
<str name="email">"${individual.email}"</str>
|
||||
</#if>
|
||||
<str name="vivo-url">${individual.profileUrl?xml}"</str>
|
||||
</doc>
|
||||
</#list>
|
||||
|
|
Loading…
Add table
Reference in a new issue