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
2459bd72
Commit
2459bd72
authored
Aug 30, 2013
by
Matija Obreza
Browse files
Link to country
parent
da33594c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/wiews/details.jsp
View file @
2459bd72
...
...
@@ -4,7 +4,7 @@
<html>
<head>
<title><spring:message
code=
"faoInstitutes.page.profile.title"
arguments=
"
${
faoInstitute
s
.
n
ame
}
"
argumentSeparator=
"|"
/></title>
<title><spring:message
code=
"faoInstitutes.page.profile.title"
arguments=
"
${
faoInstitute
.
fullN
ame
}
"
argumentSeparator=
"|"
/></title>
</head>
<body>
<h1><c:out
value=
"
${
faoInstitute
.
fullName
}
"
/></h1>
...
...
@@ -14,7 +14,7 @@
</c:if> --%>
<div>
<c:out
value=
"
${
faoInstitute
.
country
.
name
}
"
/>
<a
href=
"
<c:url
value=
"/geo/${faoInstitute.country.code3.toLowerCase()}"
/>
"
>
<c:out
value=
"
${
faoInstitute
.
country
.
name
}
"
/>
</a>
</div>
<div>
<c:out
value=
"
${
faoInstitute
.
code
}
"
/>
...
...
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