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
12
Issues
12
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
dcee4a11
Commit
dcee4a11
authored
Jan 28, 2016
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIEWS URL updated to
http://www.fao.org/wiews/
parent
0a66540f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
src/main/asciidoc/sections/wiews.adoc
src/main/asciidoc/sections/wiews.adoc
+5
-3
src/main/webapp/WEB-INF/jsp/wiews/details.jsp
src/main/webapp/WEB-INF/jsp/wiews/details.jsp
+5
-1
No files found.
src/main/asciidoc/sections/wiews.adoc
View file @
dcee4a11
...
...
@@ -2,7 +2,7 @@
== FAO WIEWS
The http://www.fao.org/wiews
-archive/wiews.jsp
[World Information and Early Warning System (WIEWS)]
The http://www.fao.org/wiews
/
[World Information and Early Warning System (WIEWS)]
on Plant Genetic Resources for Food and Agriculture (PGRFA), has been established by FAO,
as a world-wide dynamic mechanism to foster information exchange among Member Countries and as an instrument for the periodic
assessment of the State of the World's PGRFA.
...
...
@@ -40,8 +40,10 @@ genebanks registered in FAO WIEWS database.
=== Obtaining a WIEWS code
Institute codes can be generated on line by national FAO WIEWS administrators (WIEWS@fao.org) or
can be requested by filling the form at http://www.fao.org/wiews-archive/wiewspage.jsp?show=newuserdialogMCPD.jsp
A new WIEWS INSTCODE can be generated online by contacting your country
http://www.fao.org/agriculture/crops/thematic-sitemap/theme/seeds-pgr/gpa/national-focal-points/en/[National Focal Point]
or wiews@fao.org.
=== Inactive WIEWS codes
...
...
src/main/webapp/WEB-INF/jsp/wiews/details.jsp
View file @
dcee4a11
...
...
@@ -80,8 +80,12 @@
</span>
</a>
</c:forEach>
<c:choose>
<c:when
test=
"
${
'en es fr ru ar zh'
.
indexOf
(
pageContext
.
response
.
locale
.
language
)
ge
0
}
"
><c:set
var=
"wiewsLang"
value=
"
${
pageContext
.
response
.
locale
.
language
}
"
/></c:when>
<c:otherwise><c:set
var=
"wiewsLang"
value=
"en"
/></c:otherwise>
</c:choose>
<a
target=
"_blank"
rel=
"nofollow"
href=
"
<c:url
value=
"http://www.fao.org/wiews
-archive/institute.htm?i_l=EN&query_INVALIDINST=Y"
><c:param
name=
"query_INSTCODE
"
value=
"
${
faoInstitute
.
code
}
"
/></c:url>
"
href=
"
<c:url
value=
"http://www.fao.org/wiews
/instab/${wiewsLang}/"
><c:param
name=
"instcode
"
value=
"
${
faoInstitute
.
code
}
"
/></c:url>
"
>
<spring:message
code=
"faoInstitute.wiewsLink"
arguments=
"
${
faoInstitute
.
code
}
"
/>
</a>
...
...
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