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
dariah
search-commons-views
Commits
ed525cde
Commit
ed525cde
authored
May 07, 2019
by
Gradl, Tobias
Browse files
1291: Show errors on indexed resources
Task-Url:
https://pm.winseda.de/issues/1291
parent
90937a9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
item/view.jsp
View file @
ed525cde
...
...
@@ -89,8 +89,7 @@
</div>
<div
class=
"row"
>
<div
class=
"col-12 col-md-7 col-lg-8 col-xl-9"
>
<h2><s:message
code=
"~eu.dariah.de.minfba.search.view.item.additional_data"
/></h2>
...
...
@@ -111,11 +110,29 @@
</div>
</div>
</div>
<c:if
test=
"
${
_auth
.
level
>=
100
}
"
>
<div
class=
"row mt-2"
>
<div
class=
"col-12"
>
<button
type=
"button"
onclick=
"resultItem.showErrors(this);"
class=
"btn btn-primary-var-2"
><s:message
code=
"~eu.dariah.de.minfba.search.view.item.processing_hints"
/>
<i
class=
"fas fa-lg fa-chevron-circle-down"
></i></button>
<div
id=
"item-detail-errors-container"
class=
"collapse"
>
<div
class=
"item-dataset-container"
>
<ul>
<c:forEach
items=
"
${
item
.
errors
}
"
var=
"error"
>
<li>
${error}
</li>
</c:forEach>
</ul>
</div>
</div>
</div>
</div>
</c:if>
</div>
<div
class=
"col-12 col-md-5 col-lg-4 col-xl-3 mt-auto mb-3"
>
<h2><s:message
code=
"~eu.dariah.de.minfba.metamodel.collection"
/></h2>
<div
class=
"item-collection-image collection-image"
>
<img
alt=
"${collectionName}"
src=
"${collection.imageUrl}"
>
<img
src=
"${collection.imageUrl}"
>
<span>
${collectionName}
</span>
</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