Skip to content
GitLab
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
bb8d61d4
Commit
bb8d61d4
authored
Oct 27, 2017
by
Maxym Borodenko
Browse files
DOI not linked
parent
91dc6cd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/accession/explore2.jsp
View file @
bb8d61d4
...
...
@@ -972,13 +972,10 @@
<c:forEach
items=
"
${
selectedColumns
}
"
var=
"col"
varStatus=
"i"
>
<c:choose>
<c:when
test=
"
${
col
eq
'doi'
}
"
>
$
(
"
<i/>
"
,
{
text
:
pagedData
.
content
[
i
].
doi
})
.
appendTo
(
$
(
"
<span/>
"
,
{
dir
:
"
ltr
"
,
'
class
'
:
"
sci-name
"
}).
appendTo
(
$
(
"
<p></p>
"
).
appendTo
(
$
(
"
<td/>
"
,
{
'
class
'
:
"
notimportant
<c:if
test=
'
${
i
.
count
ge
2
}
'
>
hidden-xs
</c:if>
<c:if
test=
'
${
i
.
count
gt
2
}
'
>
hidden-sm
</c:if>
"
}).
appendTo
(
row
))));
$
(
"
<a/>
"
,
{
href
:
'
<c:url
value=
"/"
/>
'
+
pagedData
.
content
[
i
].
doi
,
text
:
pagedData
.
content
[
i
].
doi
})
.
appendTo
(
$
(
"
<p/>
"
)
.
appendTo
(
$
(
"
<td/>
"
,
{
'
class
'
:
"
notimportant
<c:if
test=
'
${
i
.
count
ge
2
}
'
>
hidden-xs
</c:if>
<c:if
test=
'
${
i
.
count
gt
2
}
'
>
hidden-sm
</c:if>
"
})
.
appendTo
(
row
)));
</c:when>
<c:when
test=
"
${
col
eq
'taxonomy.sciName'
}
"
>
$
(
"
<span/>
"
,
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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