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
5d61b1fd
Commit
5d61b1fd
authored
Jan 24, 2014
by
Matija Obreza
Browse files
CSS classes updated
parent
617f1846
Changes
8
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/country/details.jsp
View file @
5d61b1fd
...
...
@@ -22,10 +22,6 @@
</div>
</c:if>
<div
class=
"page-header"
>
<a
href=
"
<c:url
value=
"/geo/${country.code3.toLowerCase()}/map"
/>
"
><spring:message
code=
"maps.view-map"
/></a>
</div>
<div
class=
"jumbotron"
>
<spring:message
code=
"country.stat.countByOrigin"
arguments=
"
${
countByOrigin
}
"
/>
<c:if
test=
"
${
countByOrigin
gt
0
}
"
>
...
...
@@ -65,6 +61,7 @@
--%>
<h3>
<spring:message
code=
"country.stat.countByLocation"
arguments=
"
${
countByLocation
}
"
/>
<small><a
href=
"
<c:url
value=
"/geo/${country.code3.toLowerCase()}/map"
/>
"
><spring:message
code=
"maps.view-map"
/></a></small>
</h3>
<ul
class=
"funny-list"
>
<c:forEach
items=
"
${
genesysInstitutes
}
"
var=
"faoInstitute"
varStatus=
"status"
>
...
...
src/main/webapp/WEB-INF/jsp/country/index.jsp
View file @
5d61b1fd
...
...
@@ -11,7 +11,7 @@
<spring:message
code=
"country.page.list.title"
/>
</h1>
<div
id=
"letter-top"
class=
"
page
-header"
>
<div
id=
"letter-top"
class=
"
main-col
-header"
>
<c:set
value=
""
var=
"hoofdleter"
/>
<c:forEach
items=
"
${
countries
}
"
var=
"country"
varStatus=
"status"
>
<c:if
test=
"
${
hoofdleter
ne
country
.
getName
(
pageContext
.
response
.
locale
).
substring
(
0
,
1
)
}
"
>
...
...
src/main/webapp/WEB-INF/jsp/country/map.jsp
View file @
5d61b1fd
...
...
@@ -12,7 +12,7 @@
<img
class=
"country-flag bigger"
src=
"${cdnFlagsUrl}/${country.code3.toUpperCase()}.png"
/>
</h1>
<div
class=
"
page
-header"
>
<div
class=
"
main-col
-header"
>
<a
href=
"
<c:url
value=
"/geo/${country.code3.toLowerCase()}"
/>
"
><c:out
value=
"
${
country
.
getName
(
pageContext
.
response
.
locale
)
}
"
/></a>
</div>
...
...
src/main/webapp/WEB-INF/jsp/itpgrfa/countries.jsp
View file @
5d61b1fd
...
...
@@ -11,14 +11,14 @@
<spring:message
code=
"itpgrfa.page.list.title"
/>
</h1>
<div
class=
"
page
-header"
>
<div
class=
"
main-col
-header"
>
<a
href=
"
<c:url
value=
"/acn/f"
><c:param
name=
"filter"
>
{"
mls
"
:
["
Y
"]}
</c:param></c:url>
"
><spring:message
code=
"view.accessions"
/></a>
</div>
<%@include
file=
"/WEB-INF/jsp/content/include/blurp-display.jsp"
%>
<div
id=
"letter-top"
class=
"
page
-header"
>
<div
id=
"letter-top"
class=
"
main-col
-header"
>
<c:set
value=
""
var=
"hoofdleter"
/>
<c:forEach
items=
"
${
countries
}
"
var=
"country"
varStatus=
"status"
>
<c:if
test=
"
${
hoofdleter
ne
country
.
getName
(
pageContext
.
response
.
locale
).
substring
(
0
,
1
)
}
"
>
...
...
src/main/webapp/WEB-INF/jsp/organization/details.jsp
View file @
5d61b1fd
...
...
@@ -11,6 +11,11 @@
<c:out
value=
"
${
organization
.
title
}
"
/>
<small><c:out
value=
"
${
organization
.
slug
}
"
/></small>
</h1>
<div
class=
"main-col-header"
>
<a
href=
"
<c:url
value=
"/org/${organization.slug}/map"
/>
"
><spring:message
code=
"maps.view-map"
/></a>
<a
href=
"
<c:url
value=
"/org/${organization.slug}/data"
/>
"
><spring:message
code=
"view.accessions"
/></a>
</div>
<security:authorize
access=
"hasRole('ADMINISTRATOR')"
>
<a
href=
"
<c:url
value=
"/org/${organization.slug}/edit"
/>
"
class=
"close"
>
<spring:message
code=
"edit"
/>
...
...
@@ -19,11 +24,6 @@
<%@include
file=
"/WEB-INF/jsp/content/include/blurp-display.jsp"
%>
<div
class=
"page-header"
>
<a
href=
"
<c:url
value=
"/org/${organization.slug}/map"
/>
"
><spring:message
code=
"maps.view-map"
/></a>
<a
href=
"
<c:url
value=
"/org/${organization.slug}/data"
/>
"
><spring:message
code=
"view.accessions"
/></a>
</div>
<c:set
value=
""
var=
"countryName"
/>
...
...
src/main/webapp/WEB-INF/jsp/organization/map.jsp
View file @
5d61b1fd
...
...
@@ -12,7 +12,7 @@
<small><c:out
value=
"
${
organization
.
slug
}
"
/></small>
</h1>
<div
class=
"
page
-header"
>
<div
class=
"
main-col
-header"
>
<a
href=
"
<c:url
value=
"/org/${organization.slug}"
/>
"
><c:out
value=
"
${
organization
.
slug
}
"
/></a>
<a
href=
"
<c:url
value=
"/org/${organization.slug}/map"
/>
"
><spring:message
code=
"maps.view-map"
/></a>
<a
href=
"
<c:url
value=
"/org/${organization.slug}/data"
/>
"
><spring:message
code=
"view.accessions"
/></a>
...
...
src/main/webapp/WEB-INF/jsp/wiews/index.jsp
View file @
5d61b1fd
...
...
@@ -12,13 +12,13 @@
</h1>
<c:if
test=
"
${
activeOnly
eq
true
}
"
>
<div
class=
"
page
-header"
>
<div
class=
"
main-col
-header"
>
<a
href=
"
<c:url
value=
"/wiews/active/map"
/>
"
><spring:message
code=
"maps.view-map"
/></a>
<a
href=
"
<c:url
value=
"/wiews/"
/>
"
><spring:message
code=
"faoInstitutes.viewAll"
/></a>
</div>
</c:if>
<c:if
test=
"
${
activeOnly
ne
true
}
"
>
<div
class=
"
page
-header"
>
<div
class=
"
main-col
-header"
>
<a
href=
"
<c:url
value=
"/wiews/active"
/>
"
><spring:message
code=
"faoInstitutes.viewActiveOnly"
/></a>
</div>
</c:if>
...
...
src/main/webapp/WEB-INF/jsp/wiews/map.jsp
View file @
5d61b1fd
...
...
@@ -11,7 +11,7 @@
<spring:message
code=
"faoInstitutes.page.list.title"
/>
</h1>
<div
class=
"
page
-header"
>
<div
class=
"
main-col
-header"
>
<a
href=
"
<c:url
value=
"/wiews/active"
/>
"
><spring:message
code=
"faoInstitutes.viewActiveOnly"
/></a>
</div>
...
...
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