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
c9db3e18
Commit
c9db3e18
authored
Sep 17, 2013
by
Matija Obreza
Browse files
Formatting
parent
b10395a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/descr/method.jsp
View file @
c9db3e18
...
...
@@ -23,10 +23,13 @@
</table>
<h3><spring:message
code=
"accession.metadatas"
/></h3>
<ul
class=
"funny-list"
>
<c:forEach
items=
"
${
metadatas
}
"
var=
"metadata"
>
<li><a
href=
"/data/view/${metadata.id}"
><c:out
value=
"
${
metadata
.
title
}
"
/></a>
<c:out
value=
"
${
metadata
.
institute
}
"
/></li>
<c:forEach
items=
"
${
metadatas
}
"
var=
"metadata"
varStatus=
"status"
>
<li
class=
"clearfix ${status.count % 2 == 0 ? 'even' : 'odd'}"
><a
class=
"show pull-left"
href=
"/data/view/${metadata.id}"
><c:out
value=
"
${
metadata
.
title
}
"
/></a>
<div
class=
"pull-right"
>
<c:out
value=
"
${
metadata
.
institute
}
"
/>
</div></li>
</c:forEach>
</ul>
</body>
...
...
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