Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
463def3e
Commit
463def3e
authored
Jan 06, 2014
by
Matija Obreza
Browse files
Show accession taxonomy and instCode in search results
parent
540cd1d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/search/index.jsp
View file @
463def3e
...
...
@@ -41,7 +41,7 @@
<a
href=
"
<c:url
value=
"/org/${searchResult.slug}"
/>
"
><c:out
value=
"
${
searchResult
.
slug
}
"
/></a>
<c:out
value=
"
${
searchResult
.
title
}
"
/>
</c:when>
<c:when
test=
"
${
clazz
eq
'Accession'
}
"
>
<a
href=
"
<c:url
value=
"/acn/id/${searchResult.id}"
/>
"
>
${searchResult.accessionName}
</a>
<a
href=
"
<c:url
value=
"/acn/id/${searchResult.id}"
/>
"
>
${searchResult.accessionName}
</a>
${searchResult.taxonomy.taxonName} ${searchResult.instituteCode}
</c:when>
<c:when
test=
"
${
clazz
eq
'Crop'
}
"
>
<a
href=
"
<c:url
value=
"/c/${searchResult.shortName}/data"
/>
"
>
${searchResult.name}
</a>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment