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
18787ab7
Commit
18787ab7
authored
Sep 16, 2013
by
Matija Obreza
Browse files
Format C&E sources
parent
ae6be60b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/accession/details.jsp
View file @
18787ab7
...
...
@@ -154,7 +154,7 @@
<table>
<tbody>
<c:forEach
items=
"
${
methods
}
"
var=
"method"
varStatus=
"status"
>
<tr>
<tr
class=
"targeted"
id=
"method${method.id}"
>
<td><c:out
value=
"
${
method
.
parameter
.
title
}
"
/></td>
<td><c:forEach
items=
"
${
methodValues
[
method
.
id
]
}
"
var=
"val"
>
<div>
...
...
@@ -173,15 +173,15 @@
<h3>
<spring:message
code=
"accession.metadatas"
/>
</h3>
<ul
class=
"funny-list"
>
<c:forEach
items=
"
${
metadatas
}
"
var=
"metadata"
varStatus=
"status"
>
<div
class=
"targeted"
id=
"metadata-${metadata.id}"
>
<sup><c:out
value=
"
${
metadata
.
id
}
"
/></sup>
<a
href=
"
<c:url
value=
"/data/view/${metadata.id}"
/>
"
><c:out
value=
"
${
metadata
.
title
}
"
/></a>
<c:out
value=
"
${
metadata
.
institute
}
"
/>
</div>
<div>
<c:out
value=
"
${
metadata
.
description
}
"
/>
</div>
<li
class=
"clearfix targeted ${status.count % 2 == 0 ? 'even' : 'odd'}"
id=
"metadata-${metadata.id}"
>
<div
class=
"show pull-left"
><sup><c:out
value=
"
${
metadata
.
id
}
"
/></sup>
<a
href=
"
<c:url
value=
"/data/view/${metadata.id}"
/>
"
><c:out
value=
"
${
metadata
.
title
}
"
/></a></div>
<div
class=
"pull-right"
><c:out
value=
"
${
metadata
.
institute
}
"
/></div>
<div
class=
"pull-right"
><c:out
value=
"
${
metadata
.
description
}
"
/></div>
</li>
</c:forEach>
</ul>
</c:if>
</body>
...
...
src/main/webapp/html/css/custom.css
View file @
18787ab7
...
...
@@ -213,7 +213,7 @@ li.hoofdleter small {
margin-left
:
1em
;
}
.targeted
:target
{
.targeted
:target
,
ul
.funny-list
>
li
.targeted
:target
{
background-color
:
#dfd0c0
;
}
...
...
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