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
237ed9ba
Commit
237ed9ba
authored
Jan 17, 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
5872046a
Changes
1
Hide whitespace changes
Inline
Side-by-side
collections/home.jsp
View file @
237ed9ba
...
...
@@ -3,26 +3,26 @@
<ul
class=
"breadcrumb"
>
<li
class=
"active"
><s:message
code=
"~
d
e.dariah.
genericsearch.view
.administration
.title
"
/></li>
<li
class=
"active"
><s:message
code=
"~eu.dariah.de.minfba.search.view.
datasources.title
"
/></li>
<li
class=
"active"
><s:message
code=
"~e
u
.dariah.
de.minfba.common.titles
.administration"
/></li>
<li
class=
"active"
><s:message
code=
"~eu.dariah.de.minfba.search.view.
titles.collection_management
"
/></li>
</ul>
<div
id=
"main-content"
>
<div
class=
"row"
>
<div
id=
"collections-table-container"
class=
"col-lg-12"
>
<h2
class=
"pull-left"
>
<s:message
code=
"~eu.dariah.de.minfba.search.view.
datasources.title
"
/>
<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.collection_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-resync-colreg"
class=
"btn btn-default btn-sm"
>
<span
class=
"glyphicon glyphicon-refresh"
></span>
<s:message
code=
"~eu.dariah.de.minfba.
search.view.datasources.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"
>
...
...
@@ -30,7 +30,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>
...
...
@@ -38,14 +38,14 @@
<table
id=
"collections-table"
class=
"table-light table-striped"
>
<thead>
<tr>
<th>
State
</th>
<!-- Badge column -->
<th><s:message
code=
"~eu.dariah.de.minfba.
search.
model.endpoint.api_type"
/></th>
<th><s:message
code=
"~eu.dariah.de.minfba.
search.
model.endpoint.api_access"
/></th>
<th>
<s:message
code=
"~eu.dariah.de.minfba.common.status"
/>
</th>
<!-- Badge column -->
<th><s:message
code=
"~eu.dariah.de.minfba.
meta
model.endpoint.api_type"
/></th>
<th><s:message
code=
"~eu.dariah.de.minfba.
meta
model.endpoint.api_access"
/></th>
</tr>
</thead>
<tbody>
<tr>
<td
colspan=
"3"
align=
"center"
><s:message
code=
"~
d
e.dariah.
common.view
.no_data_fetched_yet"
/></td>
<td
colspan=
"3"
align=
"center"
><s:message
code=
"~e
u
.dariah.
de.minfba.common.data_tables
.no_data_fetched_yet"
/></td>
</tr>
</tbody>
</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