Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search-commons-views
Commits
16cf11f6
Commit
16cf11f6
authored
Jan 23, 2019
by
Gradl, Tobias
Browse files
1257: Migrate administrative views
Task-Url:
https://pm.winseda.de/issues/1257
parent
b9d5eae9
Changes
1
Hide whitespace changes
Inline
Side-by-side
collections/edit.jsp
View file @
16cf11f6
...
...
@@ -6,7 +6,7 @@
<div
class=
"row"
>
<div
class=
"col-12"
>
<h1>
${collectionName}
${collectionName}
<c:if
test=
"
${
_auth
==
null
||
_auth
.
auth
==
false
}
"
><small>
<i
class=
"fas fa-lock"
data-toggle=
"tooltip"
data-placement=
"left"
title=
"
<s:message
code=
"~eu.dariah.de.minfba.common.notification.limited_access"
/>
"
></i></small></c:if>
</h1>
<h2><s:message
code=
"~eu.dariah.de.minfba.metamodel.collection"
/></h2>
...
...
@@ -32,8 +32,8 @@
<c:forEach
items=
"
${
collection
.
endpoints
}
"
var=
"ep"
varStatus=
"ep_status"
>
<c:forEach
items=
"
${
ep
.
datasetPojos
}
"
var=
"ds"
varStatus=
"ds_status"
>
<li
id=
"#tab_${ep.id}-${ds.id}"
class=
"nav-item"
>
<a
class=
"nav-link
${ep
_status.index==0 && ds_status.index==0
? 'active' : ''}"
id=
"s${ep.id}-${ds.id}-tab"
href=
"#s${ep.id}-${ds.id}-panel"
<li
id=
"#tab_${ep.id}-${ds.id}"
class=
"nav-item"
>
<a
class=
"nav-link${ep
.id==selectedEpId && ds.id==selectedDsId
? '
active' : ''}"
id=
"s${ep.id}-${ds.id}-tab"
href=
"#s${ep.id}-${ds.id}-panel"
data-toggle=
"tab"
role=
"tab"
aria-controls=
"${ep.id}-${ds.id}-panel"
data-endpoint=
"${ep.id}"
data-dataset=
"${ds.id}"
aria-selected=
"${ep_status.index==0 && ds_status.index==0 ? 'true' : 'false'}"
>
${ds.datamodelPojo.name}
</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