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
44
Issues
44
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
c2939ffd
Commit
c2939ffd
authored
Aug 04, 2015
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make PDCI public
parent
e1fa53c5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
57 additions
and
65 deletions
+57
-65
src/main/webapp/WEB-INF/jsp/accession/details.jsp
src/main/webapp/WEB-INF/jsp/accession/details.jsp
+19
-22
src/main/webapp/WEB-INF/jsp/organization/details.jsp
src/main/webapp/WEB-INF/jsp/organization/details.jsp
+19
-22
src/main/webapp/WEB-INF/jsp/wiews/details.jsp
src/main/webapp/WEB-INF/jsp/wiews/details.jsp
+19
-21
No files found.
src/main/webapp/WEB-INF/jsp/accession/details.jsp
View file @
c2939ffd
...
@@ -643,32 +643,29 @@
...
@@ -643,32 +643,29 @@
</div>
</div>
<security:authorize
access=
"isAuthenticated()"
>
<c:if
test=
"
${
pdci
ne
null
}
"
>
<c:if
test=
"
${
pdci
ne
null
}
"
>
<div
class=
"crop-details"
>
<div
class=
"crop-details"
>
<h4>
<h4>
<spring:message
code=
"accession.pdci"
/>
<spring:message
code=
"accession.pdci"
/>
</h4>
</h4>
<div
class=
"jumbotron pdci-score"
>
<div
class=
"jumbotron pdci-score"
>
<div>
<div>
<h3>
<h3>
<spring:message
code=
"accession.pdci.jumbo"
arguments=
"
${
pdci
.
score
}
"
/>
<spring:message
code=
"accession.pdci.jumbo"
arguments=
"
${
pdci
.
score
}
"
/>
</h3>
</h3>
<small>
<c:if
test=
"
${
institutePDCI
ne
null
and
institutePDCI
.
count
>
0
}
"
>
<small>
<c:if
test=
"
${
institutePDCI
ne
null
and
institutePDCI
.
count
>
0
}
"
>
<spring:message
code=
"accession.pdci.institute-avg"
arguments=
"
${
institutePDCI
.
avg
}
"
/>
<spring:message
code=
"accession.pdci.institute-avg"
arguments=
"
${
institutePDCI
.
avg
}
"
/>
</c:if>
<a
href=
"
<c:url
value=
"/content/passport-data-completeness-index"
/>
"
><spring:message
</c:if>
<a
href=
"
<c:url
value=
"/content/passport-data-completeness-index"
/>
"
><spring:message
code=
"accession.pdci.about-link"
code=
"accession.pdci.about-link"
/></a></small>
/></a></small>
</div>
</div>
</div>
<local:pdci
value=
"
${
pdci
}
"
/>
</div>
</div>
</c:if>
</security:authorize>
<local:pdci
value=
"
${
pdci
}
"
/>
</div>
</c:if>
<c:if
test=
"
${
methods
.
size
()
gt
0
}
"
>
<c:if
test=
"
${
methods
.
size
()
gt
0
}
"
>
...
...
src/main/webapp/WEB-INF/jsp/organization/details.jsp
View file @
c2939ffd
...
@@ -74,30 +74,27 @@
...
@@ -74,30 +74,27 @@
</ul>
</ul>
<security:authorize
access=
"isAuthenticated()"
>
<c:if
test=
"
${
statisticsPDCI
.
count
gt
0
}
"
>
<c:if
test=
"
${
statisticsPDCI
.
count
gt
0
}
"
>
<h3>
<h3>
<spring:message
code=
"accession.pdci"
/>
<spring:message
code=
"accession.pdci"
/>
</h3>
</h3>
<p><spring:message
code=
"accession.pdci.stats-text"
arguments=
"
${
statisticsPDCI
.
elStats
}
"
/></p>
<p><spring:message
code=
"accession.pdci.stats-text"
arguments=
"
${
statisticsPDCI
.
elStats
}
"
/></p>
<div
class=
"chart chart-histogram"
>
<div
class=
"chart chart-histogram"
>
<div
id=
"chartPDCI"
style=
"height: 200px"
></div>
<div
id=
"chartPDCI"
style=
"height: 200px"
></div>
</div>
</div>
<p>
<a
href=
"
<c:url
value=
"/content/passport-data-completeness-index"
/>
"
><spring:message
code=
"accession.pdci.about-link"
/></a>
</p>
<%-- <div class="row">
<c:forEach items="${statisticsPDCI.histogram}" var="item" varStatus="index">
<div class="col-xs-1">${index.count}=${item}</div>
</c:forEach>
</div> --%>
</c:if>
</security:authorize>
<p>
<a
href=
"
<c:url
value=
"/content/passport-data-completeness-index"
/>
"
><spring:message
code=
"accession.pdci.about-link"
/></a>
</p>
<%-- <div class="row">
<c:forEach items="${statisticsPDCI.histogram}" var="item" varStatus="index">
<div class="col-xs-1">${index.count}=${item}</div>
</c:forEach>
</div> --%>
</c:if>
<content
tag=
"javascript"
>
<script
type=
"text/javascript"
>
<content
tag=
"javascript"
>
<script
type=
"text/javascript"
>
jQuery
(
document
).
ready
(
function
()
{
jQuery
(
document
).
ready
(
function
()
{
...
...
src/main/webapp/WEB-INF/jsp/wiews/details.jsp
View file @
c2939ffd
...
@@ -201,29 +201,27 @@
...
@@ -201,29 +201,27 @@
</div>
</div>
<security:authorize
access=
"isAuthenticated()"
>
<c:if
test=
"
${
statisticsPDCI
.
count
gt
0
and
statisticsPDCI
.
count
eq
countByInstitute
}
"
>
<c:if
test=
"
${
statisticsPDCI
.
count
gt
0
and
statisticsPDCI
.
count
eq
countByInstitute
}
"
>
<h3>
<h3>
<spring:message
code=
"accession.pdci"
/>
<spring:message
code=
"accession.pdci"
/>
</h3>
</h3>
<p>
<p>
<spring:message
code=
"accession.pdci.stats-text"
arguments=
"
${
statisticsPDCI
.
elStats
}
"
/>
<spring:message
code=
"accession.pdci.stats-text"
arguments=
"
${
statisticsPDCI
.
elStats
}
"
/>
</p>
</p>
<div
class=
"chart chart-histogram"
>
<div
class=
"chart chart-histogram"
>
<div
id=
"chartPDCI"
style=
"height: 200px"
></div>
<div
id=
"chartPDCI"
style=
"height: 200px"
></div>
</div>
</div>
<p>
<p>
<a
href=
"
<c:url
value=
"/content/passport-data-completeness-index"
/>
"
><spring:message
<a
href=
"
<c:url
value=
"/content/passport-data-completeness-index"
/>
"
><spring:message
code=
"accession.pdci.about-link"
code=
"accession.pdci.about-link"
/></a>
/></a>
</p>
</p>
<%-- <c:forEach items="${statisticsPDCI.histogram}" var="item" varStatus="index">
<%-- <c:forEach items="${statisticsPDCI.histogram}" var="item" varStatus="index">
<div>${index.count}=${item}</div>
<div>${index.count}=${item}</div>
</c:forEach> --%>
</c:forEach> --%>
</c:if>
</c:if>
</security:authorize>
<c:if
test=
"
${
countByInstitute
gt
0
}
"
>
<c:if
test=
"
${
countByInstitute
gt
0
}
"
>
<form
class=
"form-horizontal"
method=
"post"
action=
"/download/wiews/${faoInstitute.code}/download"
>
<form
class=
"form-horizontal"
method=
"post"
action=
"/download/wiews/${faoInstitute.code}/download"
>
...
...
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