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
18
Issues
18
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
f2f4e14a
Commit
f2f4e14a
authored
Aug 18, 2014
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HTML fixes
parent
a6d4b9b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
src/main/webapp/WEB-INF/jsp/accession/details-turtle.jsp
src/main/webapp/WEB-INF/jsp/accession/details-turtle.jsp
+2
-2
src/main/webapp/WEB-INF/jsp/accession/details.jsp
src/main/webapp/WEB-INF/jsp/accession/details.jsp
+5
-5
No files found.
src/main/webapp/WEB-INF/jsp/accession/details-turtle.jsp
View file @
f2f4e14a
...
...
@@ -13,8 +13,8 @@
<http:
//www.genesys-pgr.org/acn/id/${accession.id}
>
a germplasm:GermplasmAccession;
germplasm:germplasmID "
<c:out
value=
"
${
accession
.
id
}
"
/>
";
germplasm:germplasmIdentifi
er "
<c:out
value=
"
${
accession
.
accessionName
}
"
/>
";
germplasmType:wiewsInstituteID
"
<c:out
value=
"
${
accession
.
instituteCode
}
"
/>
";
dwc:cataogNumb
er "
<c:out
value=
"
${
accession
.
accessionName
}
"
/>
";
dwc:institutionCode
"
<c:out
value=
"
${
accession
.
instituteCode
}
"
/>
";
dwc:instituteId "
<c:out
value=
"
${
accession
.
institute
.
id
}
"
/>
";
dwc:countryCode "
<c:out
value=
"
${
accession
.
institute
.
country
.
code3
}
"
/>
";
dwc:genus "
<c:out
value=
"
${
accession
.
taxonomy
.
genus
}
"
/>
";
...
...
src/main/webapp/WEB-INF/jsp/accession/details.jsp
View file @
f2f4e14a
...
...
@@ -8,8 +8,8 @@
</head>
<body
typeof=
"germplasm:GermplasmAccession"
>
<h1>
<span
property=
"
germplasm:germplasmIdentifi
er"
><c:out
value=
"
${
accession
.
accessionName
}
"
/></span>
<small
property=
"germplasmType:wiewsInstituteID"
><c:out
value=
"
${
accession
.
instituteCode
}
"
/></small>
<span
property=
"
dwc:catalogNumb
er"
><c:out
value=
"
${
accession
.
accessionName
}
"
/></span>
<small
property=
"
dwc:institutionCode"
datatype=
"
germplasmType:wiewsInstituteID"
><c:out
value=
"
${
accession
.
instituteCode
}
"
/></small>
</h1>
<div
class=
"main-col-header acn"
>
...
...
@@ -58,10 +58,10 @@
<table
class=
"map-data"
>
<tr>
<td><spring:message
code=
"filter.latitude"
/>
:
</td>
<td><spring:message
code=
"filter.
geo.
latitude"
/>
:
</td>
<td><c:out
value=
"
${
accessionGeo
.
latitude
}
"
/></td>
</tr><tr>
<td><spring:message
code=
"filter.longitude"
/>
:
</td>
<td><spring:message
code=
"filter.
geo.
longitude"
/>
:
</td>
<td><c:out
value=
"
${
accessionGeo
.
longitude
}
"
/></td>
</tr><tr>
<td><spring:message
code=
"accession.elevation"
/>
:
</td>
...
...
@@ -75,7 +75,7 @@
<div
class=
"crop-details"
>
<div
class=
"row"
>
<div
class=
"col-xs-4"
><spring:message
code=
"accession.holdingInstitute"
/></div>
<div
class=
"col-xs-8"
><a
property=
"dwc:institut
eId
"
href=
"
<c:url
value=
"/wiews/${accession.instituteCode}"
/>
"
>
<c:out
value=
"
${
accession
.
institute
.
fullName
}
"
/>
<div
class=
"col-xs-8"
><a
property=
"dwc:institut
ionCode
"
href=
"
<c:url
value=
"/wiews/${accession.instituteCode}"
/>
"
>
<c:out
value=
"
${
accession
.
institute
.
fullName
}
"
/>
</a></div>
</div>
<div
class=
"row"
>
...
...
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