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
c718d185
Commit
c718d185
authored
Feb 10, 2018
by
Gradl, Tobias
Browse files
803: Complete collection view
Task-Url:
https://pm.winseda.de/issues/803
parent
12ba9e7b
Changes
3
Hide whitespace changes
Inline
Side-by-side
collections/incl/incl_dataset_detail.jsp
View file @
c718d185
...
...
@@ -45,9 +45,9 @@
<c:set
var=
"ds_icon"
value=
"exclamation"
/>
<c:set
var=
"ds_state_message"
value=
"~eu.dariah.de.minfba.search.states.dataset.warning"
/>
</c:when>
<c:when
test=
"
${
ds
.
busy
}
"
>
<c:when
test=
"
${
ds
.
processing
}
"
>
<c:set
var=
"ds_status"
value=
"info"
/>
<c:set
var=
"ds_icon"
value=
"
clock-o
"
/>
<c:set
var=
"ds_icon"
value=
"
refresh
"
/>
<c:set
var=
"ds_state_message"
value=
"~eu.dariah.de.minfba.search.states.dataset.busy"
/>
</c:when>
<c:when
test=
"
${
ds
.
waiting
}
"
>
...
...
@@ -152,7 +152,7 @@
<h4><s:message
code=
"~eu.dariah.de.minfba.search.view.titles.crawls"
/></h4>
<c:choose>
<c:when
test=
"
${
ds_status
=
=
'info'
}
"
>
<c:when
test=
"
${
ds_status
!
=
'info'
}
"
>
<button
onclick=
"editor.crawlOnline('${ep.id}','${ds.id}');"
class=
"btn btn-default"
><i
class=
"fa fa-refresh"
></i><s:message
code=
"~eu.dariah.de.minfba.search.view.crawl.crawl_online"
/></button><br
/>
</c:when>
<c:otherwise>
...
...
collections/incl/incl_dataset_table_row.jsp
View file @
c718d185
...
...
@@ -37,9 +37,9 @@
<c:set
var=
"icon"
value=
"clock-o"
/>
<c:set
var=
"state_message"
value=
"~eu.dariah.de.minfba.search.states.endpoint.unprocessed"
/>
</c:when>
<c:when
test=
"
${
ds
.
busy
}
"
>
<c:when
test=
"
${
ds
.
processing
}
"
>
<c:set
var=
"status"
value=
"info"
/>
<c:set
var=
"icon"
value=
"
clock-o
"
/>
<c:set
var=
"icon"
value=
"
refresh
"
/>
<c:set
var=
"state_message"
value=
"~eu.dariah.de.minfba.search.states.dataset.busy"
/>
</c:when>
<c:when
test=
"
${
ds
.
waiting
}
"
>
...
...
templates/incl/topNav.jsp
View file @
c718d185
...
...
@@ -70,9 +70,9 @@
<!-- Elements for language selection and login/logout -->
<ul
class=
"nav navbar-nav navbar-right"
>
<!--
<li class="dropdown">
<li
class=
"dropdown"
>
<a
aria-expanded=
"false"
role=
"button"
data-toggle=
"dropdown"
class=
"dropdown-toggle"
href=
"#"
>
<span class="glyphicon glyphicon-globe"></span>
<s:message
code=
"~eu.dariah.de.minfba.common.i18n.language"
/>
<span class="caret"></span>
<span
class=
"glyphicon glyphicon-globe"
></span>
<s:message
code=
"~eu.dariah.de.minfba.common.i18n.language"
/>
<span
class=
"caret"
></span>
</a>
<ul
role=
"menu"
class=
"dropdown-menu"
>
<c:forEach
items=
"
${
_LANGUAGES
}
"
var=
"_LANGUAGE"
>
...
...
@@ -83,7 +83,7 @@
</li>
</c:forEach>
</ul>
</li>
-->
</li>
<c:set
var=
"currentUrl"
value=
"
${
requestScope
[
'javax.servlet.forward.request_uri'
]
}
"
/>
<li
id=
"login"
<c:if
test=
"
${
_auth
!=
null
&&
_auth
.
auth
==
true
}
"
>
style=
"display: none;"
</c:if>><a
href=
"
<s:url
value=
'/login?url=${currentUrl}'
/>
"
><span
class=
"glyphicon glyphicon-log-in"
></span>
<s:message
code=
"~eu.dariah.de.minfba.common.actions.login"
/></a></li>
...
...
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