Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DARIAH-DE
TextGridRep Portal
Commits
3210e2c1
Commit
3210e2c1
authored
Jun 17, 2020
by
Ubbo Veentjer
Browse files
translation for zip/text download. closes
#61
parent
5a25afc4
Pipeline
#140205
passed with stages
in 9 minutes and 44 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/i18n/Language_de.properties
View file @
3210e2c1
...
...
@@ -14,6 +14,7 @@ collapse-all=Alles einklappen
download-all
=
Alles herunterladen
change-result-display
=
Anzeige anpassen
nothing-found
=
Leider keine Ergebnisse für die Anfrage:
download-text-only-zip
=
ZIP / nur Text
# facet-group names
edition.agent.value
=
Autor
...
...
src/main/resources/i18n/Language_en.properties
View file @
3210e2c1
...
...
@@ -14,6 +14,7 @@ collapse-all=Collapse all
download-all
=
Download all
change-result-display
=
Change display
nothing-found
=
Unfortunately nothing was found for query:
download-text-only-zip
=
ZIP / text only
# facet-group names
edition.agent.value
=
Author
...
...
src/main/webapp/WEB-INF/jsp/basket.jsp
View file @
3210e2c1
...
...
@@ -65,7 +65,7 @@
<ul
class=
"tg dropdown_menu"
>
<li
class=
"tg dropdown_item"
><a
class=
"aggregator-items tg dropdown_link"
href=
"${config.aggregatorUrl}/epub/${basketItemString}"
data-type=
"ebook"
>
E-Book
</a></li>
<li
class=
"tg dropdown_item"
><a
class=
"aggregator-items tg dropdown_link"
href=
"${config.aggregatorUrl}/zip/${basketItemString}"
data-type=
"zip"
>
ZIP
</a></li>
<li
class=
"tg dropdown_item"
><a
class=
"aggregator-items tg dropdown_link"
href=
"${config.aggregatorUrl}/zip/${basketItemString}?transform=text&meta=false&only=text/xml&dirnames="
data-type=
"zip"
>
ZIP /
text
only
</a></li>
<li
class=
"tg dropdown_item"
><a
class=
"aggregator-items tg dropdown_link"
href=
"${config.aggregatorUrl}/zip/${basketItemString}?transform=text&meta=false&only=text/xml&dirnames="
data-type=
"zip"
>
${i18n['download-
text
-
only
-zip']}
</a></li>
<li
class=
"tg dropdown_item"
><a
class=
"aggregator-items tg dropdown_link"
href=
"${config.aggregatorUrl}/teicorpus/${basketItemString}"
data-type=
"teicorpus"
>
TEI-Corpus
</a></li>
</ul>
</div>
...
...
src/main/webapp/WEB-INF/jsp/browse.jsp
View file @
3210e2c1
...
...
@@ -170,11 +170,16 @@
<fieldset
class=
"tgrep advanced-search_fieldset"
>
<legend
class=
"tgrep advanced-search_legend"
>
${i18n['higher-revision-available']}
</legend>
${i18n['higher-rev-msg-pt1']} ${metadata.object.generic.generated.revision} ${i18n['higher-rev-msg-pt2']}
<a
href=
"/browse/${latestRevisionUri}"
>
Revision ${latestRevision}
</a>
.
<a
href=
"/browse/${latestRevisionUri}
&mode=${mode}
"
>
Revision ${latestRevision}
</a>
.
</fieldset>
</c:if>
<%@ include
file=
"components/path.jsp"
%>
<c:if
test=
"
${
isProject
}
"
>
<h1>
${project.title}
</h1>
<p>
${project.description}
<a
href=
"#README"
>
[more...]
</a></p>
</c:if>
<c:choose>
<c:when
test=
"
${
results
!=
null
}
"
>
...
...
@@ -276,6 +281,13 @@
</div>
</c:if>
<c:if
test=
"
${
not
empty
readme
}
"
>
<hr
id=
"README"
>
${readme}
</c:if>
<!-- Citation examples -->
<div
id=
"citation"
class=
"clearboth"
>
<hr/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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