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
a7d54139
Commit
a7d54139
authored
Feb 07, 2018
by
Gradl, Tobias
Browse files
803: Complete collection view
Task-Url:
https://pm.winseda.de/issues/803
parent
268e111e
Changes
3
Hide whitespace changes
Inline
Side-by-side
collections/edit.jsp
View file @
a7d54139
...
...
@@ -38,7 +38,7 @@
<div
id=
"endpoint-table-container"
class=
"row"
>
<div
class=
"col-sm-6"
>
<h4><s:message
code=
"~eu.dariah.de.minfba.search.view.labels.data_sources"
/></h4>
<table
id=
"endpoint-table"
class=
"state-table state-table-selectable"
>
<table
id=
"endpoint-table"
class=
"state-table state-table-selectable
state-table-navigatable
"
>
<tbody>
<c:set
var=
"i"
value=
"0"
/>
<c:forEach
items=
"
${
collection
.
endpoints
}
"
var=
"ep"
>
...
...
collections/home.jsp
View file @
a7d54139
...
...
@@ -35,17 +35,19 @@
</div>
</div>
<div
class=
"clearfix"
>
<table
id=
"collections-table"
class=
"ta
ble-light
table-striped"
>
<table
id=
"collections-table"
class=
"
s
ta
te-table
table-striped"
>
<thead>
<tr>
<th><s:message
code=
"~eu.dariah.de.minfba.common.status"
/></th>
<!-- Badge column -->
<th><s:message
code=
"~eu.dariah.de.minfba.search.model.dataset.documents"
/></th>
<th><s:message
code=
"~eu.dariah.de.minfba.metamodel.endpoint.api_type"
/></th>
<th><s:message
code=
"~eu.dariah.de.minfba.metamodel.endpoint.api_type"
/></th>
<th><s:message
code=
"~eu.dariah.de.minfba.metamodel.endpoint.api_access"
/></th>
</tr>
</thead>
<tbody>
<tr>
<t
d
colspan=
"
3
"
align=
"center"
><s:message
code=
"~eu.dariah.de.minfba.common.data_tables.no_data_fetched_yet"
/></t
d
>
<t
h
class=
"state-default"
colspan=
"
5
"
align=
"center"
><s:message
code=
"~eu.dariah.de.minfba.common.data_tables.no_data_fetched_yet"
/></t
h
>
</tr>
</tbody>
</table>
...
...
collections/incl/incl_dataset_detail.jsp
View file @
a7d54139
...
...
@@ -74,10 +74,8 @@
<span
class=
"state-heading"
><s:message
code=
"~eu.dariah.de.minfba.common.status"
/>
:
</span>
<span
class=
"state-${ep_status}"
><s:message
code=
"
${
ep_state_message
}
"
/></span>
</li>
</ul>
</td>
<th></th>
</tr>
</table>
...
...
@@ -109,7 +107,6 @@
</li>
</ul>
</td>
<th></th>
</tr>
</table>
...
...
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