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
13
Issues
13
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
8b130ba3
Commit
8b130ba3
authored
Oct 07, 2017
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added link to manage accession files
parent
7f5bd8dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
src/main/webapp/WEB-INF/jsp/accession/details.jsp
src/main/webapp/WEB-INF/jsp/accession/details.jsp
+13
-1
No files found.
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
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