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
ee71696a
Commit
ee71696a
authored
Jan 17, 2014
by
Matija Obreza
Browse files
"All crops" link
parent
19633967
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/resources/content/language.properties
View file @
ee71696a
...
...
@@ -102,6 +102,7 @@ userprofile.update.title=Update your profile
user.page.list.title
=
Registered user accounts
crop.croplist
=
Crop list
crop.all-crops
=
All crops
crop.page.profile.title
=
{0} profile
crop.taxonomy-rules
=
Taxonomic rules
crop.view-descriptors
=
View crop descriptors...
...
...
src/main/webapp/WEB-INF/jsp/index.jsp
View file @
ee71696a
...
...
@@ -31,6 +31,7 @@
<c:if
test=
"
${
cropList
ne
null
and
cropList
.
size
()
gt
0
}
"
>
<div
class=
"content-block"
id=
"crop-list"
>
<ul
class=
"nav"
>
<li><a
class=
"show"
href=
"
<c:url
value=
"/acn/"
/>
"
><spring:message
code=
"crop.all-crops"
/></a></li>
<c:forEach
items=
"
${
cropList
}
"
var=
"crop"
varStatus=
"status"
>
<li><a
class=
"show"
href=
"/c/${crop.shortName}/data"
><c:out
value=
"
${
crop
.
getName
(
pageContext
.
response
.
locale
)
}
"
/></a></li>
</c:forEach>
...
...
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