Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Genesys Backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Genesys PGR
Genesys Backend
Commits
7fe8b4a1
Commit
7fe8b4a1
authored
Sep 19, 2017
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed display of sci name in My List
parent
d51b09d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/main/webapp/WEB-INF/jsp/selection/index.jsp
src/main/webapp/WEB-INF/jsp/selection/index.jsp
+4
-4
No files found.
src/main/webapp/WEB-INF/jsp/selection/index.jsp
View file @
7fe8b4a1
...
...
@@ -17,11 +17,11 @@
<gui:alert
type=
"info"
>
<spring:message
code=
"selection.empty-list-warning"
/>
</gui:alert>
<security:authorize
access=
"isAuthenticated()"
>
<c:if
test=
"
${
fn:
length
(
userAccessionLists
)
gt
0
}
"
>
<div
class=
""
>
<spring:message
code=
"userlist.list-my-lists"
/>
<spring:message
code=
"userlist.list-my-lists"
/>
<ul
class=
"funny-list"
role=
""
id=
"user-accession-lists"
>
<c:forEach
items=
"
${
userAccessionLists
}
"
var=
"userList"
>
<li><a
href=
"/sel/load?list=${userList.uuid}"
><c:out
value=
"
${
userList
.
title
}
"
/></a>
...
...
@@ -80,7 +80,7 @@
<td
class=
"idx-col"
><p><c:out
value=
"
${
status
.
count
+
pagedData
.
size
*
pagedData
.
number
}
"
/></p></td>
<td
class=
"sel ${selection.containsId(accession.id) ? 'picked' : ''}"
x-aid=
"${accession.id}"
></td>
<td><p><local:accession
-details-link accession="${accession}"
/></p></td>
<td><p><
c:out
value=
"
${
accession
.
taxonomy
.
sciName
}
"
/
></p></td>
<td><p><
span
dir=
"ltr"
class=
"sci-name"
><c:out
escapeXml=
"false"
value=
"
${
accession
.
taxonomy
.
sciNameHtml
}
"
/></span
></p></td>
<td
class=
"notimportant"
><p><c:out
value=
"
${
jspHelper
.
getCountry
(
accession
.
orgCty
.
iso3
).
getName
(
pageContext
.
response
.
locale
)
}
"
/></p></td>
<td
class=
"notimportant"
><p><a
href=
"
<c:url
value=
"/wiews/${accession.institute.code}"
/>
"
><c:out
value=
"
${
accession
.
institute
.
code
}
"
/></a></p></td>
<%--<td class="notimportant"><a href="<c:url value="/geo/${accession.institute.country.code3}" />"><c:out value="${accession.institute.country.getName(pageContext.response.locale)}" /></a></td>--%>
...
...
@@ -307,4 +307,4 @@
</script>
</content>
</body>
</html>
\ No newline at end of file
</html>
Write
Preview
Markdown
is supported
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