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
8b130ba3
Commit
8b130ba3
authored
Oct 07, 2017
by
Matija Obreza
Browse files
Added link to manage accession files
parent
7f5bd8dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/accession/details.jsp
View file @
8b130ba3
...
...
@@ -382,9 +382,21 @@
<!-- End: basic info section -->
<!-- Image gallery section -->
<security:authorize
access=
"hasRole('ADMINISTRATOR') or hasPermission(#accession.institute, 'ADMINISTRATION')"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 col-md-12 col-sm-12 col-xs-12 form-group"
>
<a
href=
"
<c:url
value=
"/wiews/${accession.institute.code}/files/acn/${accession.accessionName}"
/>
"
class=
"btn btn-default"
>
<spring:message
code=
"file.manage-files"
/>
</a>
</div>
</div>
</security:authorize>
<c:if
test=
"
${
imageGallery
ne
null
}
"
>
<div
class=
"collect-info gallery"
>
<h4
class=
"row section-heading"
><spring:message
code=
"accession.imageGallery"
/></h4>
<h4
class=
"row section-heading"
>
<spring:message
code=
"accession.imageGallery"
/>
</h4>
<div
class=
"section-inner-content clearfix"
>
<div
class=
"row imagegallery thumbs"
id=
"accession-images-thumbs"
>
<c:forEach
items=
"
${
imageGallery
.
images
}
"
var=
"image"
>
...
...
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