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
7f0c79bc
Commit
7f0c79bc
authored
Aug 26, 2015
by
Matija Obreza
Browse files
"My list" buttons
parent
260aa06f
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/main/resources/content/language.properties
View file @
7f0c79bc
...
...
@@ -346,6 +346,9 @@ selection.page.intro=As you explore the millions of accessions held in Genesys,
selection.add
=
Add {0} to list
selection.remove
=
Remove {0} from list
selection.clear
=
Clear the list
selection.reload-list
=
Reload the list
selection.map
=
Show accession map
selection.send-request
=
Send request for germplasm
selection.empty-list-warning
=
You have not added any accessions to the list.
selection.add-many
=
Check and add
selection.add-many.accessionIds
=
List accession IDs as used in Genesys separated by space or new line.
...
...
src/main/webapp/WEB-INF/jsp/index.jsp
View file @
7f0c79bc
...
...
@@ -78,8 +78,8 @@
<div
class=
"stats-map"
>
<div
class=
"all-stats"
>
<div
class=
"one-stat"
><a
href=
"
<c:url
value=
"/geo/"
/>
"
><spring:message
code=
"stats.number-of-countries"
arguments=
"
${
numberOfCountries
}
"
/></a></div>
<div
class=
"one-stat"
><a
href=
"
<c:url
value=
"/wiews/active"
/>
"
><spring:message
code=
"stats.number-of-institutes"
arguments=
"
${
numberOfInstitutes
}
"
/></a></div>
<%--
<div class="one-stat"><a href="<c:url value="/geo/" />"><spring:message code="stats.number-of-countries" arguments="${numberOfCountries}" /></a></div>
--%>
<div
class=
"one-stat"
><a
href=
"
<c:url
value=
"/wiews/active"
/>
"
><spring:message
code=
"stats.number-of-institutes"
arguments=
"
${
numberOfInstitutes
}
"
/></a></div>
<div
class=
"one-stat"
><a
href=
"
<c:url
value=
"/explore"
/>
"
><spring:message
code=
"stats.number-of-accessions"
arguments=
"
${
numberOfAccessions
}
"
/></a></div>
</div>
</div>
...
...
src/main/webapp/WEB-INF/jsp/selection/index.jsp
View file @
7f0c79bc
...
...
@@ -72,13 +72,13 @@
<form
method=
"post"
action=
"
<c:url
value=
"/sel/order"
/>
"
class=
"form-vertical"
>
<div
class=
"form-actions"
>
<a
href=
"
<c:url
value=
"/sel/"
/>
"
><button
class=
"btn"
type=
"button"
>
Refresh
</button></a>
<button
class=
"btn btn-primary"
type=
"submit"
>
S
end
request
for germplasm
</button>
<a
href=
"
<c:url
value=
"/sel/clear"
/>
"
><button
class=
"btn"
type=
"button"
>
Clear list
</button></a>
<a
href=
"
<c:url
value=
"/sel/map"
/>
"
><button
class=
"btn"
type=
"button"
>
Display
on
map
</button></a>
<a
href=
"
<c:url
value=
"/sel/"
/>
"
><button
class=
"btn"
type=
"button"
>
<spring:message
code=
"selection.reload-list"
/>
</button></a>
<button
class=
"btn btn-primary"
type=
"submit"
>
<spring:message
code=
"selection.s
end
-
request
"
/>
</button>
<a
href=
"
<c:url
value=
"/sel/clear"
/>
"
><button
class=
"btn"
type=
"button"
>
<spring:message
code=
"selection.clear"
/>
</button></a>
<a
href=
"
<c:url
value=
"/sel/map"
/>
"
><button
class=
"btn"
type=
"button"
>
<spring:message
code=
"selecti
on
.
map
"
/>
</button></a>
</div>
<!-- CSRF protection -->
<input
type=
"hidden"
name=
"${_csrf.parameterName}"
value=
"${_csrf.token}"
/>
<!-- CSRF protection -->
<input
type=
"hidden"
name=
"${_csrf.parameterName}"
value=
"${_csrf.token}"
/>
</form>
</c:if>
...
...
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