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
8a84458b
Commit
8a84458b
authored
Jun 17, 2020
by
Ubbo Veentjer
Browse files
missed a translation string
parent
3210e2c1
Pipeline
#140230
passed with stages
in 9 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/components/searchResults.jsp
View file @
8a84458b
...
...
@@ -58,7 +58,7 @@
<a
class=
"tg dropdown_toggle -download"
>
${i18n['download-all']}
</a>
<ul
class=
"tg dropdown_menu"
>
<li
class=
"tg dropdown_item"
><a
class=
"tg dropdown_link"
href=
"${config.aggregatorUrl}/zip/query?query=${utils:urlencode(realQueryString)}${filterQueryString}${aggregatorSandboxParam}"
data-type=
"zip"
>
ZIP
</a></li>
<li
class=
"tg dropdown_item"
><a
class=
"tg dropdown_link"
href=
"${config.aggregatorUrl}/zip/query?query=${utils:urlencode(realQueryString)}${filterQueryString}${aggregatorSandboxParam}&transform=text&meta=false&only=text/xml&dirnames="
data-type=
"zip"
>
ZIP /
text
only
</a></li>
<li
class=
"tg dropdown_item"
><a
class=
"tg dropdown_link"
href=
"${config.aggregatorUrl}/zip/query?query=${utils:urlencode(realQueryString)}${filterQueryString}${aggregatorSandboxParam}&transform=text&meta=false&only=text/xml&dirnames="
data-type=
"zip"
>
${i18n['download-
text
-
only
-zip']}
</a></li>
<!-- other exports do not work yet
<li class="tg dropdown_item"><a class="tg dropdown_link" href="${config.aggregatorUrl}/epub/query?query=${query}${filterQueryString}" data-type="ebook">E-Book</a></li>
<li class="tg dropdown_item"><a class="tg dropdown_link" href="${config.aggregatorUrl}/teicorpus/query?query=${query}${filterQueryString}" data-type="tei-corpus">TEI-Corpus</a></li>
...
...
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