Skip to content
GitLab
Menu
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
686f3f0b
Commit
686f3f0b
authored
Jan 16, 2017
by
Gradl, Tobias
Browse files
660: Harmonize and integrate translation codes and messages
Task-Url:
https://mantisbt.tgradl.de/view.php?id=660
parent
b76681bb
Changes
3
Show whitespace changes
Inline
Side-by-side
collections/incl/options.jsp
View file @
686f3f0b
...
...
@@ -2,13 +2,13 @@
<%@ taglib
prefix=
"s"
uri=
"http://www.springframework.org/tags"
%>
<div
class=
"list-group options active"
style=
"overflow: hidden;"
>
<h4
class=
"sidebar-title"
>
~ Collection Registry
</h4>
<h4
class=
"sidebar-title"
>
<s:message
code=
"~eu.dariah.de.minfba.colreg.view.titles.colreg"
/>
(
<s:message
code=
"~eu.dariah.de.minfba.search.view.api"
/>
)
</h4>
<div
class=
"list-group-item"
>
<div
id=
"colreg-status-container"
class=
"alert alert-sm alert-default"
role=
"alert"
>
<a
href=
"${colregUrl}"
target=
"_blank"
>
${colregUrl}
</a><br
/>
<span
id=
"colreg-status"
><span
class=
"glyphicon glyphicon-question-sign"
></span></span><br
/>
<span
id=
"colreg-next-sync"
>
</span>
<h5><s:message
code=
"~eu.dariah.de.minfba.search.view.api.url"
/>
:
</h5>
<a
href=
"${colregUrl}"
target=
"_blank"
>
${colregUrl}
</a><br
/>
<h5><s:message
code=
"~eu.dariah.de.minfba.search.view.api.status"
/>
:
</h5>
<span
id=
"colreg-status"
><span
class=
"glyphicon glyphicon-question-sign"
></span></span><br
/>
<h5><s:message
code=
"~eu.dariah.de.minfba.search.view.api.next_sync_collections"
/>
:
</h5>
<span
id=
"colreg-next-sync"
>
</span>
</div>
</div>
</div>
\ No newline at end of file
schemas/home.jsp
View file @
686f3f0b
...
...
@@ -5,25 +5,25 @@
<tiles:importAttribute
name=
"fluidLayout"
/>
<ul
class=
"breadcrumb"
>
<li
class=
"active"
><s:message
code=
"~
d
e.dariah.
genericsearch.view
.administration
.title
"
/></li>
<li
class=
"active"
><s:message
code=
"~
d
e.dariah.
generic
search.view.
schema.title
"
/></li>
<li
class=
"active"
><s:message
code=
"~e
u
.dariah.
de.minfba.common.titles
.administration"
/></li>
<li
class=
"active"
><s:message
code=
"~e
u
.dariah.
de.minfba.
search.view.
titles.schema_management
"
/></li>
</ul>
<div
id=
"main-content"
>
<div
class=
"row"
>
<div
id=
"schemas-table-container"
class=
"col-sm-12"
>
<h2
class=
"pull-left"
>
<s:message
code=
"~eu.dariah.de.minfba.search.view.
schemas
"
/>
<c:if
test=
"
${
_auth
==
null
||
_auth
.
auth
==
false
}
"
><small>
<span
class=
"glyphicon glyphicon-lock pull-right"
data-toggle=
"tooltip"
data-placement=
"left"
title=
"
<s:message
code=
"~
d
e.dariah.common.
view.
notification
s
.limited_access"
/>
"
></span></small></c:if>
<s:message
code=
"~eu.dariah.de.minfba.search.view.
titles.schema_management
"
/>
<c:if
test=
"
${
_auth
==
null
||
_auth
.
auth
==
false
}
"
><small>
<span
class=
"glyphicon glyphicon-lock pull-right"
data-toggle=
"tooltip"
data-placement=
"left"
title=
"
<s:message
code=
"~e
u
.dariah.
de.minfba.
common.notification.limited_access"
/>
"
></span></small></c:if>
</h2>
<div
class=
"pull-right"
>
<button
id=
"btn-sync"
class=
"btn btn-default btn-sm"
>
<span
class=
"glyphicon glyphicon-refresh"
></span>
<s:message
code=
"~eu.dariah.de.minfba.
search.view.schemas.re
synchronize"
/>
<span
class=
"glyphicon glyphicon-refresh"
></span>
<s:message
code=
"~eu.dariah.de.minfba.
common.actions.
synchronize"
/>
</button>
<div
class=
"data-table-filter pull-left"
>
<input
type=
"text"
class=
"form-control input-sm"
placeholder=
'
<s:message
code=
"~
d
e.dariah.
genericsearch.view.source_selection.custom
.filter
.pl
aceholder"
/>
'
>
<input
type=
"text"
class=
"form-control input-sm"
placeholder=
'
<s:message
code=
"~e
u
.dariah.
de.minfba.common.data_tables
.filter
_p
aceholder"
/>
'
>
</div>
<div
class=
"data-table-count pull-left"
>
<select
class=
"form-control input-sm"
>
...
...
@@ -31,7 +31,7 @@
<option>
25
</option>
<option>
50
</option>
<option>
100
</option>
<option><s:message
code=
"~eu.dariah.de.minfba.common.
link.
all"
/></option>
<option><s:message
code=
"~eu.dariah.de.minfba.common.
data_tables.show_
all"
/></option>
</select>
</div>
</div>
...
...
@@ -40,9 +40,9 @@
<thead>
<tr>
<th></th>
<th><s:message
code=
"~eu.dariah.de.minfba.
search.
model.schema.name"
/></th>
<th><s:message
code=
"~eu.dariah.de.minfba.
search.
model.schema.index"
/></th>
<th><s:message
code=
"~eu.dariah.de.minfba.search.
view.schema_info
.document
s
"
/></th>
<th><s:message
code=
"~eu.dariah.de.minfba.
meta
model.schema.name"
/></th>
<th><s:message
code=
"~eu.dariah.de.minfba.
meta
model.schema.index
_name
"
/></th>
<th><s:message
code=
"~eu.dariah.de.minfba.search.
metamodel_view
.document
_count
"
/></th>
<th></th>
</tr>
</thead>
...
...
schemas/incl/options.jsp
View file @
686f3f0b
...
...
@@ -2,14 +2,14 @@
<%@ taglib
prefix=
"s"
uri=
"http://www.springframework.org/tags"
%>
<div
class=
"list-group options active"
style=
"overflow: hidden;"
>
<h4
class=
"sidebar-title"
>
~ Schema Registry
</h4>
<h4
class=
"sidebar-title"
>
<s:message
code=
"~eu.dariah.de.minfba.schereg.view.titles.schereg"
/>
(
<s:message
code=
"~eu.dariah.de.minfba.search.view.api"
/>
)
</h4>
<div
class=
"list-group-item"
>
<div
id=
"schereg-status-container"
class=
"alert alert-sm alert-default"
role=
"alert"
>
<a
href=
"${scheregUrl}"
target=
"_blank"
>
${scheregUrl}
</a><br
/>
<span
id=
"schereg-status"
><span
class=
"glyphicon glyphicon-question-sign"
></span></span><br
/>
<span
id=
"schereg-next-sync-schemas"
>
</span><br
/>
<span
id=
"schereg-next-sync-mappings"
>
</span>
<h5><s:message
code=
"~eu.dariah.de.minfba.search.view.api.url"
/>
:
</h5>
<a
href=
"${scheregUrl}"
target=
"_blank"
>
${scheregUrl}
</a><br
/>
<h5><s:message
code=
"~eu.dariah.de.minfba.search.view.api.status"
/>
:
</h5>
<span
id=
"schereg-status"
><span
class=
"glyphicon glyphicon-question-sign"
></span></span><br
/>
<h5><s:message
code=
"~eu.dariah.de.minfba.search.view.api.next_sync_schemas"
/>
:
</h5>
<span
id=
"schereg-next-sync-schemas"
>
</span><br
/>
<h5><s:message
code=
"~eu.dariah.de.minfba.search.view.api.next_sync_mappings"
/>
:
</h5>
<span
id=
"schereg-next-sync-mappings"
>
</span>
</div>
</div>
</div>
\ No newline at end of file
Write
Preview
Supports
Markdown
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